/* Design tokens and base styles */

@import url("https://fonts.googleapis.com/css2?family=Linden+Hill:ital@0;1&display=swap");

/* Reference-style scroll-to-top button (shown once the second section is reached). */
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 2px;
  background: #046bd2;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease,
    background-color 180ms ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
  background: #035aa6;
}

.scroll-to-top:focus-visible {
  outline: 3px solid rgba(4, 107, 210, 0.3);
  outline-offset: 3px;
}

.scroll-to-top svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
}

:root {
  --ink: #101316;
  --ink2: #191d20;
  --cream: #f3efe7;
  --paper: #fbfaf7;
  --gold: #d7ae62;
  --muted: #74777a;
  --line: rgba(16, 19, 22, 0.15);
}

/* Contact reference corrections: original page is a simple cream two-column layout. */
body[data-page="contact"] .reference-contact-heading {
  max-width: 1200px;
  padding: 42px 20px 20px;
}
body[data-page="contact"] .reference-contact-heading h1 {
  font: 600 60px/1.2 "Linden Hill", serif;
}
body[data-page="contact"] .reference-contact-heading span {
  width: 30%;
  height: 3px;
  margin-top: 15px;
  background: #000;
}
body[data-page="contact"] .reference-contact-panel {
  padding: 20px 24px 30px;
  background: #f8f4f2;
}
body[data-page="contact"] .reference-contact-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1200px;
  overflow: visible;
  box-shadow: none;
}
body[data-page="contact"] .reference-contact-form-side {
  margin-top: 30px;
  padding: 10px;
  background: #f8f4f2;
}
body[data-page="contact"] .reference-contact-form-side > p {
  margin: 0 40px 22px;
  color: #000;
  text-align: center;
  font: 400 20px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-contact-form { gap: 10px; }
body[data-page="contact"] .reference-contact-form input,
body[data-page="contact"] .reference-contact-form select,
body[data-page="contact"] .reference-contact-form textarea {
  min-height: 46px;
  border: 1px solid #000;
  border-radius: 1px;
}
body[data-page="contact"] .reference-contact-form button {
  justify-self: stretch;
  min-height: 48px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font: 500 30px/1 "Linden Hill", serif;
}
body[data-page="contact"] .reference-contact-form button:hover {
  background: #0e38a3;
  color: #fff;
  transform: none;
}
body[data-page="contact"] .reference-contact-form .form-status { color: #000; }
body[data-page="contact"] .reference-contact-details {
  justify-content: flex-start;
  margin-top: 30px;
  padding: 30px 60px 1px;
  background: #f0eae8;
}
body[data-page="contact"] .reference-contact-details h2 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font: 400 22px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-book-button {
  padding: 10px 25px;
  border: 2px solid #000;
  border-radius: 10px;
  background: transparent;
  color: #000;
  font: 400 16px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-book-button:hover {
  border-color: #0e38a3;
  background: #0e38a3;
  color: #fff;
}
body[data-page="contact"] .reference-contact-line {
  margin: 30px 0;
  background: #000;
}
body[data-page="contact"] .reference-contact-details h3 {
  color: #000;
  text-align: center;
  font: 400 20px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-contact-details h3 a { color: #000; }
body[data-page="contact"] .reference-contact-details p {
  color: #000;
  text-align: center;
  font: 400 20px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-contact-process {
  max-width: 1200px;
  padding: 50px 24px 75px;
}
body[data-page="contact"] .reference-contact-process > h2 {
  max-width: 1120px;
  font: 600 50px/1.2 "Linden Hill", serif;
}
body[data-page="contact"] .process-heading-line {
  width: 30%;
  height: 3px;
  margin: 15px auto 25px;
  background: #000;
}
body[data-page="contact"] .process-intro {
  margin-bottom: 25px;
  color: #000;
  font: 400 20px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-process-list { text-align: center; }
body[data-page="contact"] .reference-process-list article {
  padding: 16px 4px 15px;
  border-bottom-color: #000;
}
body[data-page="contact"] .reference-process-list h3 {
  color: #1c244b;
  font: 600 30px/1.5 "Linden Hill", serif;
}
body[data-page="contact"] .reference-process-list p {
  color: #000;
  font: 400 20px/1.5 "Linden Hill", serif;
}
@media (max-width: 850px) {
  body[data-page="contact"] .reference-contact-inner { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  body[data-page="contact"] .reference-contact-heading h1 { font-size: 40px; line-height: 1.1; }
  body[data-page="contact"] .reference-contact-heading span,
  body[data-page="contact"] .process-heading-line { width: 45%; }
  body[data-page="contact"] .reference-contact-form-side > p { margin-inline: 5px; }
  body[data-page="contact"] .reference-contact-details { padding: 30px 22px; }
  body[data-page="contact"] .reference-contact-process > h2 { font-size: 28px; line-height: 1.1; }
  body[data-page="contact"] .reference-process-list h3 { font-size: 25px; }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.container {
  max-width: 1240px;
}
/* Header and navigation */

.site-header {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  padding: 18px 0;
  color: #fff;
  transition: 0.35s;
}
.site-header.scrolled,
.site-header.inner {
  background: rgba(16, 19, 22, 0.96);
  padding: 11px 0;
  box-shadow: 0 10px 30px #0002;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
}
/* Header logo */
.header-logo {
  flex: 0 0 60px;
  height: 60px;
  object-fit: contain;
  width: 60px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: "Playfair Display";
  font-size: 23px;
  transform: rotate(45deg);
}
.brand-mark b {
  transform: rotate(-45deg);
  font-weight: 600;
}
.brand-copy strong {
  display: block;
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 1;
}
.brand-copy small {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 8px;
  color: #bbb;
}
.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}
.nav-link {
  color: #fff !important;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  margin-left: 15px;
  position: relative;
  padding: 14px 0 !important;
}
.nav-link:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.3s;
}
.nav-link:hover:after,
.nav-link.active:after {
  width: 100%;
}
.nav-cta {
  border: 1px solid var(--gold);
  padding: 10px 16px !important;
  margin-top: 4px;
}
/* Home hero */

.hero-home {
  height: 100vh;
  min-height: 680px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-home video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 6, 7, 0.9) 0%,
      rgba(4, 6, 7, 0.48) 60%,
      rgba(4, 6, 7, 0.25)
    ),
    linear-gradient(0deg, rgba(4, 6, 7, 0.7), transparent 45%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.hero-content h1,
.page-hero h1,
.contact-info h1 {
  font-size: clamp(55px, 7vw, 105px);
  line-height: 0.96;
  letter-spacing: -4px;
  max-width: 950px;
  margin: 22px 0 30px;
  font-weight: 700;
}
.hero-content h1 em,
.page-hero h1 em,
.display-title em,
.contact-info h1 em {
  font-family: "Playfair Display";
  font-weight: 600;
  color: var(--gold);
}
.hero-content p {
  font-size: 17px;
  max-width: 620px;
  color: #ddd;
  margin-bottom: 34px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 800;
  color: #75613d;
}
.eyebrow:before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.eyebrow.light {
  color: #ddd;
}
.btn-gold,
.btn-dark,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 800;
  transition: 0.3s;
  border: 0;
}
.btn-gold {
  background: var(--gold);
  color: var(--ink);
}
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-ghost {
  border: 1px solid #ffffff70;
  color: #fff;
}
.btn-gold:hover,
.btn-dark:hover {
  background: #b98b3d;
  color: #fff;
  transform: translateY(-2px);
}
.btn-ghost:hover {
  background: #fff;
  color: #111;
}
.scroll-cue {
  position: absolute;
  right: 45px;
  bottom: 35px;
  z-index: 3;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
}
/* Shared sections, typography, and buttons */

.section-pad {
  padding: 115px 0;
}
.bg-cream {
  background: var(--cream);
}
.bg-ink {
  background: var(--ink);
  color: #bbb;
}

/* Services image slideshow */

.services-showcase {
  background: #fff;
  overflow: hidden;
  padding: 0;
}

#servicesShowcaseCarousel {
  margin: 0 auto;
  max-width: 1920px;
}

#servicesShowcaseCarousel .carousel-item {
  height: 500px;
  overflow: hidden;
}

#servicesShowcaseCarousel .carousel-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#servicesShowcaseCarousel .carousel-indicators {
  bottom: 18px;
  margin-bottom: 0;
}

#servicesShowcaseCarousel .carousel-indicators button {
  background-color: #c9c9c9;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin: 0 4px;
  opacity: 1;
  width: 9px;
}

#servicesShowcaseCarousel .carousel-indicators .active {
  background-color: #111;
}

#servicesShowcaseCarousel .carousel-control-prev,
#servicesShowcaseCarousel .carousel-control-next {
  opacity: 0.65;
  width: 5%;
}
.display-title,
.section-head h2 {
  font-size: clamp(39px, 5vw, 69px);
  line-height: 1.08;
  letter-spacing: -2.3px;
  margin: 16px 0 0;
}
.lead-copy {
  font-size: 17px;
  color: #65686b;
  max-width: 590px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 10px;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}
.text-link.light {
  color: #fff;
}
/*======================
        SERVICES
======================*/

.services-section {
  width: 100%;
  padding: 70px 0;
  background: #fff;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 50px;
  color: #1c2554;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: Georgia, serif;
}

.section-title p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  max-width: 1350px;
  margin: auto;
  text-align: center;
}

.section-title strong {
  font-weight: 700;
  color: #000;
}

.service-video {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 700px;
  overflow: hidden;
}

.service-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-video {
  margin: 0;
  padding: 0;
}

.service-video video {
  display: block;
}
.video-section {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.video-section video {
  display: block;
  width: 100%;
  max-width: 1900px;
  height: 700px;
  margin: auto;
  object-fit: cover;
  background: #000;
}
.services-content {
  background: #fff;
  padding: 25px 0 35px;
}

.services-content .container {
  max-width: 1450px;
  margin: 0 auto;
  text-align: center;
}

.services-content p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 2.1;
  color: #111;
  text-align: center;
  margin: 0 auto;
  max-width: 1500px;
}

.services-content strong {
  font-weight: 700;
  color: #000;
}

.services-content a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 700;
}

.services-content a:hover {
  text-decoration: underline;
}
/* ===== Video Section 2 ===== */

.video-section-2 {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.video-section-2 video {
  display: block;
  width: 100%;
  height: 700px; /* Reference jaisi height */
  object-fit: cover;
}
/*=============================
      MORE SERVICES
==============================*/

.more-services {
  padding: 70px 0;
  background: #fff;
}

.more-services .container {
  width: calc(100% - 8px);
  max-width: 1900px;
  margin: auto;
}

.more-services h2 {
  text-align: center;
  font-size: 64px;
  color: #1d2554;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 45px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: 0.35s;
}

.service-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-card:hover img {
  transform: scale(1.02);
  transition: 0.35s;
}

/* Keep the home-page cards at the large reference size. This scoped rule also
   prevents the smaller cards used on services.html from affecting this grid. */
.more-services .service-card {
  width: 100%;
  max-width: none;
  height: auto;
  padding: 12px;
  box-sizing: border-box;
}

.more-services .service-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 7084 / 4500;
  object-fit: cover;
}

@media (max-width: 991px) {
  #adFilmCarousel {
    width: 90vw;
  }

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

  .more-services h2 {
    font-size: 42px;
  }
}

/* Keep the contact-page meeting button centered in its details column. */
body[data-page="contact"] .reference-book-button {
  align-self: center;
}
/* Ad film showcase */

.adfilm-gallery {
  background: #fff;
  padding: 72px 0 86px;
}

.adfilm-container {
  margin: 0 auto;
  max-width: 1570px;
  padding: 0 24px;
}

.adfilm-heading {
  color: #18214e;
  margin-bottom: 42px;
  text-align: center;
}

.adfilm-heading h2 {
  font-family: "Linden Hill", serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 14px;
}

.adfilm-heading p {
  font-family: "Linden Hill", serif;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.2;
  margin: 0;
}

#adFilmCarousel {
  margin: 0 auto;
  max-width: 1334px;
  width: 70vw;
}

#adFilmCarousel .carousel-inner {
  background: #0c142b;
}

#adFilmCarousel .carousel-item {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

#adFilmCarousel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#adFilmCarousel .carousel-indicators {
  bottom: 15px;
  margin-bottom: 0;
  z-index: 4;
}

#adFilmCarousel .carousel-indicators button {
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin: 0 5px;
  opacity: 0.55;
  width: 9px;
}

#adFilmCarousel .carousel-indicators .active {
  background: #e9bd63;
  opacity: 1;
}

#adFilmCarousel .carousel-control-prev,
#adFilmCarousel .carousel-control-next {
  display: flex;
  opacity: 0.75;
  width: 7%;
}

/* Production benefit cards */

.production-benefits {
  background: #fff;
  padding: 105px 7% 115px;
}

.production-benefits__grid {
  display: grid;
  gap: clamp(28px, 3vw, 48px);
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1600px;
}

.production-benefit {
  background: #1e1e1e;
  border-radius: 30px;
  color: #fff;
  margin-top: 52px;
  min-height: 405px;
  padding: 0 30px 32px;
  position: relative;
}

.production-benefit > img {
  border-radius: 30px;
  height: 188px;
  margin-top: -52px;
  max-width: 252px;
  object-fit: cover;
  width: 52%;
}

.production-benefit__content {
  padding-top: 48px;
}

.production-benefit h3 {
  font-family: "Linden Hill", serif;
  font-size: clamp(27px, 2vw, 35px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px;
}

.production-benefit p {
  font-family: "Linden Hill", serif;
  font-size: clamp(19px, 1.4vw, 24px);
  line-height: 1.75;
  margin: 0;
}

/* Inner-page heroes */

.page-hero {
  height: 72vh;
  min-height: 570px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #080a0cd9, #080a0c30),
    linear-gradient(0deg, #080a0c99, transparent);
}
.page-hero .container {
  z-index: 1;
}
.page-hero h1 {
  font-size: clamp(52px, 6.3vw, 92px);
  margin-bottom: 0;
}
.about-hero {
  background-image: url(https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=1900&q=85);
}
.services-hero {
  background-image: url(https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=1900&q=85);
}
.team-hero {
  background-image: url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1900&q=85);
}
.studio-hero {
  background-image: url(https://images.unsplash.com/photo-1492619375914-88005aa9e8fb?auto=format&fit=crop&w=1900&q=85);
}
.journal-hero {
  background-image: url(https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1900&q=85);
}
.career-hero {
  background-image: url(https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1900&q=85);
}
/* About page */

.reference-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.reference-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reference-hero {
  margin-top: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 14px 0;
}

.site-header .container {
  max-width: 1320px;
}
.site-header .nav-link {
  color: #111 !important;
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: #0b4aa2 !important;
}
.header-logo {
  width: 75px;
  height: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.brand strong {
  font-size: 28px;
  color: #111;
}

.brand small {
  display: block;
  color: #444;
  font-size: 16px;
}
.nav-cta {
  border: 1px solid #d8a338;
  padding: 12px 28px;
  color: #111 !important;
  border-radius: 0;
  text-transform: uppercase;
}
.story-section {
  padding: 120px 0;
  background: #fff;
}

.story-section .container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.story-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.5px;
  color: #111;
}

.story-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 3;
  color: #111;
}

.story-content {
  max-width: 900px;
  margin: auto;
}

.story-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  line-height: 1.8;
  font-weight: 400;
  color: #111;
}

.story-content strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .story-section {
    padding: 70px 20px;
  }

  .story-title {
    font-size: 36px;
  }

  .story-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .story-content p {
    font-size: 18px;
    line-height: 1.8;
  }
}
<!--video-- > .about-video-section {
  padding: 80px 0;
  background: #fff;
}

.about-video-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}

.about-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}
@media (max-width: 768px) {
  .about-video-section {
    padding: 50px 15px;
  }

  .about-video-wrapper iframe {
    height: 260px;
  }
}
.trusted-section{
    padding: 10px 0 2px;
    background: #fff;
}

.trusted-section .container{
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.trusted-title{
    font-family: "Linden Hill", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: normal;
    color: #1b1b1b;
    margin: 0 0 20px;
}

.trusted-content{
    max-width: 1140px;
    margin: 0 auto;
    font-family: "Linden Hill", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: normal;
    color: #1b1b1b;
    text-align: center;
}

.trusted-content strong{
    font-weight:700;
}
@media (max-width:992px){

    .trusted-section{
        padding:40px 20px;
    }

    .trusted-title{
        font-size:40px;
    }

    .trusted-content{
        font-size:20px;
        line-height:1.65;
    }

}

@media (max-width:576px){

    .trusted-title{
        font-size:32px;
    }

    .trusted-content{
        font-size:18px;
        line-height:1.65;
    }

    .trusted-content br{
        display:none;
    }

}
/*about page end*/
/* Services page */

.services-intro{
    padding:100px 0 70px;
    background:#fff;
    text-align:center;
}

.services-intro .container{
    max-width:1200px;
    margin:auto;
}

.services-heading{
    font-family:"Cormorant Garamond", serif;
    font-size:48px;
    font-weight:700;
    line-height:1.08;
    color:#000;
    margin-bottom:35px;
}

.services-description{
    max-width:1050px;
    margin:0 auto 45px;
    font-family:"Cormorant Garamond", serif;
    font-size:23px;
    line-height:1.65;
    color:#3b4d7d;
}

.services-btn{
    display:inline-block;
    background:#4c79f1;
    color:#fff;
    padding:12px 33px;
    font-size:18px;
    font-weight:400;
    text-decoration:none;
    border-radius:0;
    transition:.3s;
}

.services-btn:hover{
    background:#2f62ea;
    color:#fff;
}

/* Our Services opening section — matched to the reference page. */
body[data-page="services"] main > .services-intro:first-child {
    padding: 20px 0 0;
}

body[data-page="services"] main > .services-intro:first-child .services-heading {
    color: #1c244b;
    font-family: "Linden Hill", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 35px;
}

body[data-page="services"] main > .services-intro:first-child .services-description {
    color: #324a6d;
    font-family: "Linden Hill", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto 45px;
    max-width: 1050px;
}

body[data-page="services"] main > .services-intro:first-child .services-btn {
    align-items: center;
    background: #4c7ff2;
    color: #fff;
    display: inline-flex;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 24px;
    min-height: 50px;
    min-width: 162px;
    padding: 12px 24px;
}

/*=========================================
            SERVICES CARDS
==========================================*/

.services-cards-section{
    padding:26px 0 0;
    background:#fff;
     --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.service-card{

    background:#fff;
    border:1px solid #d7d7d7;
    overflow:hidden;
      
    transition:.4s ease;

    height:100%;

}
.service-img{
    
    overflow: hidden;
}

.service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.service-content {
    padding: 15px 10px 0px 10px;
    text-align: center;
}

.service-content h3{

    font-family:"Cormorant Garamond", serif;

    font-size:32px;

    line-height:1.05;

    color:#20336c;

    font-weight:700;

    margin-bottom:25px;

}

.service-content p {
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    line-height: 1.5;
    color: #20336c;
}

/* Our Services page: reference-sized three-column cards. All selectors are
   page-scoped so the home-page More Services cards remain unchanged. */
body[data-page="services"] .services-cards-section > .container {
    width: calc(100% - 40px);
    max-width: 1140px;
}

body[data-page="services"] .services-cards-section .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
    align-items: start;
    margin: 0;
}

body[data-page="services"] .services-cards-section .row > [class*="col-"] {
    width: 100%;
    padding: 0;
}

body[data-page="services"] .service-card {
    width: 100%;
    max-width: none;
    height: 640px;
    border: 1px solid #33415f;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
}

body[data-page="services"] .service-img {
    width: 100%;
    height: 300px;
    aspect-ratio: auto;
}

body[data-page="services"] .service-content {
    padding: 26px 22px 24px;
}

body[data-page="services"] .service-content h3 {
    font-family: "Linden Hill", Georgia, serif;
    font-size: 35px;
    line-height: 1.15;
    color: #1c244b;
    margin-bottom: 18px;
}

body[data-page="services"] .service-content p {
    font-family: "Linden Hill", Georgia, serif;
    font-size: 19px;
    line-height: 1.55;
    color: #1c244b;
    margin-bottom: 0;
}

body[data-page="services"] main > .services-intro:nth-of-type(3) {
    padding: 20px 0 31px;
}

body[data-page="services"] main > .services-intro:nth-of-type(3) .services-heading {
    color: #1c244b;
    font-family: "Linden Hill", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 55px;
}

body[data-page="services"] main > .services-intro:nth-of-type(3) .services-description {
    color: #324a6d;
    font-family: "Linden Hill", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1070px;
}

@media (max-width: 991.98px) {
    body[data-page="services"] .services-cards-section .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }

    body[data-page="services"] .service-card {
        height: 620px;
    }
}

@media (max-width: 767.98px) {
    body[data-page="services"] .services-cards-section > .container {
        width: calc(100% - 30px);
    }

    body[data-page="services"] .services-cards-section .row {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body[data-page="services"] .service-content {
        padding: 30px 22px;
    }

    body[data-page="services"] .service-card {
        height: auto;
    }

    body[data-page="services"] .service-img {
        height: 280px;
    }

    body[data-page="services"] .service-content h3 {
        font-size: 32px;
    }

    body[data-page="services"] .service-content p {
        font-size: 18px;
    }
}
/* Tablet */

@media(max-width:992px){

.service-img{

    height:350px;

}

.service-content{

    padding:28px;

}

.service-content h3{

    font-size:42px;

}

.service-content p{

    font-size:20px;

}

}


/* Mobile */

@media(max-width:768px){

.services-cards-section{

    padding:60px 0;

}

.service-img{

    height:280px;

}

.service-content{

    padding:22px;

}

.service-content h3{

    font-size:34px;

}

.service-content p{

    font-size:18px;

    line-height:1.7;

}

}

body[data-page="services"] .why-choose-services {
    padding: 64px 20px 15px;
    background: #fff;
}

body[data-page="services"] .why-choose-container {
    width: min(1120px, calc(100vw - 40px));
    margin: 0 auto;
}

body[data-page="services"] .why-choose-services h2 {
    margin: 0;
    font-family: "Linden Hill", sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    color: #1c244b;
    text-align: center;
}

body[data-page="services"] .why-choose-list {
    display: grid;
    gap: 0;
}

body[data-page="services"] .why-choose-item {
    position: relative;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 38px;
    min-height: 112px;
    margin: 0;
}

body[data-page="services"] .why-choose-icon {
    position: relative;
    width: 64px;
    height: 64px;
    margin-left: 16px;
    display: grid;
    place-items: center;
    align-self: start;
    background: #393793;
    color: #fff;
    transform: rotate(45deg);
}

body[data-page="services"] .why-choose-item:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 46px;
    top: 77px;
    width: 4px;
    height: 22px;
    background: #393793;
}

body[data-page="services"] .why-choose-icon i {
    font-size: 18px;
    transform: rotate(-45deg);
}

body[data-page="services"] .why-choose-copy h3 {
    margin: 15px 0 10px;
    font-family: "Linden Hill", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #294574;
}

body[data-page="services"] .why-choose-copy p {
    margin: 0;
    font-family: "Linden Hill", sans-serif;
    font-size: 20px;
    line-height: 1.65;
    color: #000;
}

body[data-page="services"] .why-choose-action {
    margin-top: 49.5px;
    text-align: center;
}

body[data-page="services"] .why-choose-action a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 223px;
    min-height: 75px;
    justify-content: center;
    text-align: center;
    padding: 20px 30px;
    background: #233ee0;
    color: #fff;
    font-family: "Linden Hill", Georgia, serif;
    font-size: 24px;
    line-height: 1;
    text-decoration: underline;
}

body[data-page="services"] .why-choose-action a:hover {
    background: #233ee0;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    body[data-page="services"] .why-choose-services {
        padding: 55px 20px;
    }

    body[data-page="services"] .why-choose-services h2 {
        margin: 0 0 36px;
        font-size: 42px;
        text-align: center;
        transform: none;
    }

    body[data-page="services"] .why-choose-list {
        transform: none;
    }

    body[data-page="services"] .why-choose-item {
        grid-template-columns: 62px minmax(0, 1fr);
        column-gap: 22px;
        min-height: 150px;
    }

    body[data-page="services"] .why-choose-icon {
        width: 54px;
        height: 54px;
        margin-left: 0;
    }

    body[data-page="services"] .why-choose-item:not(:last-child)::before {
        left: 25px;
        top: 65px;
        height: 47px;
    }

    body[data-page="services"] .why-choose-copy h3 {
        margin-top: 0;
        font-size: 30px;
    }

    body[data-page="services"] .why-choose-copy p {
        font-size: 18px;
    }

    body[data-page="services"] .why-choose-action {
        margin-top: 25px;
    }
}
/* CSR / ESG Section */
.csr-section {
    padding: 90px 20px;
    background: #fff;
    text-align: center;
}

.csr-section .container {
    max-width: 1320px;
    margin: 0 auto;
}

.csr-section h2 {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    color: black;
    margin-bottom: 55px;
    letter-spacing: -1px;
}

.csr-section p {
    max-width: 1250px;
    margin: 0 auto;
    font-family: "Cormorant Garamond", serif;
    font-size: 38spx;
    line-height: 1.4;
    font-weight: 400;
    color:black;
}
.cta-section{
    text-align:center;
    padding:40px 20px 5px;
}

body[data-page="services"] .cta-section p{
    max-width:1070px;
    margin:0 auto;
    color:#324a6d;
    font-family:"Linden Hill", sans-serif;
    font-size:25px;
    font-weight:300;
    line-height:1.5;
    text-align:center;
}

.cta-btn{
    display:inline-block;
    margin-bottom:30px;
}

.cta-text{
    margin:0;
}

footer{
    margin-top:40px;
}


/* Tablet */
@media (max-width: 992px) {
    .csr-section {
        padding: 70px 20px;
    }

    .csr-section h2 {
        font-size: 54px;
        margin-bottom: 35px;
    }

    .csr-section p {
        font-size: 22px;
        line-height: 1.7;
        max-width: 90%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .csr-section {
        padding: 55px 15px;
    }

    .csr-section h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .csr-section p {
        font-size: 18px;
        line-height: 1.8;
        max-width: 100%;
    }
}
/* Team page */

/*=========================
  Meet Our Team Section
=========================*/

.team-section {
  padding: 60px 24px 0;
  overflow: hidden;
  background: #fff;
}

.team-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.team-heading {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 58px;
  text-align: center;
}

.team-heading-line {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 105px;
  background: #f03c58;
}

.team-heading-copy h1 {
  margin: 0 0 20px;
  padding-left: 30px;
  color: #1e293b;
  font-family: "Linden Hill", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
}

.team-heading-copy p {
  max-width: 1090px;
  margin: 10px auto;
  color: #334155;
  font-family: "Linden Hill", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.team-heading-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.team-heading-divider span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f66f5;
}

.team-heading-divider i {
  width: 100px;
  height: 4px;
  border-radius: 999px;
  background: #2f66f5;
}

.team-grid,
.team-special-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.team-card {
  height: 520px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
}

.team-image {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  transition: background-color 0.4s ease;
}

.team-image::before,
.team-image::after {
  content: none;
}

.team-image::before {
  top: -15%;
  left: -18%;
  width: 88%;
  height: 78%;
  transform: rotate(-24deg);
}

.team-image::after {
  right: -28%;
  bottom: -22%;
  width: 95%;
  height: 82%;
  background: rgba(222, 110, 21, 0.32);
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.team-content {
  display: flex;
  min-height: 18%;
  padding: 18px 16px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.team-content h3 {
  margin: 0 0 8px;
  color: #172553;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.4s ease;
}

.team-content p {
  margin: 0;
  color: #777b86;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  line-height: 1.35;
  transition: color 0.4s ease;
}

.team-card:hover,
.team-card:focus-within {
  background: #1e367a;
  box-shadow: 0 24px 58px rgba(18, 38, 94, 0.24);
  transform: translateY(-8px);
}

.team-card:hover .team-image img,
.team-card:focus-within .team-image img {
  transform: scale(1.05);
}

.team-card:hover .team-image,
.team-card:focus-within .team-image {
  background: #1e367a;
}

.team-card:hover .team-content h3,
.team-card:hover .team-content p,
.team-card:focus-within .team-content h3,
.team-card:focus-within .team-content p {
  color: #fff;
}

.team-special-grid {
  margin-top: 36px;
  align-items: stretch;
}

.team-special-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
}

.team-special-card > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.team-special-card--collage {
  min-height: 610px;
}

.team-special-card--collage > img {
  height: 475px;
}

.team-special-card--logo {
  display: grid;
  position: relative;
  min-height: 475px;
  place-items: center;
  align-self: start;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.team-special-card--logo::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(100%, 440px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  clip-path: inset(100% 0 0);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: clip-path 0.45s ease;
}

.team-special-card--logo:hover::after,
.team-special-card--logo:focus-within::after {
  clip-path: inset(0);
}

.team-special-card--logo > img {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: none;
  transition: filter 0.4s ease;
}

.team-special-card--poster {
  min-height: 560px;
  align-self: start;
}

.team-special-card--poster > img {
  height: 430px;
  transition:
    filter 0.4s ease,
    mix-blend-mode 0.4s ease;
}

.team-special-card--collage .team-content h3 {
  transition: color 0.4s ease;
}

.team-special-card--collage:hover .team-content h3,
.team-special-card--collage:focus-within .team-content h3 {
  color: #2f66f5;
}

.team-special-card--poster:hover,
.team-special-card--poster:focus-within {
  background: #1e367a;
  box-shadow: 0 24px 58px rgba(18, 38, 94, 0.24);
  transform: translateY(-8px);
}

.team-special-card--poster:hover > img,
.team-special-card--poster:focus-within > img {
  filter: saturate(1.08);
  mix-blend-mode: multiply;
}

.team-special-card--poster:hover .team-content h3,
.team-special-card--poster:hover .team-content p,
.team-special-card--poster:focus-within .team-content h3,
.team-special-card--poster:focus-within .team-content p {
  color: #fff;
}

.team-capabilities {
  padding-top: 90px;
}

.team-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.team-capabilities-logo {
  position: relative;
  width: 353px;
  height: 353px;
  margin: 0 auto 50px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(23, 37, 83, 0.12);
  cursor: pointer;
}

.team-capabilities-logo::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  clip-path: inset(100% 0 0);
  pointer-events: none;
  transition: clip-path 0.45s ease;
}

.team-capabilities-logo:hover::after,
.team-capabilities-logo:focus-within::after {
  clip-path: inset(0);
}

.team-capabilities-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

.team-special-card--logo:hover > img,
.team-special-card--logo:focus-within > img,
.team-capabilities-logo:hover img,
.team-capabilities-logo:focus-within img {
  filter: none;
}

.team-capabilities-grid {
  display: grid;
  width: 100%;
  max-width: 1082px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 30px;
}

.team-capability-card {
  min-height: 320px;
  padding: 24px 22px;
  border: 1px solid #172553;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.team-capability-card h3 {
  margin: 0 0 10px;
  color: #000;
  font-family: "Linden Hill", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.team-capability-card p {
  margin: 0;
  color: #000;
  font-family: "Linden Hill", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

body[data-page="team"] .team-capability-card p {
  font-family: "Linden Hill", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.team-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
  transition-delay: var(--team-delay, 0ms);
}

.team-grid > .team-reveal:nth-child(3n + 2),
.team-special-grid > .team-reveal:nth-child(2) {
  --team-delay: 100ms;
}

.team-grid > .team-reveal:nth-child(3n),
.team-special-grid > .team-reveal:nth-child(3) {
  --team-delay: 200ms;
}

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

/* Keep the two lower Team sections permanently visible. */
.team-special-grid .team-reveal,
.team-capabilities .team-reveal {
  opacity: 1;
  transform: none;
  transition: none;
  transition-delay: 0s;
}

.team-card.team-reveal.is-visible:hover {
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .team-section {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .team-heading {
    margin-bottom: 54px;
  }

  .team-heading-line {
    height: 84px;
  }

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

@media (max-width: 640px) {
  .team-section {
    padding: 58px 18px 70px;
  }

  .team-heading {
    margin-bottom: 44px;
  }

  .team-heading-line {
    display: none;
  }

  .team-heading-copy h1 {
    font-size: 40px;
  }

  .team-heading-copy p {
    font-size: 17px;
  }

  .team-grid,
  .team-special-grid,
  .team-capabilities-grid {
    grid-template-columns: 1fr;
  }

  .team-capabilities {
    padding-top: 70px;
  }

  .team-capabilities-logo {
    width: min(280px, 82vw);
    height: min(280px, 82vw);
    margin-bottom: 42px;
  }

  .team-capability-card {
    min-height: 0;
    padding: 24px 18px;
  }

  .team-capability-card h3 {
    font-size: 34px;
  }

  .team-card {
    height: min(520px, 136vw);
  }

  .team-special-card--logo,
  .team-special-card--poster,
  .team-special-card--collage {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-reveal,
  .team-card,
  .team-image img {
    transition-duration: 0.01ms;
  }
}

/* Final Contact page reference overrides. */
body[data-page="contact"] .reference-contact-heading{max-width:1200px;padding:42px 20px 20px}
body[data-page="contact"] .reference-contact-heading h1{font:600 60px/1.2 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-heading span{width:30%;height:3px;margin-top:15px;background:#000}
body[data-page="contact"] .reference-contact-panel{padding:20px 24px 30px;background:#f8f4f2}
body[data-page="contact"] .reference-contact-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1200px;overflow:visible;box-shadow:none}
body[data-page="contact"] .reference-contact-form-side{margin-top:30px;padding:10px;background:#f8f4f2}
body[data-page="contact"] .reference-contact-form-side>p{margin:0 40px 22px;color:#000;text-align:center;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-form{gap:10px}
body[data-page="contact"] .reference-contact-form input,
body[data-page="contact"] .reference-contact-form select,
body[data-page="contact"] .reference-contact-form textarea{min-height:46px;border:1px solid #000;border-radius:1px}
body[data-page="contact"] .reference-contact-form button{justify-self:stretch;min-height:48px;padding:0;border:1px solid #000;border-radius:5px;background:#fff;color:#000;font:500 30px/1 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-form button:hover{background:#0e38a3;color:#fff;transform:none}
body[data-page="contact"] .reference-contact-form .form-status{color:#000}
body[data-page="contact"] .reference-contact-details{justify-content:flex-start;margin-top:30px;padding:30px 60px 1px;background:#f0eae8}
body[data-page="contact"] .reference-contact-details h2{margin-bottom:20px;color:#000;text-align:center;font:400 22px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-book-button{padding:10px 25px;border:2px solid #000;border-radius:10px;background:transparent;color:#000;font:400 16px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-book-button:hover{border-color:#0e38a3;background:#0e38a3;color:#fff}
body[data-page="contact"] .reference-contact-line{margin:30px 0;background:#000}
body[data-page="contact"] .reference-contact-details h3{color:#000;text-align:center;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-details h3 a{color:#000}
body[data-page="contact"] .reference-contact-details p{color:#000;text-align:center;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-process{max-width:1200px;padding:50px 24px 75px}
body[data-page="contact"] .reference-contact-process>h2{max-width:1120px;font:600 50px/1.2 "Linden Hill",serif}
body[data-page="contact"] .process-heading-line{width:30%;height:3px;margin:15px auto 25px;background:#000}
body[data-page="contact"] .process-intro{margin-bottom:25px;color:#000;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-process-list{text-align:center}
body[data-page="contact"] .reference-process-list article{padding:16px 4px 15px;border-bottom-color:#000}
body[data-page="contact"] .reference-process-list h3{color:#1c244b;font:600 30px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-process-list p{color:#000;font:400 20px/1.5 "Linden Hill",serif}
@media(max-width:850px){body[data-page="contact"] .reference-contact-inner{grid-template-columns:1fr}}
@media(max-width:575px){
  body[data-page="contact"] .reference-contact-heading h1{font-size:40px;line-height:1.1}
  body[data-page="contact"] .reference-contact-heading span,
  body[data-page="contact"] .process-heading-line{width:45%}
  body[data-page="contact"] .reference-contact-form-side>p{margin-inline:5px}
  body[data-page="contact"] .reference-contact-details{padding:30px 22px}
  body[data-page="contact"] .reference-contact-process>h2{font-size:28px;line-height:1.1}
  body[data-page="contact"] .reference-process-list h3{font-size:25px}
}

/* Studio Enquire Now popup — matched to the reference modal. */
body[data-page="studio"].studio-modal-open { overflow: hidden; }
body[data-page="studio"] .studio-enquiry-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 0 48px;
  overflow-y: auto;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
body[data-page="studio"] .studio-enquiry-modal.is-open {
  opacity: 1;
  visibility: visible;
}
body[data-page="studio"] .studio-enquiry-dialog {
  position: relative;
  width: 40%;
  max-width: 100%;
  padding: 18px;
  border: 8px solid #000;
  background: #fff;
  color: #222;
  font-family: "Linden Hill", Georgia, serif;
}
body[data-page="studio"] .studio-enquiry-close {
  position: absolute;
  z-index: 2;
  top: -16px;
  right: -16px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font: 400 24px/20px Arial, sans-serif;
  cursor: pointer;
}
body[data-page="studio"] .studio-enquiry-logo {
  display: block;
  width: 92px;
  height: 70px;
  margin: 0 auto 90px;
  object-fit: contain;
}
body[data-page="studio"] .studio-enquiry-form {
  display: grid;
  gap: 17px;
}
body[data-page="studio"] .studio-enquiry-form label {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #353535;
  font: 400 15px/1.3 "Linden Hill", Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
}
body[data-page="studio"] .studio-enquiry-form input,
body[data-page="studio"] .studio-enquiry-form textarea {
  width: 100%;
  min-height: 41px;
  padding: 8px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff;
  color: #222;
  font: 400 15px/1.4 Arial, sans-serif;
  outline: none;
}
body[data-page="studio"] .studio-enquiry-form textarea {
  min-height: 264px;
  resize: vertical;
}
body[data-page="studio"] .studio-enquiry-form input:focus,
body[data-page="studio"] .studio-enquiry-form textarea:focus {
  border-color: #1681d7;
}
body[data-page="studio"] .studio-enquiry-form > button {
  justify-self: start;
  min-width: 104px;
  padding: 12px 24px;
  border: 0;
  border-radius: 3px;
  background: #087cca;
  color: #fff;
  font: 400 16px/1.3 "Linden Hill", Georgia, serif;
  cursor: pointer;
}
body[data-page="studio"] .studio-enquiry-form > button:hover { background: #075d9b; }
body[data-page="studio"] .studio-enquiry-status { margin: 0; font-size: 14px; }
@media (max-width: 575px) {
  body[data-page="studio"] .studio-enquiry-modal { padding: 10px 0 30px; }
  body[data-page="studio"] .studio-enquiry-dialog {
    width: 100%;
    padding: 16px 14px;
    border-width: 8px;
  }
  body[data-page="studio"] .studio-enquiry-logo { height: 52px; margin-bottom: 45px; }
  body[data-page="studio"] .studio-enquiry-form { gap: 12px; }
  body[data-page="studio"] .studio-enquiry-form textarea { min-height: 170px; }
}


.creative-journey{
    padding:89px 0 0;
    background:#fff;
}

.creative-journey .container{
    width:90%;
    max-width:1320px;
    margin:auto;
}

.creative-heading{
    display:flex;
    position:relative;
    justify-content:center;
    align-items:flex-start;
}

.left-line{
    position:absolute;
    left:70px;
    top:20px;
    width:5px;
    height:85px;
    background:#ff3d63;
}

.creative-content{
    text-align:center;
    max-width:1140px;
}

.creative-content h2{
    padding-left:30px;
    font-family:"Linden Hill",sans-serif;
    font-size:60px;
    font-weight:600;
    line-height:1.4;
    color:#1e293b;
    margin:0 0 8px;
}

.heading-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-bottom:20px;
}

.heading-divider .dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#2f66f5;
}

.heading-divider .line{
    width:120px;
    height:5px;
    border-radius:30px;
    background:#2f66f5;
}

.creative-content p{
    font-family:"Linden Hill",sans-serif;
    font-size:20px;
    line-height:1.2;
    color:#334155;
    max-width:1110px;
    margin:10px auto;
}
@media(max-width:992px){

    .creative-content h2{
        font-size:54px;
    }

    .creative-content p{
        font-size:22px;
    }

    .left-line{
        left:25px;
        height:80px;
    }

}

@media(max-width:768px){

    .creative-journey{
        padding:60px 20px;
    }

    .left-line{
        display:none;
    }

    .creative-content h2{
        font-size:38px;
    }

    .creative-content p{
        font-size:18px;
    }

    .heading-divider .line{
        width:80px;
    }

}

/* Studio portfolio */

body[data-page="studio"] {
  font-family: "Linden Hill", Georgia, serif;
}

body[data-page="studio"] .studio-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

body[data-page="studio"] .studio-intro,
body[data-page="studio"] .studio-about,
body[data-page="studio"] .studio-features,
body[data-page="studio"] .studio-services,
body[data-page="studio"] .studio-comparison {
  padding-right: 24px;
  padding-left: 24px;
  background: #fff;
}

body[data-page="studio"] .studio-intro {
  min-height: 930px;
  padding-top: 20px;
  text-align: center;
}

body[data-page="studio"] .studio-intro h1 {
  margin: 0 0 34px;
  color: #000;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.4;
}

body[data-page="studio"] .studio-intro p,
body[data-page="studio"] .studio-about > .studio-container > p {
  margin: 0 auto;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

body[data-page="studio"] .studio-intro p {
  max-width: 1040px;
}

body[data-page="studio"] .studio-intro-video {
  display: block;
  width: 100%;
  max-width: 1140px;
  aspect-ratio: 16 / 9;
  margin: 52px auto 0;
  border: 0;
  background: #000;
  object-fit: cover;
}

body[data-page="studio"] .studio-about {
  padding-bottom: 78px;
}

body[data-page="studio"] .studio-about h2,
body[data-page="studio"] .studio-features > .studio-container > h2,
body[data-page="studio"] .studio-services > .studio-container > h2 {
  margin: 0 0 24px;
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

body[data-page="studio"] .studio-about > .studio-container > p {
  max-width: 1129px;
  margin-bottom: 52px;
}

body[data-page="studio"] .studio-gallery {
  columns: 4;
  column-gap: 12px;
}

body[data-page="studio"] .studio-gallery a {
  display: block;
  margin: 0 0 12px;
  overflow: hidden;
  break-inside: avoid;
  border-radius: 2px;
  background: #e8e8e8;
  opacity: 0;
  transform: translateY(42px) scale(0.97);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

body[data-page="studio"] .studio-gallery a.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body[data-page="studio"] .studio-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

body[data-page="studio"] .studio-gallery a:hover img,
body[data-page="studio"] .studio-gallery a:focus-visible img {
  transform: scale(1.06);
}
/*=========================
    STUDIO FEATURES
=========================*/

.studio-features{
    padding:90px 0 100px;
    background:#fff;
}

.studio-features .container{
    width:90%;
    max-width:1320px;
    margin:auto;
}

.studio-features-title{
    text-align:center;
    margin-bottom:70px;
}

.studio-features-title h2{
    font-family:"Playfair Display",serif;
    font-size:50px;
    font-weight:700;
    color:#1f2954;
    line-height:1.1;
}

/* Timeline */

.feature-wrapper{
    display:flex;
    align-items:flex-start;
    gap:75px;
}

/* Left Icons */

.feature-icons{
    position:relative;
    width:120px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.feature-icons::before{
    content:"";
    position:absolute;
    top:45px;
    bottom:45px;
    width:4px;
    background:#3d3d9f;
    z-index:0;
}

.feature-icon{
    width:55px;
    height:62px;
    background:#3b3ca0;
    transform:rotate(45deg);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 28px;
    position:relative;
    z-index:2;
}

.feature-icon i,
.feature-icon img{
    transform:rotate(-45deg);
    color:#fff;
    font-size:24px;
    width:24px;
}

/* Right Content */

.feature-content{
    flex:1;
}

.feature-item{
    margin-bottom:38px;
}

.feature-item:last-child{
    margin-bottom:0;
}

.feature-item h3{
    font-family:"Playfair Display",serif;
    font-size:20px;
    font-weight:700;
    color:#111;
    margin-bottom:14px;
    text-align: left;
}

.feature-item p{
    font-family:"Cormorant Garamond",serif;
    font-size:18px;
    line-height:1.55;
    color:#20498d;
    max-width:980px;
    text-align: left;
}

/* Hover */

.feature-icon{
    transition:.35s;
}

.feature-item:hover .feature-icon,
.feature-icon:hover{
    background:#1d367a;
    transform:rotate(45deg) scale(1.08);
}

/* Responsive */

@media(max-width:991px){

.feature-wrapper{
    gap:40px;
}

.studio-features-title h2{
    font-size:54px;
}

.feature-item h3{
    font-size:22px;
}

.feature-item p{
    font-size:18px;
}

}

@media(max-width:768px){

.feature-wrapper{
    flex-direction:column;
}

.feature-icons{
    flex-direction:row;
    width:100%;
    justify-content:center;
    gap:18px;
}

.feature-icons::before{
    display:none;
}

.feature-icon{
    margin:0;
}

.studio-features-title h2{
    font-size:38px;
}

.feature-item{
    text-align:center;
}

.feature-item p{
    font-size:17px;
}

}

body[data-page="studio"] .studio-features {
  padding-top: 20px;
  padding-bottom: 42px;
}

body[data-page="studio"] .studio-features > .studio-container > h2 {
  margin-bottom: 34px;
}

body[data-page="studio"] .studio-feature-list {
  max-width: 940px;
  margin: 0 auto;
}

body[data-page="studio"] .studio-feature-list article {
  padding: 12px 0 16px 62px;
  border-bottom: 1px solid #d9d9d9;
}

body[data-page="studio"] .studio-feature-list h3 {
  margin: 0 0 7px;
  color: #000;
  font-size: 20px;
      font-family: "Playfair Display", serif;
    font-weight: 700;
  line-height: 1.3;
}

body[data-page="studio"] .studio-feature-list p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
}

body[data-page="studio"] .studio-services {
  padding-top: 12px;
  padding-bottom: 70px;
}

body[data-page="studio"] .studio-services > .studio-container {
  max-width: 1200px;
}

body[data-page="studio"] .studio-services > .studio-container > h2 {
  margin-bottom: 50px;
  font-weight: 700;
}

body[data-page="studio"] .studio-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1200px;
  margin: 0 auto;
  gap: 74px 14px;
  align-items: start;
}

body[data-page="studio"] .studio-service-card {
  display: flex;
  height: auto;
  min-height: 0;
  padding: 12px;
  border: 1px solid #172553;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  text-align: center;
}

body[data-page="studio"] .studio-service-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  object-fit: cover;
}

body[data-page="studio"] .studio-service-card h3 {
  min-height: 40px;
  margin: 28px 12px 18px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

body[data-page="studio"] .studio-service-card p {
  margin: 0 12px 24px;
  color: #000;
  font-size: 20px;
  line-height: 1.55;
}

body[data-page="studio"] .studio-enquire {
  margin-top: 16px;
  min-width: 166px;
  min-height: 30px;
  padding: 11px 24px;
  border: 1px solid #3e3a86;
  border-radius: 3px;
  background: #3e3a86;
  color: #fff;
  font: inherit;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

body[data-page="studio"] .studio-enquire:hover,
body[data-page="studio"] .studio-enquire:focus-visible {
  background: #29265f;
  color: #fff;
}

body[data-page="studio"] .studio-comparison {
  padding-bottom: 84px;
}

body[data-page="studio"] .studio-comparison > .studio-container {
  max-width: 1425px;
}

body[data-page="studio"] .studio-table-wrap {
  overflow-x: auto;
}

body[data-page="studio"] .studio-comparison table {
  width: 100%;
  border-collapse: collapse;
  color: #172553;
  font-size: 16px;
}

body[data-page="studio"] .studio-comparison th,
body[data-page="studio"] .studio-comparison td {
  box-sizing: border-box;
  height: 49px;
  padding: 0 18px;
  border: 1px solid #cbd1da;
  line-height: 1.2;
}

body[data-page="studio"] .studio-comparison thead th {
  background: #fff;
  color: #172553;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

body[data-page="studio"] .studio-comparison tbody th {
  width: 52.5%;
  color: #172553;
  font-weight: 400;
  text-align: left;
}

body[data-page="studio"] .studio-comparison td {
  width: 19%;
  color: #172553;
  font-size: 20px;
  text-align: center;
}

body[data-page="studio"] .studio-comparison thead th:nth-child(2),
body[data-page="studio"] .studio-comparison tbody td:nth-child(2) {
  width: 28.5%;
}

@media (max-width: 991px) {
  body[data-page="studio"] .studio-intro {
    min-height: 700px;
  }

  body[data-page="studio"] .studio-gallery {
    columns: 3;
  }

  body[data-page="studio"] .studio-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-page="studio"] .studio-intro,
  body[data-page="studio"] .studio-about,
  body[data-page="studio"] .studio-features,
  body[data-page="studio"] .studio-services,
  body[data-page="studio"] .studio-comparison {
    padding-right: 18px;
    padding-left: 18px;
  }

  body[data-page="studio"] .studio-intro {
    min-height: 560px;
    padding-top: 42px;
  }

  body[data-page="studio"] .studio-intro h1 {
    font-size: 48px;
    line-height: 1.15;
  }

  body[data-page="studio"] .studio-about h2,
  body[data-page="studio"] .studio-features > .studio-container > h2,
  body[data-page="studio"] .studio-services > .studio-container > h2 {
    font-size: 42px;
  }

  body[data-page="studio"] .studio-gallery {
    columns: 2;
    column-gap: 8px;
  }

  body[data-page="studio"] .studio-gallery a {
    margin-bottom: 8px;
  }

  body[data-page="studio"] .studio-feature-list article {
    padding-left: 0;
  }

  body[data-page="studio"] .studio-services-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="studio"] .studio-service-card {
    height: auto;
    min-height: 0;
  }

  body[data-page="studio"] .studio-service-card h3 {
    min-height: 0;
  }

  body[data-page="studio"] .studio-enquire {
    margin-top: 16px;
  }

  body[data-page="studio"] .studio-comparison table {
    min-width: 680px;
  }
}

.filter-bar {
  display: flex;
  gap: 28px;
  margin-bottom: 40px;
}
.filter-bar button {
  border: 0;
  background: transparent;
  padding: 7px 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  border-bottom: 1px solid transparent;
}
.filter-bar button.active {
  border-color: var(--ink);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 430px;
  gap: 25px;
}
.portfolio-item {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.portfolio-item.tall {
  grid-row: span 2;
}
.portfolio-item.wide {
  grid-column: span 1;
}
.portfolio-item.hide {
  display: none;
}
/* Journal and careers */

body[data-page="blog"] .blog-section {
  padding: 10px 24px 60px;
  background: #fff;
}

body[data-page="blog"] .blog-section-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

body[data-page="blog"] .blog-section h1 {
  margin: 0 0 70px;
  color: #000;
  font-family: "Linden Hill", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

body[data-page="blog"] .blog-post-list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

body[data-page="blog"] .blog-post-entry {
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="blog"] .blog-post-entry + .blog-post-entry {
  margin-top: 135px;
}

body[data-page="blog"] .blog-post-entry h2 {
  margin: 0 0 30px;
  font-family: "Linden Hill", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

body[data-page="blog"] .blog-post-entry h2 a {
  color: #1e293b;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  text-decoration-skip-ink: auto;
  transition: color 0.3s ease;
}

body[data-page="blog"] .blog-post-entry h2 a:hover,
body[data-page="blog"] .blog-post-entry h2 a:focus-visible {
  color: #2f66f5;
}

body[data-page="blog"] .blog-post-entry p {
  margin: 0 0 35px;
  color: #8d8d8d;
  font-family: "Linden Hill", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body[data-page="blog"] footer {
  margin-top: 0;
}

@media (max-width: 767px) {
  body[data-page="blog"] .blog-section {
    padding: 36px 20px 68px;
  }

  body[data-page="blog"] .blog-section h1 {
    margin-bottom: 48px;
    font-size: clamp(42px, 12vw, 54px);
    line-height: 1.15;
  }

  body[data-page="blog"] .blog-post-list {
    width: 100%;
  }

  body[data-page="blog"] .blog-post-entry {
    min-height: 0;
    padding: 36px 26px;
  }

  body[data-page="blog"] .blog-post-entry h2 {
    margin-bottom: 28px;
    font-size: 30px;
  }

  body[data-page="blog"] .blog-post-entry p {
    font-size: 17px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
.blog-card img {
  height: 360px;
}
.blog-card.featured {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  background: var(--cream);
}
.blog-card.featured img {
  height: 520px;
}
.blog-card > div {
  padding: 25px 0;
}
.blog-card.featured > div {
  padding: 55px;
}
.blog-card span {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a7247;
}
.blog-card h2 {
  font-size: 42px;
  line-height: 1.15;
  margin: 15px 0;
}
.blog-card h3 {
  font-size: 25px;
  margin: 12px 0 20px;
}
.job-row {
  padding: 30px 5px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.job-row:last-child {
  border-bottom: 1px solid var(--line);
}
.job-row span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #777;
}
.job-row h3 {
  font-size: 25px;
  margin: 6px 0;
}
.job-row:hover {
  padding-left: 20px;
  background: var(--cream);
}
/* Contact page and forms */

.contact-page {
  padding: 145px 0 90px;
  background: var(--cream);
  min-height: 100vh;
}
.contact-shell {
  box-shadow: 0 20px 70px #00000014;
}
.contact-info {
  background: var(--ink);
  color: #fff;
  padding: 70px;
}
.contact-info h1 {
  font-size: clamp(50px, 5vw, 75px);
  letter-spacing: -3px;
}
.contact-info > p {
  color: #aaa;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 55px;
}
.contact-details a,
.contact-details span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ddd;
  font-size: 13px;
}
.contact-details i {
  color: var(--gold);
  width: 20px;
}
.contact-form-wrap {
  background: #fff;
  padding: 70px;
}
.contact-form label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 800;
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  font: inherit;
  font-size: 14px;
  background: transparent;
  outline: none;
  border-radius: 0;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--gold);
}
.form-status {
  margin-top: 15px;
  color: #37785a;
  font-size: 13px;
}
/* Footer */

.site-footer {
  background: #0b0d0f;
  color: #aaa;
  padding: 80px 0 25px;
}
.footer-brand {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 28px;
}
.footer-brand span {
  color: var(--gold);
}
.footer-description {
  max-width: 390px;
}
.site-footer h4 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer li {
  margin: 9px 0;
  font-size: 13px;
}
.site-footer a:hover {
  color: var(--gold);
}
.socials {
  display: flex;
  gap: 12px;
}
.socials a {
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff2b;
  display: grid;
  place-items: center;
}
.footer-bottom {
  border-top: 1px solid #ffffff18;
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
/* Reference footer */

.reference-footer {
  background: #fff;
  color: #091632;
  font-family: "Linden Hill", serif;
  padding: 0;
}

.footer-main {
  background: #d1d5db;
  padding: clamp(17px, 1.3vw, 25px) clamp(24px, 2.3vw, 44px)
    clamp(33px, 2.6vw, 50px);
}

.footer-grid {
  display: grid;
  gap: clamp(36px, 4vw, 78px);
  grid-template-columns: clamp(270px, 21vw, 405px) 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1800px;
  min-height: clamp(358px, 28vw, 538px);
}

.footer-connect {
  align-items: center;
  background:
    linear-gradient(rgba(22, 22, 28, 0.58), rgba(22, 22, 28, 0.58)),
    url("../assets/footer-logo.png") center / cover no-repeat;
  color: #fff;
  display: flex;
  min-height: clamp(358px, 28vw, 538px);
  padding: 20px;
}

.footer-connect__content h3,
.footer-column h3 {
  font-family: "Linden Hill", serif;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 28px;
}

.footer-connect__content p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.footer-column {
  padding-top: 0;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  font-size: 15px;
  line-height: 1;
}

.footer-column a {
  color: #006bd6;
}

.footer-column a:hover,
.footer-privacy:hover {
  color: #004b98;
}

.footer-career h3 a {
  color: #006bd6;
}

/* Career page — scoped so other pages remain unchanged. */
body[data-page="career"] .career-page { background:#fff; padding:10px 24px 90px; }
body[data-page="career"] .career-container { width:100%; max-width:1140px; margin:0 auto; }
body[data-page="career"] .career-application-form { display:grid; gap:10px; padding:10px; border:1px solid #151515; border-radius:5px; background:#fff; }
body[data-page="career"] .career-application-form label { display:block; margin:0; }
body[data-page="career"] .career-label { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
body[data-page="career"] .career-application-form input:not([type="file"]),
body[data-page="career"] .career-application-form select { width:100%; height:47px; padding:6px 16px; border:1px solid #171717; border-radius:0; background:#fff; color:#222; font:400 16px/1.4 "Poppins",sans-serif; }
body[data-page="career"] .career-file { display:flex !important; align-items:center; gap:16px; min-height:35px; color:#222; font:400 15px/1.4 "Poppins",sans-serif; }
body[data-page="career"] .career-file input { font-family:"Poppins",sans-serif; font-size:14px; }
body[data-page="career"] .career-application-form button { justify-self:center; min-width:112px; padding:7px 18px 9px; border:1px solid #222; border-radius:2px; background:#f4f4f4; color:#111; font:400 22px/1.2 "Linden Hill",serif; cursor:pointer; }
body[data-page="career"] .career-form-status { display:none; margin:0; text-align:center; font:14px/1.4 "Poppins",sans-serif; }
body[data-page="career"] .career-form-status:not(:empty) { display:block; }
body[data-page="career"] .career-brand-divider { display:flex; align-items:center; justify-content:center; gap:22px; margin:78px auto 26px; color:#777; font:400 18px/1 "Linden Hill",serif; }
body[data-page="career"] .career-brand-divider span { width:195px; height:4px; background:#111; }
body[data-page="career"] .career-brand-divider strong { font-weight:400; }
body[data-page="career"] .career-intro { text-align:center; }
body[data-page="career"] .career-intro h1,
body[data-page="career"] .career-intro h2 { margin:0; color:#10182c; font-family:"Linden Hill",serif; font-weight:400; }
body[data-page="career"] .career-intro h1 { font-size:50px; line-height:1.4; }
body[data-page="career"] .career-intro p { max-width:1040px; margin:10px auto 12px; color:#16203a; font:400 18px/1.55 "Linden Hill",serif; }
body[data-page="career"] .career-title-rule { display:flex; align-items:center; justify-content:center; gap:5px; height:12px; margin-bottom:26px; }
body[data-page="career"] .career-title-rule i { width:6px; height:6px; border-radius:50%; background:#246fea; }
body[data-page="career"] .career-title-rule span { width:125px; height:5px; border-radius:3px; background:#246fea; }
body[data-page="career"] .career-intro h2 { margin-bottom:18px; font-size:40px; line-height:1.5; }
body[data-page="career"] .career-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
body[data-page="career"] .career-card { position:relative; display:block; min-height:224px; padding:28px 22px 24px 55px; overflow:hidden; background:#9c27b0; color:#fff; text-decoration:underline; transition:transform .25s ease,box-shadow .25s ease; }
body[data-page="career"] .career-card::before { position:absolute; inset:0 auto 0 0; width:30px; background:rgba(0,0,0,.22); content:""; }
body[data-page="career"] .career-card:hover { color:#fff; transform:translateY(-4px); box-shadow:0 12px 24px rgba(0,0,0,.15); }
body[data-page="career"] .career-card h3 { margin:0 0 17px; color:#fff; font:600 18px/1.3 "Poppins",sans-serif; }
body[data-page="career"] .career-card p {
    margin: 0;
    color: #fff;
    font: 400 16px/1.65 "Linden Hill",serif;
    font-size: 16px;
}
body[data-page="career"] .career-card:nth-child(1)  { background:#9c27b0; }
body[data-page="career"] .career-card:nth-child(2)  { background:#00bcd4; }
body[data-page="career"] .career-card:nth-child(3)  { background:#10168e; }
body[data-page="career"] .career-card:nth-child(4)  { background:#357a38; }
body[data-page="career"] .career-card:nth-child(5)  { background:#641e16; }
body[data-page="career"] .career-card:nth-child(6)  { background:#0e6251; }
body[data-page="career"] .career-card:nth-child(7)  { background:#7d6608; }
body[data-page="career"] .career-card:nth-child(8)  { background:#bd6421; }
body[data-page="career"] .career-card:nth-child(9)  { background:#d4ac0d; }
body[data-page="career"] .career-card:nth-child(10) { background:#00bcd4; }
body[data-page="career"] .career-card:nth-child(11) { background:#8e44ad; }
body[data-page="career"] .career-card:nth-child(12) { background:#357a38; }
body[data-page="career"] .career-card:nth-child(13) { background:#e106e8; }
body[data-page="career"] .career-card:nth-child(14) { background:#485657; }
body[data-page="career"] .career-card:nth-child(15) { background:#d91010; }
body[data-page="career"] .career-card:nth-child(16) { background:#000; }
body[data-page="career"] .career-card:nth-child(17) { background:#00372c; }
body[data-page="career"] .career-card:nth-child(18) { background:#0058d4; }
body[data-page="career"] .career-card:nth-child(19) { background:#8e8810; }
body[data-page="career"] .career-card:nth-child(20) { background:#357a38; }

/* Contact page — reference-matched and fully page-scoped. */
body[data-page="contact"] .reference-contact-page {
  background: #fff;
  color: #101b3b;
  font-family: "Linden Hill", serif;
}

body[data-page="contact"] .reference-contact-heading {
  max-width: 1140px;
  margin: 0 auto;
  padding: 55px 20px 30px;
  text-align: center;
}

body[data-page="contact"] .reference-contact-heading h1 {
  margin: 0;
  color: #10182d;
  font: 400 58px/1.15 "Linden Hill", serif;
}

body[data-page="contact"] .reference-contact-heading span {
  display: block;
  width: 105px;
  height: 4px;
  margin: 18px auto 0;
  background: #e42c70;
}

body[data-page="contact"] .reference-contact-panel {
  padding: 32px 24px 72px;
  background: linear-gradient(135deg, #f7f8ff 0%, #fff 52%, #f4f7ff 100%);
}

body[data-page="contact"] .reference-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, .85fr);
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(19, 38, 90, .12);
}

body[data-page="contact"] .reference-contact-form-side {
  padding: 48px 55px 52px;
  background: linear-gradient(145deg, #263b8e, #162b73);
}

body[data-page="contact"] .reference-contact-form-side > p {
  margin: 0 0 30px;
  color: #fff;
  font: 400 21px/1.5 "Linden Hill", serif;
}

body[data-page="contact"] .reference-contact-form {
  display: grid;
  gap: 15px;
}

body[data-page="contact"] .reference-contact-form input,
body[data-page="contact"] .reference-contact-form select,
body[data-page="contact"] .reference-contact-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #252525;
  font: 400 15px/1.45 "Poppins", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

body[data-page="contact"] .reference-contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

body[data-page="contact"] .reference-contact-form button {
  justify-self: start;
  min-width: 125px;
  padding: 12px 22px;
  border: 0;
  background: #ef2d78;
  color: #fff;
  font: 500 16px/1.3 "Poppins", sans-serif;
  transition: background .25s ease, transform .25s ease;
}

body[data-page="contact"] .reference-contact-form button:hover {
  background: #111b45;
  transform: translateY(-2px);
}

body[data-page="contact"] .reference-contact-form .form-status {
  margin: 0;
  color: #fff;
}

body[data-page="contact"] .reference-contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 42px;
  background: linear-gradient(160deg, #fff, #eef3ff);
}

body[data-page="contact"] .reference-contact-details h2 {
  margin: 0 0 26px;
  color: #10182d;
  font: 400 27px/1.3 "Linden Hill", serif;
}

body[data-page="contact"] .reference-book-button {
  align-self: center;
  padding: 12px 24px;
  background: #283c8e;
  color: #fff;
  font: 500 15px/1.3 "Poppins", sans-serif;
  text-decoration: none;
}

body[data-page="contact"] .reference-book-button:hover { color: #fff; background: #ec2d76; }
body[data-page="contact"] .reference-contact-line { width: 100%; height: 1px; margin: 32px 0; background: #adb5cb; }

body[data-page="contact"] .reference-contact-details h3 {
  margin: 0 0 18px;
  color: #10182d;
  font: 400 21px/1.55 "Linden Hill", serif;
}

body[data-page="contact"] .reference-contact-details h3 a {
  color: #10182d;
  text-decoration: none;
}

body[data-page="contact"] .reference-contact-details p {
  margin: 0;
  color: #10182d;
  font: 400 18px/1.5 "Linden Hill", serif;
}

body[data-page="contact"] .reference-contact-process {
  max-width: 1140px;
  margin: 0 auto;
  padding: 75px 24px 95px;
  text-align: center;
}

body[data-page="contact"] .reference-contact-process > h2 {
  max-width: 930px;
  margin: 0 auto;
  color: #10182d;
  font: 400 38px/1.25 "Linden Hill", serif;
}

body[data-page="contact"] .process-heading-line {
  display: block;
  width: 95px;
  height: 4px;
  margin: 20px auto 28px;
  background: #ef2d78;
}

body[data-page="contact"] .process-intro {
  max-width: 1010px;
  margin: 0 auto 45px;
  color: #17213e;
  font: 400 18px/1.6 "Linden Hill", serif;
}

body[data-page="contact"] .reference-process-list {
  text-align: left;
}

body[data-page="contact"] .reference-process-list article {
  padding: 24px 4px 25px;
  border-bottom: 1px solid #c7ccd7;
}

body[data-page="contact"] .reference-process-list h3 {
  margin: 0 0 9px;
  color: #10182d;
  font: 400 25px/1.3 "Linden Hill", serif;
}

body[data-page="contact"] .reference-process-list p {
  margin: 0;
  color: #17213e;
  font: 400 18px/1.55 "Linden Hill", serif;
}

@media (max-width: 850px) {
  body[data-page="contact"] .reference-contact-inner { grid-template-columns: 1fr; }
  body[data-page="contact"] .reference-contact-details { padding: 42px; }
}

@media (max-width: 575px) {
  body[data-page="contact"] .reference-contact-heading { padding: 38px 14px 20px; }
  body[data-page="contact"] .reference-contact-heading h1 { font-size: 44px; }
  body[data-page="contact"] .reference-contact-panel { padding: 22px 14px 48px; }
  body[data-page="contact"] .reference-contact-form-side,
  body[data-page="contact"] .reference-contact-details { padding: 32px 22px; }
  body[data-page="contact"] .reference-contact-form-side > p { font-size: 19px; }
  body[data-page="contact"] .reference-contact-form button { width: 100%; }
  body[data-page="contact"] .reference-contact-process { padding: 55px 18px 70px; }
  body[data-page="contact"] .reference-contact-process > h2 { font-size: 31px; }
  body[data-page="contact"] .reference-process-list h3 { font-size: 23px; }
}
@media (max-width:991px) {
  body[data-page="career"] .career-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body[data-page="career"] .career-intro h1 { font-size:42px; }
}
@media (max-width:575px) {
  body[data-page="career"] .career-page { padding:10px 14px 60px; }
  body[data-page="career"] .career-brand-divider { gap:12px; margin-top:52px; }
  body[data-page="career"] .career-brand-divider span { width:55px; height:3px; }
  body[data-page="career"] .career-intro h1 { font-size:34px; line-height:1.2; }
  body[data-page="career"] .career-intro h2 { font-size:31px; }
  body[data-page="career"] .career-intro p { font-size:17px; }
  body[data-page="career"] .career-grid { grid-template-columns:1fr; }
}

.reference-footer .footer-bottom {
  align-items: center;
  background: #fff;
  border: 0;
  display: flex;
  flex-direction: column;
  font-size: 17px;
  justify-content: center;
  margin: 0;
  min-height: clamp(110px, 8.55vw, 164px);
  padding: 24px;
  text-align: center;
}

.footer-bottom p {
  margin: 0 0 4px;
}

.footer-privacy {
  color: #006bd6;
  margin-bottom: 18px;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  align-items: center;
  display: flex;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  justify-content: center;
}

.footer-socials .facebook {
  color: #557dc3;
}

.footer-socials .twitter {
  color: #55c4e7;
}

.footer-socials .instagram {
  color: #ab44bd;
}

.footer-socials .linkedin {
  color: #1677bb;
}

.footer-socials .pinterest {
  color: #df7596;
}

.footer-socials .youtube {
  color: #ef4747;
}

/* Compact reference footer shared by every page. */
body .footer-main {
  padding: 20px 0;
}

body .footer-grid {
  column-gap: 50px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1920px;
  min-height: 233px;
  padding: 0 35px;
}

body .footer-connect {
  background: none;
  color: #334155;
  display: block;
  min-height: 0;
  padding: 0;
}

body .footer-connect__logo {
  display: block;
  height: 68px;
  object-fit: contain;
  width: 91px;
}

body .footer-connect__content h3,
body .footer-column h3 {
  color: #1e293b;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 20px;
}

body .footer-connect__content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

body .footer-connect__content p {
  font-size: 16px;
  line-height: 1.65;
  margin: 24px 0 0;
}

body .footer-column li {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

body .footer-grid > .footer-column:not(.footer-contact):not(.footer-career) a {
  font-weight: 700;
}

body .footer-contact li:nth-child(3) a {
  font-weight: 700;
}

body .footer-career a {
  font-weight: 600;
}

body .reference-footer .footer-bottom {
  font-size: 16px;
  line-height: 1.65;
  min-height: 130px;
  padding: 20px 0;
}

body .reference-footer .footer-bottom p {
  margin-bottom: 0;
}

body .reference-footer .footer-privacy {
  margin-bottom: 10px;
}

body .footer-socials a {
  font-size: 27px;
}

@media (max-width: 991px) {
  body .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body .footer-main {
    padding: 24px 20px 45px;
  }

  body .footer-grid {
    gap: 38px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0;
  }

  body .footer-column h3 {
    margin-bottom: 18px;
  }

  body .reference-footer .footer-bottom {
    font-size: 16px;
    min-height: 180px;
  }
}

/* Floating contact drawer */

.contact-fab {
  position: fixed;
  z-index: 1001;
  right: 25px;
  bottom: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 8px 30px #0005;
}
.drawer {
  position: fixed;
  z-index: 1100;
  inset: 0;
  background: #0008;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.drawer.open {
  opacity: 1;
  visibility: visible;
}
.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(440px, 100%);
  padding: 45px;
  background: #fff;
  transform: translateX(100%);
  transition: 0.4s;
}
.drawer.open .drawer-panel {
  transform: none;
}
.drawer-close {
  border: 0;
  background: none;
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 25px;
}
/* Reveal animation */

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

/* Reference-inspired homepage opening */

body[data-page="home"] .site-header,
body[data-page="home"] .site-header.scrolled {
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 19, 22, 0.14);
  color: var(--ink);
  padding: 0;
  position: relative;
}

body[data-page="home"] .site-header .container {
  min-height: 100px;
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
}

body[data-page="home"] .brand {
  color: var(--ink);
  gap: 16px;
}

body[data-page="home"] .brand-mark {
  background: #081427;
  border-color: #081427;
  color: #24b8ff;
}

body[data-page="home"] .brand-copy strong {
  font-family: "Linden Hill", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  white-space: nowrap;
}

body[data-page="home"] .brand-copy small {
  color: var(--ink);
  font-family: "Linden Hill", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 0;
  text-transform: none;
  white-space: nowrap;
}

body[data-page="home"] .nav-link {
  color: #111a37 !important;
  font-family: "Linden Hill", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100px;
  margin: 0;
  padding: 0 16px !important;
  text-transform: none;
}

body[data-page="home"] .nav-link::after {
  background: #116ac4;
}

body[data-page="home"] .nav-cta {
  border: 0;
  padding: 0 16px !important;
}

body[data-page="home"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23111a37' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Shared reference navbar */

.reference-navbar,
.reference-navbar.scrolled,
.reference-navbar.inner {
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 19, 22, 0.14);
  color: var(--ink);
  padding: 0;
  position: relative;
}

.reference-navbar .container {
  min-height: 100px;
  width: 100% !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.reference-navbar .brand {
  color: var(--ink);
  gap: 16px !important;
  margin: 0;
  padding: 0;
}

.reference-navbar .brand-copy {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
}

.reference-navbar .header-logo {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  object-fit: fill;
}

.reference-navbar .brand-copy strong {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Linden Hill", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  white-space: nowrap;
}

.reference-navbar .brand-copy small {
  display: block;
  color: var(--ink);
  font-family: "Linden Hill", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
}

.reference-navbar .nav-link {
  color: #111a37 !important;
  font-family: "Linden Hill", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100px;
  margin: 0;
  padding: 0 16px !important;
  text-transform: none;
}

.reference-navbar .nav-link:hover,
.reference-navbar .nav-link.active {
  color: #045cb4 !important;
}

.reference-navbar .nav-link::after,
.reference-navbar .nav-link:hover::after,
.reference-navbar .nav-link.active::after {
  content: none;
  display: none;
}

.reference-navbar .nav-cta {
  border: 0;
  padding: 0 16px !important;
}

.reference-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23111a37' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.reference-hero {
  height: calc(100vh - 96px);
  min-height: 590px;
}

.reference-hero video {
  object-position: center;
}

.reference-actions {
  background: #fff;
  padding: 42px 3.75%;
}

.reference-actions__grid {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.reference-action {
  border: 1px solid #161616;
  color: #080808;
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 1.6vw, 29px);
  font-weight: 600;
  line-height: 1.2;
  min-width: 265px;
  padding: 15px 28px;
  text-align: center;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.reference-action:first-child {
  min-width: 480px;
}

.reference-action:hover {
  background: #111a37;
  color: #fff;
  transform: translateY(-3px);
}

.reference-feature {
  display: grid;
  grid-template-columns: 27.5% 72.5%;
  min-height: 500px;
}

.reference-feature__copy {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 55px;
  text-align: center;
}

.reference-feature__copy h1 {
  color: #291010;
  font-family: Manrope, sans-serif;
  font-size: clamp(54px, 5vw, 96px);
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 0.95;
  margin: 0 0 34px;
}

.reference-feature__copy p {
  color: #ef6848;
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.25;
  margin: 0;
  max-width: 390px;
}

.reference-feature__visual {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.reference-feature__visual img {
  height: 100%;
  object-position: center;
  transition: transform 1s ease;
}

.reference-feature__visual:hover img {
  transform: scale(1.025);
}

.reference-feature__dot {
  background: #111;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: 17px;
  height: 12px;
  left: 36%;
  position: absolute;
  width: 12px;
}

.reference-services-intro {
  background: #fff;
  padding: 45px 14px 60px;
  text-align: center;
}

.reference-services-intro h2 {
  color: #121b49;
  font-family: "Playfair Display", serif;
  font-size: clamp(45px, 4vw, 66px);
  font-weight: 600;
  margin: 0 0 35px;
}

.reference-services-intro p {
  color: #0d0d0d;
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 1880px;
}

.reference-social-rail {
  bottom: 14%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  z-index: 1002;
}

.reference-social-rail a {
  align-items: center;
  background: #057cb8;
  color: #fff;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.reference-social-rail a:last-child {
  background: #18cf68;
}

.reference-social-rail .reference-social-rail__contact {
  background: #7dde36;
  flex-direction: column;
  height: 182px;
}

.reference-social-rail__contact span {
  font-size: 14px;
  margin-top: 8px;
  writing-mode: vertical-rl;
}

body[data-page="home"] .contact-fab {
  display: none;
}

/* Responsive styles */

@media (max-width: 1399px) {
  .reference-navbar .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(16, 19, 22, 0.12);
    margin-top: 14px;
    padding: 20px;
  }

  .reference-navbar .nav-link {
    line-height: 1.5;
    margin-left: 0;
    padding: 12px 0 !important;
  }

  .footer-grid {
    gap: 34px;
    grid-template-columns: 270px repeat(3, 1fr);
  }

  body[data-page="home"] .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(16, 19, 22, 0.12);
    margin-top: 14px;
    padding: 20px;
  }

  body[data-page="home"] .nav-link {
    line-height: 1.5;
    margin-left: 0;
    padding: 12px 0 !important;
  }
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-connect {
    min-height: 430px;
  }

  .production-benefits {
    padding-left: 5%;
    padding-right: 5%;
  }

  .production-benefits__grid {
    gap: 76px 28px;
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-page="home"] .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(16, 19, 22, 0.12);
  }

  body[data-page="home"] .nav-link {
    margin-left: 0;
  }

  .reference-hero {
    height: 68vh;
    min-height: 500px;
  }

  .reference-actions__grid {
    gap: 18px;
  }

  .reference-action,
  .reference-action:first-child {
    min-width: 0;
    width: 100%;
  }

  .reference-feature {
    grid-template-columns: 38% 62%;
  }

  .reference-feature__copy {
    padding: 40px 25px;
  }

  .navbar-collapse {
    background: #101316;
    padding: 20px;
    margin-top: 10px;
  }
  .nav-link {
    margin-left: 0;
  }
  .hero-content h1 {
    letter-spacing: -2px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-row {
    grid-template-columns: 45px 1fr 25px;
  }
  .service-row p {
    display: none;
  }
  .capability-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .value-card {
    grid-template-columns: 45px 1fr;
  }
  .value-card p {
    grid-column: 2;
  }
  .contact-info,
  .contact-form-wrap {
    padding: 50px;
  }
  .blog-card.featured {
    display: block;
  }
  .blog-card.featured > div {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .reference-navbar,
  .reference-navbar.scrolled,
  .reference-navbar.inner {
    padding: 12px 0;
  }

  .reference-navbar .container {
    min-height: 60px;
  }

  .reference-navbar .brand-copy strong {
    font-size: 21px;
    line-height: 1.05;
  }

  .reference-navbar .brand-copy small {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 5px;
  }

  .footer-main {
    padding: 24px 20px 45px;
  }

  .footer-grid {
    gap: 38px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .footer-connect {
    min-height: 430px;
  }

  .footer-column h3 {
    margin-bottom: 18px;
  }

  .reference-footer .footer-bottom {
    font-size: 16px;
    min-height: 180px;
  }

  #adFilmCarousel {
    width: calc(100vw - 32px);
  }

  #servicesShowcaseCarousel .carousel-item {
    aspect-ratio: auto;
    height: 320px;
  }

  .adfilm-gallery {
    padding: 58px 0 68px;
  }

  .adfilm-container {
    padding: 0 16px;
  }

  .adfilm-heading {
    margin-bottom: 30px;
  }

  .production-benefits {
    padding: 55px 20px 80px;
  }

  .production-benefits__grid {
    gap: 78px;
    grid-template-columns: 1fr;
  }

  .production-benefit {
    min-height: 0;
    padding: 0 26px 35px;
  }

  .production-benefit > img {
    height: 175px;
    width: 58%;
  }

  .production-benefit__content {
    padding-top: 38px;
  }

  body[data-page="home"] .site-header,
  body[data-page="home"] .site-header.scrolled {
    padding: 12px 0;
  }

  body[data-page="home"] .site-header .container {
    min-height: 60px;
  }

  body[data-page="home"] .brand-copy strong {
    font-size: 21px;
  }

  body[data-page="home"] .brand-copy small {
    font-size: 12px;
    margin-top: 5px;
  }

  .reference-hero {
    height: 58vh;
    min-height: 420px;
  }

  .reference-actions {
    padding: 30px 20px;
  }

  .reference-actions__grid {
    grid-template-columns: 1fr;
  }

  .reference-action {
    font-size: 19px;
    padding: 14px 18px;
  }

  .reference-feature {
    grid-template-columns: 1fr;
  }

  .reference-feature__copy {
    min-height: 360px;
  }

  .reference-feature__copy h1 {
    letter-spacing: -2px;
  }

  .reference-feature__visual {
    min-height: 330px;
  }

  .reference-services-intro {
    padding: 55px 20px;
  }

  .reference-services-intro p {
    line-height: 1.6;
  }

  .reference-social-rail {
    bottom: 18px;
  }

  .reference-social-rail .reference-social-rail__contact {
    height: 56px;
  }

  .reference-social-rail__contact span {
    display: none;
  }

  .section-pad {
    padding: 75px 0;
  }
  .hero-home {
    min-height: 650px;
  }
  .hero-content h1,
  .page-hero h1 {
    letter-spacing: -2px;
  }
  .scroll-cue {
    display: none;
  }
  .section-head {
    display: block;
  }
  .section-head .text-link {
    margin-top: 25px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid > div {
    padding: 25px 15px;
  }
  .work-grid,
  .blog-grid,
  .capability-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .work-card,
  .work-card.wide {
    height: 420px;
    grid-column: auto;
  }
  .service-row h3 {
    font-size: 22px;
  }
  .page-hero {
    min-height: 500px;
    height: 65vh;
  }
  .editorial-img {
    height: 470px;
  }
  .team-card img,
  .join-card {
    height: 430px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 420px;
  }
  .portfolio-item.tall {
    grid-row: span 1;
  }
  .blog-card.featured {
    grid-column: auto;
  }
  .blog-card.featured img {
    height: 360px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-info,
  .contact-form-wrap {
    padding: 40px 25px;
  }
  .contact-info h1 {
    letter-spacing: -2px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Contact page final cascade — matches the reference Elementor layout. */
body[data-page="contact"] .reference-contact-heading{max-width:1200px;padding:42px 20px 20px}
body[data-page="contact"] .reference-contact-heading h1{font:600 60px/1.2 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-heading span{width:30%;height:3px;margin-top:15px;background:#000}
body[data-page="contact"] .reference-contact-panel{padding:20px 24px 30px;background:#f8f4f2}
body[data-page="contact"] .reference-contact-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1200px;overflow:visible;box-shadow:none}
body[data-page="contact"] .reference-contact-form-side{margin-top:30px;padding:10px;background:#f8f4f2}
body[data-page="contact"] .reference-contact-form-side>p{margin:0 40px 22px;color:#000;text-align:center;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-form{gap:10px}
body[data-page="contact"] .reference-contact-form input,
body[data-page="contact"] .reference-contact-form select,
body[data-page="contact"] .reference-contact-form textarea{min-height:46px;border:1px solid #000;border-radius:1px}
body[data-page="contact"] .reference-contact-form button{justify-self:stretch;min-height:48px;padding:0;border:1px solid #000;border-radius:5px;background:#fff;color:#000;font:500 30px/1 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-form button:hover{background:#0e38a3;color:#fff;transform:none}
body[data-page="contact"] .reference-contact-form .form-status{color:#000}
body[data-page="contact"] .reference-contact-details{justify-content:flex-start;margin-top:30px;padding:30px 60px 1px;background:#f0eae8}
body[data-page="contact"] .reference-contact-details h2{margin-bottom:20px;color:#000;text-align:center;font:400 22px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-book-button{padding:10px 25px;border:2px solid #000;border-radius:10px;background:transparent;color:#000;font:400 16px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-book-button:hover{border-color:#0e38a3;background:#0e38a3;color:#fff}
body[data-page="contact"] .reference-contact-line{margin:30px 0;background:#000}
body[data-page="contact"] .reference-contact-details h3{color:#000;text-align:center;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-details h3 a{color:#000}
body[data-page="contact"] .reference-contact-details p{color:#000;text-align:center;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-contact-process{max-width:1200px;padding:50px 24px 75px}
body[data-page="contact"] .reference-contact-process>h2{max-width:1120px;font:600 50px/1.2 "Linden Hill",serif}
body[data-page="contact"] .process-heading-line{width:30%;height:3px;margin:15px auto 25px;background:#000}
body[data-page="contact"] .process-intro{margin-bottom:25px;color:#000;font:400 20px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-process-list{text-align:center}
body[data-page="contact"] .reference-process-list article{padding:16px 4px 15px;border-bottom-color:#000}
body[data-page="contact"] .reference-process-list h3{color:#1c244b;font:600 30px/1.5 "Linden Hill",serif}
body[data-page="contact"] .reference-process-list p{color:#000;font:400 20px/1.5 "Linden Hill",serif}
@media(max-width:850px){body[data-page="contact"] .reference-contact-inner{grid-template-columns:1fr}}
@media(max-width:575px){
  body[data-page="contact"] .reference-contact-heading h1{font-size:40px;line-height:1.1}
  body[data-page="contact"] .reference-contact-heading span,
  body[data-page="contact"] .process-heading-line{width:45%}
  body[data-page="contact"] .reference-contact-form-side>p{margin-inline:5px}
  body[data-page="contact"] .reference-contact-details{padding:30px 22px}
  body[data-page="contact"] .reference-contact-process>h2{font-size:28px;line-height:1.1}
  body[data-page="contact"] .reference-process-list h3{font-size:25px}
}
/* Product video production article */
body[data-page="product-article"] {
  background: #f0f5fa;
  color: #000;
  font-family: "Linden Hill", serif;
}

body[data-page="product-article"] .product-article-page {
  padding: 40px 0;
}

body[data-page="product-article"] .product-article-shell {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

body[data-page="product-article"] .product-article,
body[data-page="product-article"] .product-comments {
  background: #fff;
}

body[data-page="product-article"] .product-article {
  padding: 40px;
}

body[data-page="product-article"] .product-entry-header h1 {
  margin: 0 0 15px;
  color: #1e293b;
  font: 600 32px/1.2 "Linden Hill", serif;
}

body[data-page="product-article"] .product-entry-meta {
  margin: 0 0 24px;
  color: #046bd2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body[data-page="product-article"] .product-entry-content {
  padding: 0 10px;
}

body[data-page="product-article"] .product-entry-content p,
body[data-page="product-article"] .product-entry-content li,
body[data-page="product-article"] .product-entry-content td,
body[data-page="product-article"] .product-entry-content th {
  color: #000;
  font-size: 20px;
  line-height: 1.65;
}

body[data-page="product-article"] .product-entry-content p {
  margin: 0 0 32px;
}

body[data-page="product-article"] .product-entry-content ul {
  margin: -12px 0 32px;
  padding-left: 42px;
}

body[data-page="product-article"] .product-entry-content li {
  margin-bottom: 5px;
}

body[data-page="product-article"] .product-entry-content h2 {
  margin: 30px 0 20px;
  color: #000;
  font: 600 30px/1.3 "Linden Hill", serif;
  text-align: center;
}

body[data-page="product-article"] .product-entry-content h2:first-of-type {
  font-size: 35px;
}

/* Reusable closing layout for every blog article */
body[data-page="product-article"] .product-entry-content .blog-closing-heading {
  margin: 58px 0 30px;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

body[data-page="product-article"] .product-entry-content .blog-closing-intro {
  margin-bottom: 54px;
  text-align: left;
}

body[data-page="product-article"] .product-entry-content .blog-closing-pitch {
  margin-bottom: 20px;
  text-align: left;
}

body[data-page="product-article"] .product-entry-content .blog-closing-brand {
  margin-bottom: 52px;
  text-align: center;
}

body[data-page="product-article"] .product-entry-content .blog-closing-cta {
  margin: 0 0 68px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

body[data-page="product-article"] .product-entry-content .blog-closing-social {
  margin-bottom: 32px;
  text-align: left;
}

body[data-page="product-article"] .product-entry-content h3 {
  margin: 36px 0 18px;
  color: #000;
  font: 600 24px/1.3 "Linden Hill", serif;
  text-align: left;
}

body[data-page="product-article"] .product-entry-content .numbered-blog-heading {
  margin: 36px 0 17.2px;
  color: #1e293b;
  font: 600 24px/1.3 "Linden Hill", serif;
  text-align: left;
}

body[data-page="product-article"] .product-entry-content h4 {
  margin: 30px 0 16px;
  color: #000;
  font: 600 20px/1.2 "Linden Hill", serif;
  text-align: left;
}

body[data-page="product-article"] .product-entry-content a,
body[data-page="product-article"] .product-entry-meta a {
  color: #046bd2;
}

body[data-page="product-article"] .product-feature-image {
  margin: 22px auto 28px;
  text-align: center;
}

body[data-page="product-article"] .product-feature-image img {
  display: block;
  width: min(100%, 1024px);
  height: auto;
  margin: 0 auto;
}

body[data-page="product-article"] .product-table-wrap {
  width: 100%;
  margin: 2px 0 30px;
  overflow-x: auto;
}

body[data-page="product-article"] .product-table-wrap table {
  width: 100%;
  min-width: 1050px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

body[data-page="product-article"] .product-table-wrap th,
body[data-page="product-article"] .product-table-wrap td {
  padding: 12px 10px;
  border: 1px solid #c9c9c9;
  text-align: left;
  vertical-align: top;
}

body[data-page="product-article"] .product-table-wrap thead th {
  background: #f4f4f4;
  font-weight: 700;
}

body[data-page="product-article"] .product-table-wrap tbody th {
  font-weight: 700;
}

body[data-page="product-article"] .product-post-navigation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 40px;
  background: #eef4fa;
}

body[data-page="product-article"] .product-post-navigation a,
body[data-page="product-article"] .product-post-navigation .post-nav-static {
  display: flex;
  flex-direction: column;
  color: #334155;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

body[data-page="product-article"] .product-post-navigation span {
  margin-bottom: 12px;
  color: #334155;
  font-weight: 700;
  text-transform: uppercase;
}

body[data-page="product-article"] .product-post-navigation .post-nav-next {
  text-align: right;
}

body[data-page="product-article"] .product-post-navigation .post-nav-divider {
  width: 1px;
  height: 42px;
  background: #d6dee8;
}

body[data-page="product-article"] .product-comments {
  padding: 40px;
}

body[data-page="product-article"] .product-comments h3 {
  margin: 0 0 12px;
  color: #1e293b;
  font: 600 26px/1.3 "Linden Hill", serif;
}

body[data-page="product-article"] .product-comments > p {
  margin: 0 0 24px;
  color: #334155;
  font-size: 16px;
}

body[data-page="product-article"] .product-comment-form textarea,
body[data-page="product-article"] .product-comment-form input {
  width: 100%;
  border: 1px solid #d6dce2;
  background: #fff;
  color: #1e293b;
  font: 16px/1.5 "Linden Hill", serif;
}

body[data-page="product-article"] .product-comment-form > label:first-child {
  display: block;
  width: 100%;
}

body[data-page="product-article"] .product-comment-form textarea {
  height: 218px;
  min-height: 218px;
  padding: 16px;
  resize: vertical;
}

body[data-page="product-article"] .product-comment-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 20px 0;
}

body[data-page="product-article"] .product-comment-fields input {
  height: 50px;
  padding: 0 15px;
}

body[data-page="product-article"] .product-comment-save {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  color: #334155;
  font-size: 16px;
}

body[data-page="product-article"] .product-comment-save input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

body[data-page="product-article"] .product-comment-form button {
  padding: 13px 24px;
  border: 0;
  background: #046bd2;
  color: #fff;
  font: 600 16px/1 "Linden Hill", serif;
  transition: background-color 0.2s ease;
}

body[data-page="product-article"] .product-comment-form button:hover {
  background: #045cb5;
}

body[data-page="product-article"] .product-comment-status {
  margin: 14px 0 0;
  color: #334155;
  font-size: 16px;
}

body[data-page="product-article"] .product-pending-comments {
  margin: -40px -40px 48px;
  scroll-margin-top: 130px;
}

body[data-page="product-article"] .product-pending-comments .product-comments-title {
  min-height: 103px;
  margin: 0;
  padding: 34px 40px 30px;
  border-bottom: 1px solid #d6dce2;
  color: #1e293b;
  font: 600 24px/1.3 "Linden Hill", serif;
}

body[data-page="product-article"] .product-pending-comment {
  min-height: 279px;
  padding: 40px;
  border-bottom: 1px solid #d6dce2;
}

body[data-page="product-article"] .product-pending-comment-header {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  column-gap: 18px;
}

body[data-page="product-article"] .product-comment-avatar {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: #d1d1d1;
  box-shadow: 0 2px 7px rgb(15 23 42 / 18%);
}

body[data-page="product-article"] .product-comment-avatar::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 17px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

body[data-page="product-article"] .product-comment-avatar::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 9px;
  width: 32px;
  height: 28px;
  border-radius: 50% 50% 42% 42%;
  background: #fff;
}

body[data-page="product-article"] .product-comment-author {
  color: #046bd2;
  font: 700 16px/1.3 "Linden Hill", serif;
  text-decoration: underline;
}

body[data-page="product-article"] .product-comment-date {
  color: #046bd2;
  font: 400 14px/1.2 "Linden Hill", serif;
}

body[data-page="product-article"] .product-pending-comment-content {
  margin: 20px 0 0 68px;
}

body[data-page="product-article"] .product-comment-text,
body[data-page="product-article"] .product-comment-moderation {
  color: #334155;
  font: 400 16px/1.65 "Linden Hill", serif;
}

body[data-page="product-article"] .product-comment-text {
  margin: 0 0 20px;
}

body[data-page="product-article"] .product-comment-reply {
  display: inline-block;
  margin: 0 0 32px 10px;
  color: #046bd2;
  font: 400 14px/1.4 "Linden Hill", serif;
}

body[data-page="product-article"] .product-comment-moderation {
  margin: 0;
}


body.article-centered-headings .product-entry-content h2 {
  text-align: center;
}

body.article-centered-headings .product-entry-header h1,
body.article-centered-headings .product-entry-header h2,
body.article-centered-headings .product-entry-content h3,
body.article-centered-headings .product-entry-content h4,
body.article-centered-headings .product-entry-content h5,
body.article-centered-headings .product-entry-content h6 {
  text-align: left;
}

@media (max-width: 767px) {
  body[data-page="product-article"] .product-article-page {
    padding: 20px 0;
  }

  body[data-page="product-article"] .product-article-shell {
    width: calc(100% - 30px);
  }

  body[data-page="product-article"] .product-article,
  body[data-page="product-article"] .product-comments {
    padding: 24px 20px;
  }

  body[data-page="product-article"] .product-entry-content {
    padding: 0;
  }

  body[data-page="product-article"] .product-entry-header h1 {
    font-size: 28px;
  }

  body[data-page="product-article"] .product-entry-content p,
  body[data-page="product-article"] .product-entry-content li {
    font-size: 18px;
    line-height: 1.6;
  }

  body[data-page="product-article"] .product-entry-content h2 {
    font-size: 30px;
  }

  body[data-page="product-article"] .product-entry-content h3 {
    font-size: 25px;
  }

  body[data-page="product-article"] .product-entry-content h4 {
    font-size: 22px;
  }

  body[data-page="product-article"] .product-comment-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="product-article"] .product-pending-comments {
    margin: -24px -20px 36px;
  }

  body[data-page="product-article"] .product-pending-comments .product-comments-title {
    min-height: 0;
    padding: 26px 20px;
    font-size: 21px;
  }

  body[data-page="product-article"] .product-pending-comment {
    min-height: 0;
    padding: 30px 20px 38px;
  }

  body[data-page="product-article"] .product-pending-comment-header {
    grid-template-columns: 50px 1fr;
  }

  body[data-page="product-article"] .product-comment-date {
    grid-column: 2;
    margin-top: 6px;
  }

  body[data-page="product-article"] .product-pending-comment-content {
    margin-left: 68px;
  }

  body[data-page="product-article"] .product-post-navigation {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 24px;
  }

  body[data-page="product-article"] .product-post-navigation .post-nav-divider {
    width: 100%;
    height: 1px;
  }

  body[data-page="product-article"] .product-post-navigation .post-nav-next {
    text-align: left;
  }
}
.pricing-table-section{
    padding:70px 0;
    background:#fff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.pricing-table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #e3e3e3;
    background:#fff;
}

.pricing-table th,
.pricing-table td{
    border:1px solid #e3e3e3;
    padding:26px 22px;
    font-size:20px;
    color:#111;
}

.pricing-table th{
    font-weight:700;
    text-align:center;
}

.pricing-table td{
    font-weight:400;
    text-align:left;
}

.pricing-table tbody tr:hover{
    background:#fafafa;
    transition:.3s;
}
/* Reference sticky Contact Us / LinkedIn / WhatsApp widget */
.contact-fab { display: none !important; }

.sticky-contact-widget {
  position: fixed;
  z-index: 4990;
  right: 0;
  top: 50%;
  width: 45px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  transform: translateY(-50%);
  transition: right .35s ease;
}

.sticky-contact-widget button,
.sticky-contact-widget a { font-family: inherit; }

.sticky-contact-minimize {
  display: block;
  width: 45px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 10px 0 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}

.sticky-contact-item {
  position: relative;
  display: flex;
  width: 45px;
}

.sticky-contact-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 144px;
  padding: 0;
  border: 0;
  background: #81d742;
  color: #fff;
  cursor: pointer;
}

.sticky-contact-trigger i {
  margin-top: 7px;
  font-size: 14px;
  order: 2;
}

.sticky-contact-trigger span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.sticky-contact-panel {
  position: absolute;
  top: -32px;
  right: 45px;
  width: 440px;
  height: 448px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  color: #333;
  opacity: 0;
  visibility: hidden;
  transform: perspective(900px) rotateY(-90deg);
  transform-origin: right center;
  transition: transform .5s ease, opacity .25s ease, visibility .5s;
}

.sticky-contact-widget.form-open .sticky-contact-panel {
  opacity: 1;
  visibility: visible;
  transform: perspective(900px) rotateY(0);
}

.sticky-contact-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 18px 14px;
  border-radius: 10px 10px 0 0;
  color: #7761df;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.sticky-contact-close {
  border: 0;
  padding: 0;
  background: transparent;
  color: #c7c7c7;
  font-size: 26px;
  line-height: 20px;
  cursor: pointer;
}

.sticky-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 393px;
  margin: 0;
  padding: 15px 14px 20px;
}

.sticky-contact-form label { display: block; margin: 0; }

.sticky-contact-form input,
.sticky-contact-form textarea,
.sticky-contact-submit {
  display: block;
  width: 100%;
  border: 1px solid #dce2e2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  color: #3d3d3d;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  outline: none;
  transition: border-color .2s linear, box-shadow .2s linear;
}

.sticky-contact-form input { height: 38px; padding: 0 15px; }
.sticky-contact-form textarea { height: 100px; padding: 15px; resize: none; }

.sticky-contact-form input:focus,
.sticky-contact-form textarea:focus {
  border-color: #81d742;
  box-shadow: 0 0 0 2px rgba(129, 215, 66, .18);
}

.sticky-contact-status {
  min-height: 15px;
  margin: -7px 5px -8px;
  color: #4a8f18;
  font-size: 10px;
  line-height: 15px;
}

.sticky-contact-submit {
  height: 38px;
  margin-top: auto;
  padding: 0 15px;
  border-color: #81d742;
  background: #81d742;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.sticky-contact-social {
  align-items: center;
  justify-content: flex-end;
  height: 45px;
  color: #fff;
  text-decoration: none;
}

.sticky-contact-social i {
  display: grid;
  flex: 0 0 45px;
  height: 45px;
  place-items: center;
  font-size: 14px;
}

.sticky-contact-label {
  position: absolute;
  right: 45px;
  display: grid;
  width: 137px;
  height: 45px;
  place-items: center;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transform: rotateY(90deg);
  transform-origin: right top;
  transition: transform .5s ease;
  pointer-events: auto;
}

.sticky-contact-social:hover .sticky-contact-label,
.sticky-contact-social:focus-visible .sticky-contact-label {
  transform: rotateY(0);
}

.sticky-contact-linkedin,
.sticky-contact-linkedin .sticky-contact-label { background: #0077b5; }
.sticky-contact-whatsapp,
.sticky-contact-whatsapp .sticky-contact-label { background: #26d367; }
.sticky-contact-whatsapp { border-radius: 0 0 0 10px; }

.sticky-contact-widget.is-collapsed { right: -45px; }
.sticky-contact-widget.is-collapsed .sticky-contact-minimize {
  position: relative;
  right: 45px;
}

@media (max-width: 520px) {
  .sticky-contact-panel {
    position: fixed;
    top: 50%;
    right: 8px;
    width: calc(100vw - 61px);
    max-width: 440px;
    transform: translateY(-50%) perspective(900px) rotateY(-90deg);
  }
  .sticky-contact-widget.form-open .sticky-contact-panel {
    transform: translateY(-50%) perspective(900px) rotateY(0);
  }
}
/* Privacy Policy page matched to the reference page. */
body[data-page="privacy"] {
  background: #fff;
}

body[data-page="privacy"] .privacy-policy-page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

body[data-page="privacy"] .privacy-policy-article {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0;
  color: #334155;
  font-family: "Linden Hill", Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
}

body[data-page="privacy"] .privacy-policy-article h1 {
  margin: 0 0 20px;
  padding: 0;
  color: #16191e;
  font: 500 45px/1.4 "Linden Hill", Georgia, serif;
  text-align: center;
}

body[data-page="privacy"] .privacy-policy-article h6 {
  margin: 0 0 20px;
  padding: 0;
  color: #1e293b;
  font: 600 16px/20px "Linden Hill", Georgia, serif;
}

body[data-page="privacy"] .privacy-policy-article p {
  margin: 0 0 25.6px;
  padding: 0;
  color: #7a7a7a;
  font: 400 16px/26.4px Roboto, Arial, sans-serif;
}

body[data-page="privacy"] .privacy-policy-article a {
  color: #006bd6;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body[data-page="privacy"] .privacy-policy-article {
    width: calc(100% - 40px);
  }
  body[data-page="privacy"] .privacy-policy-article h1 {
    font-size: 38px;
  }
}

/* Exact shared navbar sizing from the reference website. */
@media (min-width: 1200px) {
  .reference-navbar .navbar-collapse,
  body[data-page="home"] .navbar-collapse {
    background: transparent;
    border-top: 0;
    margin-top: 0;
    padding: 0;
  }

  .reference-navbar .nav-link,
  body[data-page="home"] .nav-link {
    line-height: 100px;
    margin: 0;
    padding: 0 16px !important;
  }
}

@media (max-width: 1199px) {
  .reference-navbar .container,
  body[data-page="home"] .site-header .container {
    width: calc(100% - 30px) !important;
    max-width: none !important;
  }
}

/* Rebuilt shared navbar — intentionally isolated from legacy Bootstrap styles. */
#siteHeader {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.ap-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: 101px;
  border-bottom: 1px solid #d8dee5;
  background: #fff;
  color: #111a37;
}

.ap-navbar__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100px;
  margin: 0 auto;
  padding: 0 20px;
}

.ap-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  color: #111a37;
  text-decoration: none;
}

.ap-brand:hover {
  color: #111a37;
}

.ap-brand__logo {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  object-fit: fill;
}

.ap-brand__copy {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.ap-brand__copy strong,
.ap-brand__copy small {
  display: block;
  margin: 0;
  padding: 0;
  color: #111a37;
  font-family: "Linden Hill", Georgia, serif;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.ap-brand__copy strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.ap-brand__copy small {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.ap-navbar__menu {
  display: flex;
  align-items: center;
  height: 100px;
  margin-left: auto;
}

.ap-navbar__link {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 16px;
  color: #111a37;
  font-family: "Linden Hill", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100px;
  text-decoration: none;
  white-space: nowrap;
}

.ap-navbar__link:hover,
.ap-navbar__link.active {
  color: #045cb4;
}

.ap-navbar__toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
}

.ap-navbar__toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: #111a37;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 1199px) {
  .ap-navbar,
  .ap-navbar__inner {
    height: 85px;
  }

  .ap-navbar__inner {
    max-width: none;
    padding: 0 20px;
  }

  .ap-brand__logo {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .ap-brand__copy strong {
    font-size: 24px;
    line-height: 29px;
  }

  .ap-brand__copy small {
    font-size: 16px;
    line-height: 24px;
  }

  .ap-navbar__toggle {
    display: block;
  }

  .ap-navbar__menu {
    position: absolute;
    top: 85px;
    right: 0;
    left: 0;
    display: none;
    height: auto;
    padding: 12px 20px 18px;
    border-top: 1px solid #d8dee5;
    background: #fff;
    box-shadow: 0 8px 18px rgb(15 23 42 / 10%);
  }

  .ap-navbar.is-open .ap-navbar__menu {
    display: block;
  }

  .ap-navbar__link {
    height: auto;
    padding: 10px 0;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .ap-brand {
    gap: 10px;
  }

  .ap-brand__logo {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .ap-brand__copy strong {
    font-size: 20px;
    line-height: 24px;
  }

  .ap-brand__copy small {
    font-size: 13px;
    line-height: 19px;
  }
}
