:root {
  --navy: #012641;
  --navy-2: #021641;
  --plum: #ee005a;
  --cream: #f4ebdd;
  --gold: #d5b385;
  --ink: #021641;
  --white: #fff;
  --muted: #6f7273;
  --line: rgba(0, 47, 73, 0.16);
  --radius-xl: 100px 100px 40px 40px;
  --radius-lg: 25px;
  --radius-md: 16px;
  --font-display: "poppins", sans-serif;
  --font-serif: "poppins", Georgia, serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(213, 179, 133, 0.7);
  outline-offset: 3px;
}
.page-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.section-pad {
  padding: 80px 0;
  border-radius: 50px;
}
.container {
  max-width: 1160px;
}
/* =================================
   HEADER
================================= */

.site-header {
  position: relative;
  z-index: 1050;
  background: #fff;
  width: 100%;
}

.site-header .navbar {
  min-height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* =================================
   LOGO
================================= */

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 170px;
  height: auto;
  display: block;
}

/* =================================
   DESKTOP NAV
================================= */

.site-header .navbar-nav {
  gap: 8px;
}

.site-header .nav-link {
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px !important;
  transition: all 0.25s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: #7b3f62;
}

/* =================================
   SERVICES DROPDOWN
================================= */

.site-header .dropdown-menu {
  min-width: 230px;
  margin-top: 10px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.site-header .dropdown-item {
  padding: 11px 20px;
  color: #232323;
  font-size: 14px;
  transition: all 0.25s ease;
}

.site-header .dropdown-item:hover {
  color: #7b3f62;
  background: #f8f4f6;
  padding-left: 25px;
}

/* =================================
   CTA
================================= */

.btn-plum {
  background: #7b3f62;
  border-color: #7b3f62;
  color: #fff;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-plum:hover {
  background: #5f2f4b;
  border-color: #5f2f4b;
  color: #fff;
}

.nav-cta {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-cta i {
  margin-left: 7px;
}

/* =================================
   MOBILE TOGGLER
================================= */

.navbar-toggler {
  border: 0;
  padding: 5px;
  font-size: 28px;
  color: #232323;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* =================================
   MOBILE OFFCANVAS
================================= */

.offcanvas {
  width: 340px !important;
  background: #fff;
}

.offcanvas-header {
  padding: 25px 25px 20px;
  border-bottom: 1px solid #eee;
}

.mobile-offcanvas-logo img {
  width: 145px;
  height: auto;
}

.offcanvas-body {
  padding: 25px;
}

/* =================================
   MOBILE NAV
================================= */

.offcanvas .navbar-nav {
  gap: 0;
}

.offcanvas .nav-link {
  padding: 16px 0 !important;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.offcanvas .dropdown-menu {
  position: static !important;
  transform: none !important;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 15px;
  border: 0;
  box-shadow: none;
  background: #faf8f9;
}

.offcanvas .dropdown-item {
  padding: 12px 15px;
  font-size: 14px;
}

/* =================================
   MOBILE CTA
================================= */

.mobile-cta-wrap {
  margin-top: 30px;
}

.mobile-cta-wrap .btn {
  padding: 14px 20px;
}

.mobile-cta-wrap i {
  margin-left: 7px;
}

/* =================================
   MOBILE
================================= */

@media (max-width: 991.98px) {
  .site-header .navbar {
    min-height: 75px;
  }

  .header-logo img {
    width: 150px;
  }
}

/* =================================
   SMALL MOBILE
================================= */

@media (max-width: 575.98px) {
  .site-header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-logo img {
    width: 135px;
  }

  .offcanvas {
    width: 85vw !important;
  }
}

/* Reusable components */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 11px 0 11px;
  color: var(--plum);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.eyebrow.light {
  color: var(--cream);
}
.btn {
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 20px;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.btn i {
  margin-left: 5px;
  font-size: 12px;
}
.btn:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 9px 19px rgba(0, 47, 73, 0.16);
}
.btn-gold {
  color: var(--navy);
  background: var(--gold);
}
.btn-plum {
  color: var(--white);
  background: var(--plum);
}
.btn-navy {
  color: var(--white);
  background: var(--navy);
}
.btn-outline-navy {
  color: var(--navy);
  border: 1px solid var(--navy);
  background: transparent;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 800;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  color: var(--navy);
}

.text-link:hover {
  transform: translateX(3px);
}
.section-title,
.feature-copy h2,
.process-card h2,
.portfolio h2,
.blog h2,
.contact-copy h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.93;
}
.section-title {
  font-size: clamp(38px, 5.2vw, 66px);
}
.section-lede {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.interactive-heading {
  position: relative;
  cursor: none;
}
.heading-gold-layer {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--gold) !important;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  pointer-events: none;
  opacity: 0;
  clip-path: circle(0 at var(--reveal-x, 50%) var(--reveal-y, 50%));
  transition:
    opacity 0.18s ease,
    clip-path 0.1s linear;
}
.heading-gold-layer mark {
  color: inherit;
  background: none;
}
.interactive-heading.is-revealing .heading-gold-layer {
  opacity: 1;
  clip-path: circle(
    var(--reveal-radius, 52px) at var(--reveal-x, 50%) var(--reveal-y, 50%)
  );
}
.heading-cursor {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.heading-cursor::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(213, 179, 133, 0.35);
  border-radius: inherit;
}
.heading-cursor.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Hero */
.hero {
  padding-top: 22px;
  padding-bottom: 38px;
}
.hero .row {
  height: 600px;
  --bs-gutter-x: 18px;
}
.hero .hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  padding: 44px 48px;
  overflow: hidden;
  color: var(--white);
  background: var(--plum);
  border-radius: var(--radius-xl);
}
.hero .hero-copy h1 {
    margin: 0 0 22px;
    color: var(--white);
    font-size: clamp(96px, 5vw, 96px);
    font-weight: 800;
    line-height: 0.88;
}
.hero .hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.hero .stacked-avatars {
  display: flex;
  width: 200px;
  height: 65px;
  padding-left: 4px;
}
.hero .stacked-avatars img {
  width: 185px;
  height: 100%;
  margin-left: -6px;
}

.hero .hero-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  line-height: 1.05;
}
.hero .hero-meta strong {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.88;
}
.hero .hero-meta small {
  padding-top: 1px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}
.hero .hero-description {
  max-width: 80%;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.38;
}
.hero .btn {
  align-self: flex-start;
  margin-top: 16px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 15px;
}
.hero .hero-image-wrap {
  position: relative;
  height: 600px;
  min-height: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.hero .hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: var(--radius-lg);
  background: var(--navy-2);
}
.hero .hero-image {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 0;
  display: block;
  width: 80%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
  transition: transform 0.6s ease;
}
.hero .hero-image-wrap:hover .hero-image {
  transform: translateY(-4px);
}
.hero .hero-image-tag {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(1, 34, 55, 0.86);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  font-size: 7px;
  line-height: 1.08;
}
.hero .hero-image-tag i {
  color: var(--gold);
  font-size: 17px;
}
.hero .hero-image-tag strong {
  display: inline-block;
  color: var(--white);
  font-size: 13px;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .hero .col-md-6:first-child {
    flex: 0 0 48%;
    width: 48%;
  }
  .hero .col-md-6:last-child {
    flex: 0 0 52%;
    width: 52%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .hero .hero-copy {
    min-height: 410px;
    padding: 39px 34px;
  }
  .hero .hero-image-wrap {
    height: 370px;
    margin-top: 40px;
  }
  .hero .hero-image {
    right: 1%;
    width: 94%;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 13px !important;
    padding-bottom: 27px;
  }
  .hero .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 24px;
  }
  .hero .hero-copy {
    min-height: 398px;
    padding: 39px 30px;
  }
  .hero .hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(49px, 14vw, 65px);
  }
  .hero .hero-image-wrap {
    height: 315px;
    margin-top: 37px;
  }
  .hero .hero-image {
    right: 0;
    width: 100%;
  }
  .hero .hero-image-tag {
    top: 53%;
    left: 16px;
  }
}
@media (max-width: 430px) {
  .hero .hero-copy {
    min-height: 377px;
    padding: 34px 26px;
  }
  .hero .hero-image-wrap {
    height: 290px;
    margin-top: 31px;
  }
  .hero .hero-image-tag {
    left: 12px;
  }
}

/* Mini form */
.mini-form-wrap {
  position: relative;
  z-index: 2;
}
.mini-form {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 22px 28px;
  border-radius: 14px;
  color: var(--white);
  background: var(--navy-2);
  box-shadow: 0 12px 25px rgba(0, 47, 73, 0.12);
}
.mini-form-heading {
  flex: 0 0 290px;
}
.mini-form .eyebrow {
  margin-bottom: 5px;
}
.mini-form h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}
.lead-form {
  flex: 1;
}
.lead-form .form-control,
.lead-form .form-select {
  min-height: 39px;
  border: 0;
  border-radius: 5px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
  box-shadow: none;
}
.lead-form .form-control::placeholder {
  color: #79828a;
}
.lead-form .btn {
  min-height: 39px;
  padding: 8px 14px;
  font-size: 11px;
}

/* Statement */
.statement {
  padding-bottom: 70px;
}
.statement h2 {
  font-size: 45px !important;
  margin: 0 auto;
  color: var(--navy);
  font-size: clamp(31px, 4.1vw, 52px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: -1.02;
}
.statement mark {
  padding: 0 3px;
  color: inherit;
  background: linear-gradient(
    transparent 48%,
    var(--plum) 49%,
    var(--plum) 86%,
    transparent 87%
  );
}

/* Feature cards */
.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  min-height: 465px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 33px rgba(0, 47, 73, 0.14);
}
.feature-light {
  background: #fff;
  box-shadow: 17px -2px 44.7px -1px rgb(0 0 0 / 20%);
}
.feature-navy {
  color: var(--white);
  background: var(--navy);
  grid-template-columns: 1fr 1.05fr;
}
.feature-art {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.feature-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 58px clamp(30px, 5vw, 75px) 58px 35px;
}
.feature-copy .eyebrow {
  margin-top: 16px;
}
.feature-copy h2 {
  color: var(--navy);
  font-size: clamp(96px, 4.8vw, 96px);
}
.feature-navy .feature-copy h2 {
  color: var(--white);
}
.feature-copy p:not(.eyebrow) {
  max-width: 370px;
  margin: 20px 0 25px;
  color: #596d78;
  font-size: 14px;
}
.feature-navy .feature-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.71);
}
.number-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border: 1px solid var(--navy);
  border-radius: 50px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.number-badge i {
  color: var(--gold);
}
.number-badge.dark {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}
.story-art {
  display: grid;
  place-items: center;
}
.story-art .art-circle {
  position: absolute;
  width: min(69%, 330px);
  aspect-ratio: 1;
  border: 3px solid var(--gold);
  border-radius: 50%;
}
.story-art img {
  position: relative;
  z-index: 1;
  width: 54%;
  aspect-ratio: 0.86;
  border-radius: 48% 48% 3px 3px;
  object-fit: cover;
  filter: saturate(0.8);
  transition: transform 0.5s ease;
}
.feature-card:hover .story-art img {
  transform: scale(1.05) rotate(-1.5deg);
}
.floating-book {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 145px;
  padding: 11px;
  box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.22);
  font-weight: 800;
  font-size: 15px;
  line-height: 0.9;
  letter-spacing: -0.08em;
}
.book-a {
  bottom: 47px;
  left: 14%;
  color: #fff;
  background: linear-gradient(145deg, #0f2733, #a2603b);
  transform: rotate(-10deg);
}
.book-b {
  bottom: 20px;
  right: 13%;
  color: #1d2331;
  background: #e8d7a8;
  font-size: 11px;
  transform: rotate(11deg);
}
.vision-art {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  padding-bottom: 40px;
  background: radial-gradient(circle at 48% 44%, #19506a 0, transparent 43%);
}
.book-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 150px;
  margin-right: -30px;
  transform: translateY(-4px);
}
.book-stack span {
  height: 23px;
  border-radius: 3px 7px 7px 3px;
  background: #d0d0c9;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.23);
}
.book-stack span:nth-child(2n) {
  background: #f3efdf;
}
.book-stack strong {
  position: absolute;
  top: 45px;
  left: 30px;
  color: var(--plum);
  font-size: 17px;
  line-height: 0.83;
  letter-spacing: -0.08em;
  transform: rotate(-90deg);
}
.vision-cover {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 182px;
  height: 260px;
  padding: 24px;
  color: #fff8e9;
  background: linear-gradient(155deg, #a53423 0%, #421a1f 69%);
  box-shadow: 12px 18px 22px rgba(0, 0, 0, 0.32);
  font-size: 28px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.1em;
  transform: rotate(-4deg);
}
.vision-cover::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 18px;
  width: 58px;
  height: 47px;
  background: linear-gradient(
    135deg,
    transparent 49%,
    #f3a13b 50%,
    #dc4a28 65%,
    transparent 66%
  );
  opacity: 0.9;
}
.vision-cover em {
  color: var(--gold);
  font-family: var(--font-serif);
  font-weight: 600;
}

/* Process */
.process-card {
  padding: 55px clamp(24px, 6vw, 80px) 35px;
  color: var(--white);
  border-radius: var(--radius-xl);
  background: var(--plum);
  overflow: hidden;
}
.process-heading h2 {
  color: var(--white);
  font-size: clamp(96px, 4.7vw, 96px);
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 300px 1fr;
  gap: 30px;
  align-items: center;
  margin: 35px 0 25px;
}
.process-side {
  display: grid;
  gap: 22px;
}
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row-reverse;
}
.process-step > span {
  min-width: 37px;
  color: var(--cream);
  font-size: 36px;
  line-height: 0.1;
  margin-right: 50px;
  font-weight: 800;
}

.process-step:hover > span {
  color: var(--navy-2);
  cursor: pointer;
}

.process-step h3 {
  margin: 0 0 4px;
  color: var(--cream);
  font-size: 18px;
  font-weight: 600;
}

.process-step:hover h3 {
  color: var(--navy-2);
  cursor: pointer;
}

.process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.35;
}
.process-book {
  position: relative;
  display: grid;
  place-items: center;
}
.book-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(213, 179, 133, 0.4);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(213, 179, 133, 0.04),
    0 0 0 52px rgba(213, 179, 133, 0.035);
}
.tilt-book {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 147px;
  height: 207px;
  padding: 20px 17px;
  color: var(--navy);
  background: linear-gradient(145deg, #32babb, #1b8c99);
  box-shadow: 12px 17px 0 rgba(0, 0, 0, 0.16);
  transform: rotate(-26deg);
  overflow: hidden;
}
.tilt-book::before,
.tilt-book::after {
  content: "";
  position: absolute;
  border: 3px solid #f4c34d;
  border-radius: 50%;
  opacity: 0.8;
}
.tilt-book::before {
  bottom: 13px;
  right: 14px;
  width: 50px;
  height: 50px;
}
.tilt-book::after {
  bottom: 33px;
  right: 45px;
  width: 18px;
  height: 18px;
}
.tilt-book i {
  color: #f7d267;
  font-size: 24px;
}
.tilt-book b {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 0.75;
  letter-spacing: -0.1em;
}
.tilt-book small {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 8px;
}

.showcase-section {
  padding-top: 20px;
}

.showcase-shell {
  position: relative;
  padding: 0 0 10px;
}

.book-orbit {
  position: relative;
  height: 510px;
  max-width: 1180px;
  margin: 0 auto;
  perspective: 1600px;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  overflow: visible;
}

.book-orbit.is-dragging {
  cursor: grabbing;
}

.book-ring {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: translateZ(0);
}

.orbit-book {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 188px;
  height: 286px;
  margin-left: -94px;
  margin-top: -143px;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
  transition:
    opacity 0.16s linear,
    filter 0.16s linear;
}

.book-shell {
  position: relative;
  width: 100%;
  height: 100%;
  /*transform-style: preserve-3d;*/
}

.book-shell::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 22px;
  height: calc(100% - 10px);
  background: linear-gradient(90deg, #112d46, #235077);
  transform: rotateY(-90deg) translateZ(12px);
  transform-origin: right center;
  box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.28);
}

.book-shell::after {
  content: "";
  position: absolute;
  inset: 8px -12px 8px 12px;
  background: var(--gold);
  transform: translateZ(-18px);
  box-shadow: 0 22px 34px rgba(3, 34, 29, 0.28);
}

.book-shell img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(18px);
  border-radius: 2px;
  box-shadow:
    0 30px 44px rgba(2, 34, 30, 0.24),
    inset 18px 0 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.orbit-floor {
  position: absolute;
  left: 50%;
  bottom: 62px;
  width: min(86%, 900px);
  height: 86px;
  transform: translateX(-50%) rotateX(78deg);
  background: radial-gradient(
    ellipse at center,
    rgba(7, 88, 76, 0.22),
    rgba(7, 88, 76, 0.02) 64%,
    transparent 74%
  );
  filter: blur(4px);
}

.orbit-caption {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.orbit-caption span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
}

/* Featured circular books */
.showcase {
  background: linear-gradient(#fff, #f7f7f5);
}
.showcase .section-title {
  color: var(--navy);
}
.showcase .section-lede {
  max-width: 530px;
  margin: 13px auto 0;
}
.book-carousel {
  position: relative;
  max-width: 800px;
  height: 345px;
  margin: 17px auto 10px;
}
.carousel-stage {
  position: relative;
  height: 100%;
  perspective: 1000px;
}
.carousel-book {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 300px;
  padding: 18px;
  border: 0;
  color: #fff;
  box-shadow: 5px 11px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transform-style: preserve-3d;
  transition:
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.55s ease,
    filter 0.55s ease;
}
.carousel-book > span,
.portfolio-book > span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 19px;
  font-weight: 800;
  line-height: 0.83;
  letter-spacing: -0.08em;
}
.carousel-book small,
.portfolio-book small {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 16px;
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.carousel-book::before,
.portfolio-book::before,
.mini-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cover-art, none);
  opacity: 0.75;
  mix-blend-mode: screen;
}
.carousel-book[data-position="front-left"] {
  z-index: 5;
  transform: translate(-107%, -47%) rotateY(5deg) rotate(-3deg) scale(1.12);
}
.carousel-book[data-position="front-right"] {
  z-index: 5;
  transform: translate(7%, -47%) rotateY(-5deg) rotate(3deg) scale(1.12);
}
.carousel-book[data-position="back-left"] {
  z-index: 2;
  opacity: 0.66;
  filter: saturate(0.7);
  transform: translate(-180%, -42%) rotate(-13deg) scale(0.82);
}
.carousel-book[data-position="back-right"] {
  z-index: 2;
  opacity: 0.66;
  filter: saturate(0.7);
  transform: translate(78%, -42%) rotate(13deg) scale(0.82);
}
.carousel-control {
  position: absolute;
  z-index: 9;
  top: 60%;
  width: 50px;
  height: 50px;
  border: 1px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  background: transparent;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}
.carousel-control:hover {
  color: var(--white);
  background: var(--navy);
  transform: scale(1.08);
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
.showcase-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}

/* Custom book cover treatments */
.cover-ember {
  --cover-art:
    radial-gradient(ellipse at 72% 18%, #c27642 0 7%, transparent 7.5%),
    linear-gradient(
      125deg,
      transparent 42%,
      rgba(222, 89, 49, 0.8) 43% 48%,
      transparent 49%
    ),
    repeating-linear-gradient(
      140deg,
      transparent 0 24px,
      rgba(224, 107, 55, 0.55) 25px 28px,
      transparent 29px 44px
    );
  background-color: #152436;
}
.cover-shore {
  --cover-art:
    linear-gradient(
      155deg,
      transparent 0 40%,
      #b5c3bb 41% 43%,
      transparent 44%
    ),
    linear-gradient(55deg, transparent 0 47%, #a9b6ad 48% 51%, transparent 52%),
    linear-gradient(90deg, transparent 32%, #bbc8be 33% 36%, transparent 37%);
  background: #e5e1d1;
  color: #313d46 !important;
}
.cover-wild {
  --cover-art:
    radial-gradient(ellipse at 82% 72%, #c04827 0 6%, transparent 6.4%),
    radial-gradient(ellipse at 63% 58%, #d78635 0 5%, transparent 5.5%),
    radial-gradient(ellipse at 77% 40%, #b44d2c 0 5%, transparent 5.5%);
  background: linear-gradient(145deg, #6b7052, #1c3d3c);
}
.cover-family {
  --cover-art:
    radial-gradient(ellipse at 20% 18%, #eea255 0 7%, transparent 7.4%),
    radial-gradient(ellipse at 80% 36%, #d5473d 0 10%, transparent 10.4%),
    radial-gradient(ellipse at 40% 73%, #8dbea5 0 8%, transparent 8.3%);
  background: #dacb99;
  color: #3a443a !important;
}
.cover-wrong {
  --cover-art:
    linear-gradient(
      150deg,
      transparent 46%,
      rgba(202, 113, 50, 0.9) 47% 52%,
      transparent 53%
    ),
    radial-gradient(ellipse at 70% 80%, #ce7c38 0 8%, transparent 8.5%);
  background: #1d302d;
}
.cover-queen {
  --cover-art:
    radial-gradient(ellipse at 50% 32%, #ddbaa4 0 7%, transparent 7.4%),
    radial-gradient(ellipse at 70% 67%, #ba6d35 0 5%, transparent 5.4%);
  background: #273238;
}

/* Testimonials */
.clients {
  overflow: hidden;
}
.client-heading {
  margin: 10px 0 50px 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 700;
}
.client-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.client-card {
  padding: 16px;
  border-radius: 12px;
  color: white;
  background: var(--plum);
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}
.client-card:nth-child(2) {
  background: var(--navy);
}
.client-card:nth-child(3) {
  background: #60461d;
}
.client-card:nth-child(4) {
  background: #4e2441;
}
.client-card:hover {
  background: var(--navy);
  transform: translateY(-7px);
}
.client-top {
  display: flex;
  align-items: center;
  gap: 9px;
}
.mini-cover {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 140px;
  overflow: hidden;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.client-top h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.client-card p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.35;
}

/* Portfolio */
.portfolio {
  color: white;
  background: var(--navy);
}
.portfolio-head {
  margin-bottom: 42px;
}
.portfolio h2 {
  color: white;
  font-size: clamp(96px, 5vw, 96px);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 2vw, 24px);
}
.portfolio-item {
  min-width: 0;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.portfolio-grid:has(.portfolio-item:hover) .portfolio-item:not(:hover) {
  opacity: 0.55;
  transform: scale(0.94);
}
.portfolio-book {
  position: relative;
  width: 100%;
  aspect-ratio: 0.67;
  padding: 20px 15px;
  overflow: hidden;
  box-shadow: 0 12px 19px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.5s ease;
}
.portfolio-book::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.16),
    transparent 35%,
    transparent 75%,
    rgba(0, 0, 0, 0.2)
  );
  transition: transform 0.6s ease;
}
.portfolio-book span {
  font-size: clamp(13px, 1.55vw, 20px);
}
.portfolio-book small {
  font-size: 6px;
}
.portfolio-item:hover .portfolio-book {
  transform: scale(1.11) translateY(-4px);
  box-shadow: 0 21px 31px rgba(0, 0, 0, 0.36);
}
.portfolio-item:hover .portfolio-book::after {
  transform: translateX(70%);
}
.tiny-button {
  display: inline-flex;
  margin-top: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--navy);
  background: var(--gold);
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}
.tiny-button:hover {
  color: var(--navy);
  background: #f4d1a4;
  transform: translateY(-2px);
}

/* Service bento */
.services {
  background: #fff;
}
.service-bento {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 190px;
  gap: 14px;
}
.service-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 25px;
  border-radius: var(--radius-md);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 28px rgba(0, 47, 73, 0.15);
}
.service-card > span {
  display: block;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 800;
}
.service-card h3 {
  margin: 0 0 5px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}
.service-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}
.service-feature {
  grid-row: span 2;
  padding: 0;
  color: var(--white);
  background: var(--navy);
}
.service-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.7);
  transition: transform 0.55s ease;
}
.service-feature:hover img {
  transform: scale(1.1);
}
.service-feature > div {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 23px;
}
.service-feature h3 {
  font-size: 35px;
}
.service-feature p {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.75);
}
.service-feature a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
}
.service-plum {
  color: white;
  background: var(--plum);
}
.service-plum > i,
.service-cream > i,
.service-navy > i {
  position: absolute;
  right: 20px;
  top: 19px;
  color: var(--gold);
  font-size: 28px;
}
.service-plum p {
  color: rgba(255, 255, 255, 0.73);
}
.service-cream {
  color: var(--navy);
  background: var(--cream);
}
.service-cream p {
  color: #5e5c59;
}
.service-navy {
  color: white;
  background: var(--navy);
}
.service-navy p {
  color: rgba(255, 255, 255, 0.73);
}
.service-image {
  padding: 0;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.service-image:hover img {
  transform: scale(1.08);
}
.service-image div {
  position: absolute;
  left: 18px;
  bottom: 15px;
  color: white;
  text-shadow: 0 1px 8px black;
}
.service-image h3 {
  font-size: 25px;
}
.service-round {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  max-height: 190px;
  padding: 20px;
  border: 1px solid var(--plum);
  border-radius: 50%;
  color: var(--plum);
  text-align: center;
}
.service-round i {
  position: absolute;
  top: 29px;
  right: 30px;
  font-size: 26px;
}
.service-round span {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.05;
}

/* Blog */
.blog {
  background: var(--cream);
}
.blog-head {
  margin-bottom: 32px;
}
.blog h2 {
  font-size: clamp(32px, 4.5vw, 57px);
  color: #383331;
}
.blog-card {
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.38);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 25px rgba(61, 49, 36, 0.15);
}
.blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover img {
  transform: scale(1.07);
}
.blog-content {
  padding: 19px;
}
.category {
  color: var(--plum);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-content h3 {
  margin: 6px 0 9px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.03;
}
.blog-content p {
  color: #706960;
  font-size: 12px;
}
.blog-content a {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}
.blog-content a i {
  transition: transform 0.2s ease;
}
.blog-content a:hover i {
  display: inline-block;
  transform: translateX(4px);
}

/* Contact */
.contact-card {
  display: grid;
  grid-template-columns: 1.4fr 1.04fr;
  gap: clamp(30px, 6vw, 15px);
  padding: clamp(32px, 6vw, 70px);
  border-radius: var(--radius-xl);
  color: white;
  background: var(--plum);
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-copy h2 {
  color: white;
  font-size: clamp(37px, 4.7vw, 62px);
}
.contact-copy > p:not(.eyebrow) {
  max-width: 405px;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.contact-copy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-copy li {
  display: flex;
  gap: 8px;
  margin: 8px 0;
  color: var(--cream);
  font-size: 14px;
  font-weight: 600;
}
.contact-copy i {
  color: var(--gold);
}
.contact-form-wrap {
  align-self: center;
  padding: 27px;
  border-radius: 9px;
  color: var(--navy);
  background: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.contact-form-wrap h3 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.contact-form-wrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 800;
}
.contact-form-wrap .form-control {
  border: 1px solid #d7e0e4;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: none;
}
.contact-form-wrap .form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.18rem rgba(213, 179, 133, 0.25);
}
.contact-form-wrap textarea {
  resize: vertical;
}
.form-feedback {
  display: none;
  margin-top: 12px;
  padding: 9px 11px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}
.form-feedback.success {
  display: block;
  color: #145e42;
  background: #d8f3e6;
}
.form-feedback.error {
  display: block;
  color: #8d2626;
  background: #f9d8d8;
}

/* Footer */
.site-footer {
  padding: 60px 0 20px;
  color: #dce5e8;
  background: var(--navy);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.2fr;
  gap: 36px;
}
.footer-brand {
  color: white;
}
.footer-brand .brand-mark {
  color: var(--navy);
  background: var(--gold);
}
.footer-grid p {
  max-width: 255px;
  margin: 19px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}
.footer-grid h3 {
  margin: 4px 0 16px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-grid > div:not(:first-child) a {
  display: block;
  width: fit-content;
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}
.footer-grid > div:not(:first-child) a:hover {
  color: var(--gold);
  transform: translateX(3px);
}
.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-size: 12px;
  transition:
    color 0.2s,
    background 0.2s;
}
.socials a:hover {
  color: var(--navy);
  background: var(--gold);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.53);
  font-size: 14px;
}
.footer-bottom i {
  color: #ce7585;
}

/* Motion */
.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.reveal-up.is-visible {
  opacity: 1;
  transform: none;
}
.delay-1 {
  transition-delay: 0.17s;
}

/* Responsive */
@media (max-width: 991.98px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse {
    padding: 15px 0 3px;
  }
  .navbar-nav {
    align-items: flex-start !important;
  }
  .nav-link {
    padding: 9px 0 !important;
  }
  .nav-link::after {
    left: 0;
    width: 22px;
  }
  .nav-cta {
    display: inline-block;
    margin: 12px 0 0;
  }
  .mini-form {
    display: block;
  }
  .mini-form-heading {
    margin-bottom: 16px;
  }
  .feature-copy {
    padding: 45px;
  }
  .feature-card {
    min-height: 430px;
  }
  .process-grid {
    grid-template-columns: 1fr 210px 1fr;
    gap: 16px;
  }
  .service-bento {
    grid-auto-rows: 170px;
  }
  .service-card {
    padding: 18px;
  }
  .service-feature > div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .service-feature h3 {
    font-size: 28px;
  }
  .contact-card {
    gap: 35px;
  }
  .portfolio-grid {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .section-pad {
    padding: 53px 0;
  }
  .mini-form {
    padding: 20px;
  }
  .mini-form h2 {
    font-size: 20px;
  }
  .lead-form {
    margin: 0;
  }
  .statement {
    padding-bottom: 47px;
  }
  .statement h2 {
    font-size: clamp(29px, 8vw, 43px);
  }
  .feature-card,
  .feature-navy {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .feature-art {
    min-height: 320px;
  }
  .feature-copy {
    min-height: 360px;
    padding: 37px 28px;
  }
  .feature-copy h2 {
    font-size: 51px;
  }
  .feature-navy .feature-art {
    order: 0;
  }
  .process-card {
    padding: 38px 23px 26px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .process-book {
    order: -1;
    height: 210px;
  }
  .process-side {
    gap: 17px;
  }
  .process-step > span {
    min-width: 31px;
    font-size: 22px;
  }
  .process-side:last-child {
    margin-top: -4px;
  }
  .book-carousel {
    height: 300px;
    margin-top: 7px;
  }
  .carousel-book {
    width: 118px;
    height: 177px;
    padding: 13px;
  }
  .carousel-book > span {
    font-size: 15px;
  }
  .carousel-book[data-position="front-left"] {
    transform: translate(-103%, -45%) rotate(-3deg) scale(1.06);
  }
  .carousel-book[data-position="front-right"] {
    transform: translate(3%, -45%) rotate(3deg) scale(1.06);
  }
  .carousel-book[data-position="back-left"] {
    transform: translate(-152%, -43%) rotate(-13deg) scale(0.74);
  }
  .carousel-book[data-position="back-right"] {
    transform: translate(52%, -43%) rotate(13deg) scale(0.74);
  }
  .carousel-control {
    width: 34px;
    height: 34px;
  }
  .carousel-prev {
    left: 4px;
  }
  .carousel-next {
    right: 4px;
  }
  .client-track {
    display: flex;
    overflow-x: auto;
    padding: 4px 3px 13px;
    scroll-snap-type: x mandatory;
  }
  .client-card {
    flex: 0 0 210px;
    scroll-snap-align: start;
  }
  .portfolio {
    padding-bottom: 56px;
  }
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 25px;
  }
  .portfolio-item:nth-child(4),
  .portfolio-item:nth-child(5) {
    display: none;
  }
  .service-bento {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }
  .service-feature {
    grid-column: span 2;
    grid-row: span 2;
  }
  .service-round {
    justify-self: center;
    width: 170px;
  }
  .blog-card img {
    height: 185px;
  }
  .contact-card {
    grid-template-columns: 1fr;
    padding: 37px 24px;
  }
  .contact-copy h2 {
    font-size: 48px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 35px 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 430px) {
  .site-header {
    padding: 13px 0;
  }
  .brand {
    font-size: 12px;
  }
  .mini-form {
    border-radius: 13px;
  }
  .mini-form h2 {
    font-size: 19px;
  }
  .lead-form .col-sm-auto {
    width: 100%;
  }
  .statement h2 {
    font-size: 30px;
  }
  .feature-art {
    min-height: 275px;
  }
  .feature-copy {
    min-height: 350px;
  }
  .feature-copy h2 {
    font-size: 46px;
  }
  .floating-book {
    width: 78px;
    height: 111px;
    font-size: 11px;
  }
  .vision-cover {
    width: 150px;
    height: 215px;
    font-size: 23px;
  }
  .book-stack {
    width: 120px;
  }
  .process-heading h2 {
    font-size: 36px;
  }
  .book-glow {
    width: 190px;
    height: 190px;
  }
  .showcase .section-title {
    font-size: 37px;
  }
  .carousel-control {
    top: 45%;
  }
  .carousel-book[data-position="back-left"],
  .carousel-book[data-position="back-right"] {
    opacity: 0.35;
  }
  .showcase-actions {
    gap: 17px;
  }
  .book-ring {
    position: absolute;
    inset: 0;
    transform-style: flat;
    transform: translateZ(0);
  }
  .portfolio h2 {
    font-size: 36px;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .portfolio-item:nth-child(3) {
    display: none;
  }
  .service-bento {
    gap: 10px;
  }
  .service-card h3 {
    font-size: 19px;
  }
  .service-round {
    width: 150px;
  }
  .blog h2 {
    font-size: 31px;
  }
  .contact-form-wrap {
    padding: 22px 17px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > :first-child {
    grid-column: span 2;
  }
}
@media (hover: none), (pointer: coarse) {
  .heading-cursor {
    display: none;
  }
  .interactive-heading {
    cursor: auto;
  }
  .interactive-heading:hover {
    color: inherit;
    transform: none;
    letter-spacing: -0.06em;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal-up {
    opacity: 1;
    transform: none;
  }
}

/* Reference asset refinements */
.story-art {
  display: grid;
  place-items: center;
  background: #fff;
}
.story-art img,
.vision-art img {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  filter: none;
  transform: none;
}
.feature-card:hover .story-art img {
  transform: translateY(-3px) scale(1.01);
}
.vision-art {
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--navy);
}
.vision-art img {
  max-height: 96%;
}
.process-book img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(-6deg);
}

/* Supplied book covers keep their original proportions throughout the site. */
.carousel-book {
  padding: 0;
  overflow: hidden;
  background: transparent;
}
.carousel-book::before,
.portfolio-book::before {
  display: none;
}
.carousel-book img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-book {
  padding: 0;
  overflow: hidden;
  background: #0f2230;
}
.portfolio-book::after {
  z-index: 2;
  pointer-events: none;
}
.portfolio-book img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.portfolio-item:hover .portfolio-book {
  transform: translateY(-4px);
}
.portfolio-item:hover .portfolio-book img {
  transform: scale(1.1);
}
.mini-cover {
  display: block;
  object-fit: cover;
}

/* ----------SERVICES------------ */

.book-services-section {
  background: #f7f9fc;
  padding: clamp(40px, 5vw, 80px) clamp(16px, 3vw, 40px);
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.book-services-section *,
.book-services-section *::before,
.book-services-section *::after {
  box-sizing: border-box;
}

.book-services-section .bss-stage {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  aspect-ratio: 1.59;
}
.book-services-section .bss-stage > * {
  position: absolute;
}

/* ---------- top row ---------- */
.book-services-section .bss-meeting {
  left: 0;
  top: 0;
  width: 29.2%;
  height: 29.6%;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}
.book-services-section .bss-fade-top {
  left: 66.4%;
  top: 0;
  width: 33.6%;
  height: 29.6%;
  opacity: 0.22;
  overflow: hidden;
  border-radius: 26px;
  pointer-events: none;
}
.book-services-section .bss-fade-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- service cards ---------- */
.book-services-section .bss-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  border-radius: 26px;
  height: 29.6%;
  overflow: hidden;
  padding: clamp(16px, 1.9vw, 28px);
}
.book-services-section .bss-burgundy {
  background: #42152f;
}
.book-services-section .bss-blue {
  background: #06314d;
}
.book-services-section .bss-card-1 {
  left: 29.7%;
  top: 0;
  width: 18%;
}
.book-services-section .bss-card-2 {
  left: 48%;
  top: 0;
  width: 18.2%;
}
.book-services-section .bss-card-3 {
  left: 46.9%;
  top: 30%;
  width: 18.3%;
  height: 29.2%;
}
.book-services-section .bss-card-4 {
  left: 65.5%;
  top: 30%;
  width: 18.3%;
  height: 29.2%;
}

.book-services-section .bss-icon {
  font-size: clamp(18px, 2.1vw, 32px);
  line-height: 1;
  margin-bottom: clamp(10px, 1.4vw, 22px);
  color: #fff;
}
.book-services-section .bss-num {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: clamp(26px, 3vw, 46px);
  margin-bottom: clamp(8px, 1.1vw, 18px);
}
.book-services-section .bss-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: clamp(15px, 1.55vw, 23px);
  margin: 0 0 clamp(8px, 1vw, 16px);
}
.book-services-section .bss-text {
  font-weight: 300;
  font-size: clamp(10.5px, 0.95vw, 14px);
  line-height: 1.55;
  opacity: 0.85;
  margin: 0;
}

/* ---------- navy panel ---------- */
.book-services-section .bss-navy {
  left: 4.2%;
  top: 30%;
  width: 59%;
  height: 58.4%;
  background: #062d47;
  border-radius: 40px;
  color: #fff;
  padding: clamp(24px, 3.4vw, 52px);
}
.book-services-section .bss-heading {
  font-size: clamp(38px, 5.2vw, 50px);
  color: #fff;
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.3;
}
.book-services-section .bss-lead {
  font-weight: 300;
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 1.6;
  max-width: 85%;
  opacity: 0.92;
  margin: 0;
}

/* ---------- circular images ---------- */
.book-services-section .bss-circle-fade {
  left: 84%;
  top: 31.8%;
  width: 16%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.35;
  pointer-events: none;
}
.book-services-section .bss-circle-fade img,
.book-services-section .bss-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-services-section .bss-circle {
  left: 44.9%;
  top: 58.8%;
  width: 18.3%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

/* ---------- video card ---------- */
.book-services-section .bss-video {
  left: 11.4%;
  top: 66.9%;
  width: 26.7%;
  height: 28.8%;
  background: #fff;
  border-radius: 20px;
  padding: clamp(4px, 0.45vw, 7px);
  box-shadow: 0 30px 60px rgba(6, 45, 71, 0.28);
}
.book-services-section .bss-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.book-services-section .bss-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(44px, 4.6vw, 68px);
  height: clamp(44px, 4.6vw, 68px);
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e12d69;
  font-size: clamp(20px, 2.2vw, 32px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* ---------- discover more CTA ---------- */
.book-services-section .bss-cta {
  left: 63.9%;
  top: 61.6%;
  width: 16.6%;
  aspect-ratio: 1;
  background: #42152f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.book-services-section .bss-cta-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.book-services-section .bss-cta-svg text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  fill: #fff;
  text-transform: uppercase;
}
.book-services-section .bss-cta-arrow {
  color: #fff;
  font-size: clamp(30px, 3.8vw, 58px);
  line-height: 1;
}

/* ---------- tablet ---------- */
@media (max-width: 1199.98px) {
  .book-services-section .bss-stage {
    aspect-ratio: 1.4;
  }
  .book-services-section .bss-card {
    height: auto;
    min-height: 29.6%;
  }
  .book-services-section .bss-text {
    font-size: 11px;
    line-height: 1.5;
  }
  .book-services-section .bss-navy {
    border-radius: 32px;
  }
  .book-services-section .bss-meeting {
    border-radius: 22px;
  }
}

/* ---------- mobile ---------- */
@media (max-width: 767.98px) {
  .book-services-section .bss-stage {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .book-services-section .bss-stage > * {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .book-services-section .bss-fade-top,
  .book-services-section .bss-circle-fade {
    display: none;
  }

  .book-services-section .bss-navy {
    order: 1;
    border-radius: 28px;
    padding: 32px 26px;
  }
  .book-services-section .bss-card-1 {
    order: 2;
  }
  .book-services-section .bss-card-2 {
    order: 3;
  }
  .book-services-section .bss-card-3 {
    order: 4;
  }
  .book-services-section .bss-card-4 {
    order: 5;
  }
  .book-services-section .bss-meeting {
    order: 6;
    aspect-ratio: 4/3;
    border-radius: 22px;
  }
  .book-services-section .bss-video {
    order: 7;
    aspect-ratio: 4/3;
    padding: 5px;
    border-radius: 18px;
  }
  .book-services-section .bss-circle {
    order: 8;
    aspect-ratio: 1;
    width: min(72%, 280px);
    margin: 0 auto;
  }
  .book-services-section .bss-cta {
    order: 9;
    aspect-ratio: 1;
    width: 200px;
    margin: 6px auto 0;
  }

  .book-services-section .bss-heading {
    font-size: clamp(30px, 9vw, 40px);
  }
  .book-services-section .bss-lead {
    max-width: 100%;
    font-size: 15px;
  }
  .book-services-section .bss-card {
    border-radius: 22px;
    padding: 26px 22px;
  }
  .book-services-section .bss-num {
    font-size: 44px;
  }
  .book-services-section .bss-title {
    font-size: 20px;
  }
  .book-services-section .bss-text {
    font-size: 13.5px;
  }
  .book-services-section .bss-play {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }
  .book-services-section .bss-cta-arrow {
    font-size: 44px;
  }
}

.site-footer {
  padding: 46px 0 0;
  color: var(--navy);
  background: white;
  border-top: 1px solid #e8e1d7;
}
.site-footer > .container:not(.footer-reference-container) {
  display: none;
}
.footer-reference-container {
  max-width: 1160px;
}
.footer-brand {
  color: var(--navy);
}
.footer-brand img {
  height: auto;
  width: 250px !important;
}
.footer-grid {
  grid-template-columns: 1.75fr 1fr 1fr 1.25fr;
  gap: 42px;
}
.footer-grid p {
  color: #687681;
}
.footer-grid h3 {
  color: var(--navy);
}
.footer-grid > div:not(:first-child) a {
  color: #52616d;
}
.footer-grid > div:not(:first-child) a:hover {
  color: var(--plum);
}
.socials a {
  border-color: #aeb9bf;
  color: var(--navy);
}
.socials a:hover {
  color: white;
  background: var(--plum);
}
.footer-bottom {
  margin-top: 32px;
  padding: 15px 0;
  border-top-color: #dce2e5;
  color: #63727b;
}
.footer-wordmark {
  margin: 11px -18px 0;
  padding: 19px 28px 22px;
  border-radius: 140px 140px 0 0;
  color: white;
  background: var(--plum);
  font-size: clamp(25px, 4vw, 49px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .services-shell {
    max-width: 1140px;
  }
  .services-reference-layout {
    grid-template-rows: 200px 225px 250px;
    min-height: 675px;
  }
  .reference-service {
    padding: 24px 20px;
  }
  .reference-service > span {
    font-size: 48px;
  }
  .reference-service h3 {
    font-size: 23px;
  }
  .reference-service p {
    font-size: 12px;
  }
  .service-intro {
    padding: 47px 45px;
  }
  .service-work-image {
    height: 190px;
  }
  .service-discover {
    right: 12%;
    width: 165px;
  }
}
@media (max-width: 991.98px) {
  .services {
    padding: 45px 0;
  }
  .services-shell {
    padding: 0 12px;
  }
  .services-reference-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 230px 250px 230px 225px;
    min-height: 1165px;
    border-radius: 0 0 45px 45px;
  }
  .service-photo-top-left {
    grid-area: 1 / 1;
  }
  .reference-marketing {
    grid-area: 1 / 2;
  }
  .reference-editing {
    grid-area: 2 / 1;
  }
  .service-photo-top-right {
    grid-area: 2 / 2;
    border-radius: 0 0 0 25px;
  }
  .service-intro {
    grid-area: 3 / 1 / 4 / 3;
    padding: 43px;
    border-radius: 0;
  }
  .reference-formatting {
    grid-area: 4 / 1;
  }
  .reference-publishing {
    grid-area: 4 / 2;
    border-radius: 25px 0 0 25px;
  }
  .service-work-image {
    bottom: 14px;
    left: 6%;
    width: 42%;
    height: 190px;
  }
  .service-photo-circle {
    bottom: 5px;
    left: 50%;
    width: 25%;
  }
  .service-discover {
    right: 7%;
    bottom: 24px;
    width: 155px;
  }
  .footer-grid {
    gap: 28px;
  }
}
@media (max-width: 767.98px) {
  .services-shell {
    padding: 0;
  }
  .services-reference-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
    border-radius: 0 0 32px 32px;
  }
  .service-photo-top-left,
  .service-photo-top-right {
    display: none;
  }
  .reference-service,
  .service-intro {
    min-height: 255px;
    border-radius: 24px;
  }
  .service-intro {
    order: -1;
    padding: 42px 26px;
  }
  .service-intro h2 {
    font-size: clamp(40px, 12vw, 57px);
  }
  .service-intro p {
    margin-top: 21px;
    font-size: 14px;
  }
  .reference-service {
    padding: 28px 26px;
  }
  .reference-service p {
    font-size: 13px;
  }
  .reference-formatting,
  .reference-publishing {
    border-radius: 24px;
  }
  .service-work-image {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 52px);
    height: 205px;
    margin: 25px 26px -12px;
  }
  .service-photo-circle {
    position: relative;
    left: auto;
    bottom: auto;
    align-self: center;
    width: min(68vw, 260px);
    margin: 30px 0 22px;
  }
  .service-discover {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: center;
    width: 170px;
    margin: 0 0 30px;
  }
  .footer-wordmark {
    margin: 8px 0 0;
    border-radius: 22px 22px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 430px) {
  .reference-service > span {
    font-size: 51px;
  }
  .reference-service h3 {
    font-size: 25px;
  }
  .service-intro {
    min-height: 275px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .footer-wordmark {
    font-size: 25px;
  }
}

/* ==================Book-Publishing================ */

/* -------Hero Section */

.bp-hero h2 {
  font-size: 96px;
  text-align: center;
  font-weight: 800;
  color: (var(--white));
}

.bp-hero-pill {
  height: clamp(300px, 37vw, 538px);
  border-radius: 999px;
  overflow: hidden;
  background: var(--gold);
}
.bp-hero-pill img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- stats + counters  */

.bp-stats {
  padding: 10px 0 80px;
}

.bp-stats-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.bp-stat strong {
  display: inline-block;
  font-size: clamp(30px, 3.2vw, 60px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 0 34px 12px 0;
  border-bottom: 1px solid var(--ink);
  font-variant-numeric: tabular-nums;
}
.bp-stat span {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
}

/* ---------- generic carousel engine ---------- */

.bp-carousel {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.bp-carousel.is-dragging {
  cursor: grabbing;
}
.bp-carousel.is-dragging .bp-carousel-track {
  transition: none;
}
.bp-carousel-track {
  display: flex;
  gap: 28px;
  align-items: stretch;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  user-select: none;
}

/* ---------- process carousel ---------- */

.bp-process {
  background-color: var(--cream);
}

.bp-process-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
}
.bp-process-head h2 {
  margin: 0;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.bp-process-carousel .bp-carousel-track {
  padding-left: max(16px, calc((100vw - 1160px) / 2 + 12px));
  padding-right: 24px;
}
.bp-process-card {
  flex: 0 0 clamp(290px, 31.6vw, 455px);
  background: #fff;
  border-radius: 14px;
  padding: 26px 28px;
}
.bp-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.bp-card-top h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 230px;
}
.bp-num {
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  font-size: 18px;
  font-weight: 800;
  margin: 0px 0px 10px 0px;
}
.bp-process-card p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--bp-muted);
}

.bp-arrows {
  display: flex;
  gap: 16px;
  color: #a5a5a0;
  font-size: 20px;
  line-height: 1;
}
.bp-arrow {
  border: 0;
  background: none;
  padding: 0;
  color: #a5a5a0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.bp-arrow:hover {
  color: #101010;
  transform: translateY(-2px);
}

/* ---------- purple about ---------- */

.bp-about {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.bp-about-inner {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: clamp(30px, 4.5vw, 80px);
  align-items: center;
}
.bp-collage {
  position: relative;
  min-height: 420px;
}

.bp-collage img {
  width: 45%;
  height: 680px;
  object-fit: cover;
  object-position: center center;
}

.bp-about-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.02em;
}
.bp-about-copy p {
  max-width: 475px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--white);
}

/* ---------- 5 key pillars (tabs) ---------- */
.bp-pillars {
  text-align: center;
}

.bp-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px 0 62px;
}
.bp-tab {
  padding: 11px 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.bp-tab:hover {
  transform: translateY(-2px);
}
.bp-tab.is-active {
  background: var(--gold);
  color: var(--navy-2);
  border: none;
}

.bp-pillar-panel {
  display: none;
}
.bp-pillar-panel.is-active {
  display: block;
  animation: bp-panel-up 0.55s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes bp-panel-up {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.bp-pillar-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 86px);
  align-items: center;
  text-align: left;
}
.bp-pillar-copy h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.bp-pillar-copy p {
  margin: 18px 0 0;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.bp-tablet {
  /* padding: 50px 0; */
}
.bp-tablet img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* ---------- testimonials carousel ---------- */

.bp-testimonials {
  background-color: #ebebeb;
  padding: 80px 0;
}

.bp-testi-carousel .bp-carousel-track {
  margin-left: -150px; /* shows previous card edge like the reference */
  padding-right: 40px;
  padding-bottom: 50px;
}
.bp-testi {
  flex: 0 0 clamp(300px, 33vw, 478px);
  display: flex;
  flex-direction: column;
}
.bp-testi-head {
  margin: 0 0 12px 4px;
}
.bp-testi-head h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.bp-tag {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 4px 10px 4px 10px;
  border-radius: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #232323;
}
.bp-testi-card {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 28px 40px 27px 40px;
  border-radius: 15px 15px 15px 15px;
  color: var(--muted);
  background-color: #ffffff;
  margin-top: 20px;
  margin-left: 50px;
}
.bp-testi-card::after {
  content: "\201D\201D";
  position: absolute;
  right: 20px;
  bottom: -42px;
  font-size: 63px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--gold);
  z-index: 1;
}

.bp-testi-arrows {
  justify-content: center;
}

/* ---------- bottom CTA ---------- */

.bp-cta {
  padding: 34px 0 96px;
}

.bp-cta-pill {
  height: clamp(300px, 37vw, 538px);
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: var(--plum);
  color: #fff;
  text-align: center;
  padding: clamp(64px, 8vw, 104px) 24px clamp(170px, 22vw, 230px);
}
.bp-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.bp-cta-content {
  position: relative;
  width: 50%;
  margin: auto;
}
.bp-cta-content h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

/* ================= responsive ================= */

@media (max-width: 991.98px) {
  .bp-process-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .bp-process-card {
    flex-basis: 46%;
  }
  .bp-about-inner {
    grid-template-columns: 1fr;
  }
  .bp-collage {
    min-height: 0;
    height: 420px;
    margin-bottom: 36px;
  }
  .bp-collage img {
    top: 0;
    height: 100%;
  }
  .bp-pillar-body {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .bp-testi {
    flex-basis: 340px;
  }
  .bp-testi-carousel .bp-carousel-track {
    margin-left: -60px;
  }
  .bp-logo {
    height: 78px;
    padding: 0 34px;
    font-size: 17px;
  }
}

@media (max-width: 575.98px) {
  .bp-hero {
    padding-top: 42px;
  }
  .bp-hero-title {
    margin-bottom: 40px;
  }
  .bp-hero-pill {
    height: 66vw;
  }
  .bp-stats {
    padding: 64px 0 56px;
  }
  .bp-stat {
    flex: 0 0 44%;
  }
  .bp-process-card {
    flex-basis: 82vw;
  }
  .bp-tabs {
    margin: 28px 0 44px;
  }
  .bp-tablet {
    max-width: 340px;
  }
  .bp-logos-track {
    margin-left: -24px;
  }
  .bp-logo {
    height: 64px;
    padding: 0 26px;
    font-size: 15px;
  }
  .bp-testi-carousel .bp-carousel-track {
    margin-left: -24px;
  }
  .bp-testi {
    flex-basis: 80vw;
  }
  .bp-testi-arrows {
    margin-top: 44px;
  }
  .bp-cta-pill {
    border-radius: 64px;
    padding-bottom: 160px;
  }

  .bp-cta-content {
    position: relative;
    width: 90%;
    margin: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-carousel-track {
    transition: none;
  }
  .bp-pillar-panel.is-active {
    animation: none;
  }
}

.mobile-space {
  display: none;
}

@media (max-width: 767px) {
  .mobile-space {
    display: block;
    height: 150px;
  }

  .bp-hero h2 {
    font-size: 56px;
    text-align: center;
    font-weight: 800;
    color: (var(--white));
  }

  .be-hero-title {
    font-size: 56px !important;
    text-align: center;
    font-weight: 800;
    color: (var(--white));
  }
}

/* ==================Book-Editing================ */

/* ---------- hero ---------- */
.be-hero {
  background: var(--cream);
  padding: 84px 0 96px;
  margin: auto;
}
.be-hero-title {
  font-size: clamp(96px, 4.7vw, 96px);
  text-align: center;
  font-weight: 800;
  color: (var(--white));
}
.be-hero-description {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.be-hero-lede {
  width: 620px;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  text-align: center;
}
.be-hero-cta {
  text-align: center;
}
.be-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #131313;
  color: #fff;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 11px;
  font-weight: 700;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.be-btn-dark:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

/* ---------- offer pill ---------- */

.be-offer {
  margin-top: 76px;
  background: #f7f7f5;
  border-radius: 999px;
  padding: clamp(40px, 6vw, 78px) clamp(28px, 7vw, 96px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  overflow: hidden;
}

.be-offer-left {
  padding-left: 50px;
}

.be-offer-left h2 {
  margin: 0;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.be-offer-media {
  margin-top: 40px;
  max-width: 470px;
}
.be-offer-media img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.be-offer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.be-offer-right p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.be-offer-stats {
  display: flex;
  gap: 56px;
  margin-top: 36px;
}
.be-offer-stats strong {
  display: inline-block;
  font-size: clamp(30px, 3.2vw, 60px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 0 34px 12px 0;
  border-bottom: 1px solid var(--ink);
  font-variant-numeric: tabular-nums;
}
.be-offer-stats span {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
}

/* ---------- services tabs pill ---------- */

.be-services {
  padding: 80px 50px;
}

.be-services-pill {
  background-color: var(--cream);
  border-radius: 999px;
  padding: clamp(36px, 5vw, 62px) clamp(24px, 5.5vw, 84px);
}
.be-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 46px;
}
.be-tab {
  padding: 10px 18px;
  border: 1px solid #141414;
  border-radius: 999px;
  background: transparent;
  color: #141414;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.be-tab:hover {
  transform: translateY(-2px);
}
.be-tab.is-active {
  background: #141414;
  color: #fff;
}

.be-services-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: 0 150px;
}
.be-service-panel {
  display: none;
}
.be-service-panel.is-active {
  display: block;
  animation: be-panel-up 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes be-panel-up {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- why (purple) ---------- */

.be-why {
  background: var(--navy);
  color: #fff;
}
.be-why h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.be-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.be-why-media {
  aspect-ratio: 0.86;
  border-radius: 14px;
  overflow: hidden;
}
.be-why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.be-why-card:hover .be-why-media img {
  transform: scale(1.05);
}
.be-why-info {
  position: relative;
  margin: -64px 14px 0;
  background: #fff;
  color: #141414;
  border-radius: 14px;
  padding: 16px 16px 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
.be-why-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.be-why-title i {
  color: var(--gold);
  font-size: 45px;
}

.be-why-desc {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
}
.be-why-card:hover .be-why-desc,
.be-why-card.is-open .be-why-desc {
  max-height: 220px;
  opacity: 1;
  margin-top: 10px;
}

.be-how-it-works {
  background-color: #ebebeb;
}

/* ---------- counters ---------- */

.be-counters-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px 24px;
}
.be-counter strong {
  display: inline-block;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 800;
  letter-spacing: -0.03em;
  padding: 0 46px 12px 0;
  border-bottom: 1px solid #a9a9a6;
  font-variant-numeric: tabular-nums;
}
.be-counter span {
  display: block;
  margin-top: 10px;
  max-width: 180px;
  font-size: 15px;
  font-weight: 700;
}

/* ---------- portfolio ---------- */

.be-portfolio {
  background: var(--cream);
  color: var(--navy);
  overflow: hidden;
  margin: 80px 0 -20px 0;
  padding-top: 80px;
}
.be-portfolio-inner {
  position: relative;
  margin-bottom: 46px;
}
.be-portfolio-copy h2 {
  margin: 0;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.be-portfolio-copy p {
  margin: 10px 0;
  max-width: 260px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.be-portfolio-arrows {
  position: absolute;
  top: 4px;
  right: 12px;
}
.be-books-carousel {
  cursor: grab;
}
.be-books-track {
  padding-top: 20px;
  gap: 40px;
  padding-left: max(16px, calc((100vw - 1160px) / 2 + 240px));
  padding-right: 60px;
}
.be-book {
  flex: 0 0 205px;
}
.be-book img {
  display: block;
  height: 300px;
  object-fit: cover;
  border-radius: 3px;
  transform: perspective(900px) rotateY(-16deg);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}
.be-book:hover img {
  transform: perspective(900px) rotateY(-8deg) translateY(-6px);
}

.be-arrows {
  display: flex;
  gap: 16px;
  font-size: 20px;
  line-height: 1;
}
.be-arrow {
  border: 0;
  background: none;
  padding: 0;
  color: #a5a5a0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.be-arrow:hover {
  color: #101010;
  transform: translateY(-2px);
}

/* ---------- carousel engine ---------- */

.be-carousel {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.be-carousel.is-dragging {
  cursor: grabbing;
}
.be-carousel.is-dragging .be-carousel-track {
  transition: none;
}
.be-carousel-track {
  display: flex;
  gap: 28px;
  align-items: stretch;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  user-select: none;
}

/* ---------- collage ---------- */

.be-collage {
  padding: 80px 0 0 0;
}
.be-collage img {
  display: block;
  width: 100%;
  height: clamp(240px, 32vw, 425px);
  object-fit: cover;
  object-position: center;
}

/* ==============Book Marketing================= */

/* =========================================
   BOOK PUBLISHING HERO
   ========================================= */

.bp-hero-section {
  position: relative;
  overflow: hidden;
  background-color: var(--plum);
}

/* MAIN LAYOUT */

.bp-hero-inner {
  display: flex;
  align-items: center;
}

/* =========================================
   LEFT CONTENT
   ========================================= */

.bp-hero-content {
  max-width: 570px;
  margin-bottom: 28px;
  color: var(--ink);
  line-height: 0.94;
}

.bp-hero-title {
  font-size: clamp(96px, 4.7vw, 96px);
  font-weight: 800;
  color: var(--white);
}

/* =========================================
   IMAGE LAYERS
   ========================================= */

.bp-hero-layers {
  position: relative;
  width: 57%;
  height: 680px;
  margin-left: -10px;
}

/* every layer */

.bp-layer {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 0.9s ease,
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-layer img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   LAYER POSITIONS
   ========================================= */

/* Main background / decorative shape */

.bp-layer-1 {
  width: 100%;
  left: 5%;
  z-index: 1;
  transform: translateX(-100px);
}

/* second decorative */

.bp-layer-2 {
  width: 100%;
  z-index: 2;
  transform: translateX(-100px);
}

/* GIRL / MAIN RIGHT IMAGE */

.bp-layer-3 {
  width: 100%;
  z-index: 7;
  opacity: 0;
  transform: translateX(100px);
}

/* image 4 */

.bp-layer-4 {
  width: 100%;
  top: -15px;
  z-index: 4;
  transform: translateX(-100px);
}

/* image 5 */

.bp-layer-5 {
  width: 100%;
  z-index: 5;
  transform: translateX(-100px);
}

/* image 6 */

.bp-layer-6 {
  width: 100%;
  z-index: 6;
  transform: translateX(-100px);
}

/* image 7 */

.bp-layer-7 {
  width: 100%;
  z-index: 7;
  transform: translateX(-100px);
}

/* =========================================
   ANIMATION
   ========================================= */

.bp-hero-section.is-visible .bp-layer {
  opacity: 1;

  transform: translateX(0);
}

/* GIRL COMES FROM RIGHT */

.bp-hero-section.is-visible .bp-layer-3 {
  opacity: 1;

  transform: translateX(0);
}

/* STAGGER */

.bp-hero-section.is-visible .bp-layer-1 {
  transition-delay: 0.2s;
}

.bp-hero-section.is-visible .bp-layer-2 {
  transition-delay: 0.45s;
}

.bp-hero-section.is-visible .bp-layer-3 {
  transition-delay: 0.8s;
}

.bp-hero-section.is-visible .bp-layer-4 {
  transition-delay: 1s;
}

.bp-hero-section.is-visible .bp-layer-5 {
  transition-delay: 1.2s;
}

.bp-hero-section.is-visible .bp-layer-6 {
  transition-delay: 1.4s;
}

.bp-hero-section.is-visible .bp-layer-7 {
  transition-delay: 1.6s;
}

/* =========================================
   LAPTOP
   ========================================= */

@media (max-width: 1199px) and (min-width: 992px) {
  .bp-hero-content {
    width: 45%;
  }

  .bp-layer-1 {
    width: 100%;
  }

  .bp-layer-2 {
    width: 100%;
  }

  .bp-layer-3 {
    width: 100%x;
    right: -15px;
  }

  .bp-layer-4 {
    width: 100%;
  }

  .bp-layer-5 {
    width: 100%;
  }

  .bp-layer-6 {
    width: 100%;
  }

  .bp-layer-7 {
    width: 100%;
  }
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-hero-section {
    padding-top: 60px;
  }

  .bp-hero-inner {
    min-height: auto;
    flex-direction: column;
  }

  .bp-hero-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .bp-hero-eyebrow {
    justify-content: center;
  }

  .bp-hero-title {
    margin-left: auto;
    margin-right: auto;
  }

  .bp-hero-layers {
    width: 100%;
    max-width: 700px;
    height: 650px;
    margin-left: 0;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-hero-section {
    padding-top: 45px;
    padding-bottom: 140px;
  }

  .bp-hero-content {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .bp-hero-title {
    font-size: 48px;
    line-height: 0.94;
  }

  .bp-hero-btn {
    min-width: 155px;
  }

  .bp-hero-layers {
    height: 500px;
    transform: scale(0.85);
    transform-origin: top center;
    margin-bottom: -70px;
  }

  .bp-layer-1 {
    width: 100%;
  }

  .bp-layer-2 {
    width: 100%;
  }

  .bp-layer-3 {
    width: 100%;
  }

  .bp-layer-4 {
    width: 100%;
  }

  .bp-layer-5 {
    width: 100%;
  }

  .bp-layer-6 {
    width: 100%;
  }

  .bp-layer-7 {
    width: 100%;
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
  .bp-hero-title {
    font-size: 42px;
  }

  .bp-hero-layers {
    height: 430px;
    transform: scale(0.72);
    margin-bottom: -110px;
  }
}

/* =========================================
   MARKETING SPOTLIGHT SECTION
   ========================================= */

.bp-marketing {
  position: relative;
  overflow: hidden;
}

/* =========================================
   MAIN LAYOUT
   ========================================= */

.bp-marketing-inner {
  min-height: 650px;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* =========================================
   LEFT IMAGE AREA
   ========================================= */

.bp-marketing-media {
  position: relative;
  width: 50%;
  height: 620px;
  flex-shrink: 0;
}

/* =========================================
   IMAGE LAYERS
   ========================================= */

.bp-marketing-layer {
  position: absolute;
  opacity: 0;
  transform: translateX(-90px);
  transition:
    opacity 0.9s ease,
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-marketing-layer img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   LAYER POSITIONS
   ========================================= */

.bp-marketing-layer-1 {
  width: 100%;
  left: 0;
  z-index: 1;
}

.bp-marketing-layer-2 {
  width: 680px;
  top: -108px;
  left: -15%;
  z-index: 2;
}

.bp-marketing-layer-3 {
  width: 80%;
  left: -220px;
  top: -150px;
  z-index: 3;
}

.bp-marketing-layer-4 {
  width: 66%;
  left: 34%;
  z-index: 4;
}

.bp-marketing-layer-5 {
  width: 100%;
  left: 12%;
  bottom: -85px;
  z-index: 5;
}

/* =========================================
   RIGHT CONTENT
   ========================================= */

.bp-marketing-content {
  position: relative;
  z-index: 5;
  width: 50%;
  max-width: 560px;
}

/* =========================================
   TITLE
   ========================================= */

.bp-marketing-title {
  max-width: 570px;
  margin-bottom: 28px;
  color: var(--ink);
  line-height: 0.94;
}

/* =========================================
   PARAGRAPH
   ========================================= */

.bp-marketing-text {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================
   STATS
   ========================================= */

.bp-marketing-stats {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 45px;
}

/* =========================================
   LOGO
   ========================================= */

.bp-marketing-logo {
  width: 210px;
}

.bp-marketing-logo img {
  display: block;

  width: 100%;
  height: auto;
}

/* =========================================
   COUNTER
   ========================================= */

.bp-marketing-counter {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bp-counter-number {
  display: flex;
  align-items: baseline;
  color: var(--navy);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.bp-counter-number span:last-child {
  color: var(--gold);
  font-size: 30px;
  margin-left: 2px;
}

.bp-marketing-counter h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

/* =========================================
   ANIMATION
   ========================================= */

.bp-marketing.is-visible .bp-marketing-layer {
  opacity: 1;

  transform: translateX(0);
}

.bp-marketing-layer-1 {
  transition-delay: 0.2s;
}

.bp-marketing-layer-2 {
  transition-delay: 0.5s;
}

.bp-marketing-layer-3 {
  transition-delay: 0.8s;
}

.bp-marketing-layer-4 {
  transition-delay: 1.1s;
}

.bp-marketing-layer-5 {
  transition-delay: 1.4s;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-marketing-inner {
    flex-direction: column;

    gap: 50px;
  }

  .bp-marketing-media,
  .bp-marketing-content {
    width: 100%;
  }

  .bp-marketing-media {
    max-width: 650px;
    height: 560px;
  }

  .bp-marketing-content {
    max-width: 650px;

    text-align: center;
  }

  .bp-marketing-eyebrow {
    justify-content: center;
  }

  .bp-marketing-title,
  .bp-marketing-text {
    margin-left: auto;
    margin-right: auto;
  }

  .bp-marketing-stats {
    justify-content: center;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-marketing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bp-marketing-media {
    height: 430px;

    transform: scale(0.82);

    transform-origin: top center;

    margin-bottom: -70px;
  }

  .bp-marketing-layer-1 {
    width: 230px;
    left: 4%;
  }

  .bp-marketing-layer-2 {
    width: 542px;
  }

  .bp-marketing-layer-3 {
    width: 100%;
    left: -36%;
  }

  .bp-marketing-layer-4 {
    width: 70%;
    left: 180px;
  }

  .bp-marketing-layer-5 {
    width: 100%;
    left: 24%;
    bottom: -140px;
  }

  .bp-marketing-title {
    font-size: 44px;
  }

  .bp-marketing-text {
    font-size: 14px;
  }

  .bp-marketing-stats {
    flex-direction: column;
    gap: 25px;
    margin-top: 35px;
  }

  .bp-marketing-logo {
    width: 190px;
  }

  .bp-marketing-counter {
    justify-content: center;
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
  .bp-marketing-media {
    height: 390px;
    transform: scale(0.7);
    margin-bottom: -100px;
  }

  .bp-marketing-title {
    font-size: 38px;
  }
}

/* =========================================
   MARKETING SERVICES
   ========================================= */

.bp-marketing-services {
  background-color: var(--cream);
  position: relative;
  overflow: hidden;
}

/* =========================================
   MAIN LAYOUT
   ========================================= */

.bp-marketing-services-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  min-height: 760px;
}

/* =========================================
   LEFT CARDS
   ========================================= */

.bp-marketing-cards {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* =========================================
   CARD
   ========================================= */

.bp-marketing-card {
  position: relative;
  padding: 32px 85px 32px 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 0.7s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    padding-left 0.35s ease;
}

.bp-marketing-card:first-child {
  border-top: 1px solid var(--line);
}

/* =========================================
   CARD TOP
   ========================================= */

.bp-marketing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 14px;
}

.bp-marketing-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

/* =========================================
   ICON
   ========================================= */

.bp-marketing-card-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bp-marketing-card-icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================
   DESCRIPTION
   ========================================= */

.bp-marketing-card p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================
   NUMBER
   ========================================= */

.bp-marketing-card-number {
  position: absolute;
  right: 15px;
  bottom: 25px;
  color: rgba(1, 38, 65, 0.08);
  font-size: 75px;
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
}

/* =========================================
   HOVER
   ========================================= */

.bp-marketing-card:hover {
  padding-left: 15px;
}

.bp-marketing-card:hover h3 {
  color: var(--navy);
}

/* =========================================
   RIGHT BOOK
   ========================================= */

.bp-marketing-book {
  width: 48%;

  display: flex;
  align-items: center;
  justify-content: center;

  align-self: stretch;
}

.bp-marketing-book-inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 680px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: var(--gold);
  border-radius: var(--radius-xl);
  opacity: 0;
  transform: translateX(80px);
  transition:
    opacity 1s ease,
    transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-marketing-book-inner img {
  display: block;

  width: 100%;
  max-width: 430px;

  height: auto;

  object-fit: contain;

  object-position: bottom center;
}

/* =========================================
   ACTIVE ANIMATION
   ========================================= */

.bp-marketing-services.is-visible .bp-marketing-card {
  opacity: 1;

  transform: translateX(0);
}

.bp-marketing-services.is-visible .bp-marketing-card:nth-child(1) {
  transition-delay: 0.15s;
}

.bp-marketing-services.is-visible .bp-marketing-card:nth-child(2) {
  transition-delay: 0.35s;
}

.bp-marketing-services.is-visible .bp-marketing-card:nth-child(3) {
  transition-delay: 0.55s;
}

.bp-marketing-services.is-visible .bp-marketing-book-inner {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.35s;
}

/* =========================================
   DESKTOP
   ========================================= */

@media (min-width: 1200px) {
  .bp-marketing-services-inner {
    gap: 100px;
  }

  .bp-marketing-card {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .bp-marketing-card h3 {
    font-size: 29px;
  }

  .bp-marketing-book-inner {
    height: 700px;
  }
}

/* =========================================
   LAPTOP
   ========================================= */

@media (max-width: 1199px) and (min-width: 992px) {
  .bp-marketing-services-inner {
    gap: 50px;
  }

  .bp-marketing-card {
    padding-right: 65px;
  }

  .bp-marketing-card h3 {
    font-size: 24px;
  }

  .bp-marketing-book-inner {
    height: 620px;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-marketing-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bp-marketing-services-inner {
    display: flex;
    align-items: center;
    gap: 90px;
    min-height: 760px;
    flex-direction: column;
  }
  .bp-marketing-book {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
  }

  .bp-marketing-cards {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bp-marketing-card {
    padding: 28px 55px 28px 0;
  }

  .bp-marketing-card:hover {
    padding-left: 0;
  }

  .bp-marketing-card-top {
    gap: 15px;
  }

  .bp-marketing-card h3 {
    font-size: 21px;
  }

  .bp-marketing-card-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .bp-marketing-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .bp-marketing-card-number {
    right: 5px;
    bottom: 20px;
    font-size: 55px;
  }

  .bp-marketing-book-inner {
    height: 100%;
    border-radius: 50px 50px 25px 25px;
  }

  .bp-marketing-book-inner img {
    width: 100%;
  }
}

/* =========================================
   HOW WE'RE DIFFERENT
   ========================================= */

.bp-different {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.bp-different-inner {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

/* =========================================
   TITLE
   ========================================= */

.bp-different-title {
  margin: 0 auto;
  color: var(--navy);
  font-size: clamp(31px, 4.1vw, 45px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.1;
}

/* =========================================
   ANIMATION
   ========================================= */

.bp-different-inner {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-different.is-visible .bp-different-inner {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-different-inner {
    max-width: 800px;
  }

  .bp-different-title {
    font-size: clamp(38px, 6vw, 55px);
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-different {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .bp-different-eyebrow {
    font-size: 13px;

    margin-bottom: 18px;
  }

  .bp-different-title {
    font-size: 38px;

    line-height: 1;
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
  .bp-different-title {
    font-size: 32px;
  }
}

/* =========================================
   MARKETING SERVICE CARDS
   ========================================= */

.bp-service-cards {
  position: relative;
  overflow: hidden;
}

/* =========================================
   GRID
   ========================================= */

.bp-service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* =========================================
   CARD
   ========================================= */

.bp-service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.35s ease;
}

.bp-service-card-1 {
  background-color: var(--gold);
}
.bp-service-card-2 {
  background-color: var(--navy);
}
.bp-service-card-3 {
  background-color: var(--plum);
}

.bp-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(1, 38, 65, 0.12);
}

/* =========================================
   IMAGE
   ========================================= */

.bp-service-card-image {
  width: 100%;
  overflow: hidden;
}

.bp-service-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 620 / 400;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bp-service-card:hover .bp-service-card-image img {
  transform: scale(1.04);
}

/* =========================================
   CONTENT
   ========================================= */

.bp-service-card-content {
  position: relative;
  padding: 28px 28px 32px;
}

.bp-service-card-content h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.bp-service-card-content p {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================
   STAGGERED ANIMATION
   ========================================= */

.bp-service-cards.is-visible .bp-service-card {
  opacity: 1;

  transform: translateY(0);
}

.bp-service-cards.is-visible .bp-service-card:nth-child(1) {
  transition-delay: 0.1s;
}

.bp-service-cards.is-visible .bp-service-card:nth-child(2) {
  transition-delay: 0.35s;
}

.bp-service-cards.is-visible .bp-service-card:nth-child(3) {
  transition-delay: 0.6s;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-service-cards-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
  }

  .bp-service-card:nth-child(3) {
    grid-column: 1 / -1;

    max-width: calc(50% - 12.5px);

    width: 100%;

    margin: 0 auto;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-service-cards-grid {
    grid-template-columns: 1fr;

    gap: 25px;
  }

  .bp-service-card:nth-child(3) {
    grid-column: auto;

    max-width: none;

    margin: 0;
  }

  .bp-service-card-content {
    padding: 24px 22px 28px;
  }

  .bp-service-card-content h3 {
    font-size: 21px;
  }

  .bp-service-card-content p {
    font-size: 13px;
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
  .bp-service-cards-grid {
    gap: 20px;
  }

  .bp-service-card-content {
    padding: 22px 20px 25px;
  }
}

/* =========================================
   FROM IDEA TO MANUSCRIPT
   ========================================= */

.bp-manuscript {
  position: relative;
  overflow: hidden;
  background-color: var(--plum);
}

/* =========================================
   MAIN LAYOUT
   ========================================= */

.bp-manuscript-inner {
  display: flex;
  align-items: center;
}

/* =========================================
   LEFT CONTENT
   ========================================= */

.bp-manuscript-content {
  width: 47%;
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateX(-70px);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* =========================================
   TITLE
   ========================================= */

.bp-manuscript-title {
  font-size: 90px;
  margin: 0 0 25px;
  color: var(--white);
  line-height: 0.94;
}

/* =========================================
   DESCRIPTION
   ========================================= */

.bp-manuscript-text {
  max-width: 500px;
  margin: 0 0 30px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================
   RIGHT IMAGE
   ========================================= */

.bp-manuscript-media {
  width: 53%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  transition:
    opacity 1s ease,
    transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-manuscript-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bp-manuscript-image img {
  display: block;

  width: 100%;
  max-width: 620px;

  height: auto;
}

/* =========================================
   ACTIVE ANIMATION
   ========================================= */

.bp-manuscript.is-visible .bp-manuscript-content {
  opacity: 1;

  transform: translateX(0);
}

.bp-manuscript.is-visible .bp-manuscript-media {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.25s;
}

/* =========================================
   LAPTOP
   ========================================= */

@media (max-width: 1199px) and (min-width: 992px) {
  .bp-manuscript-inner {
    gap: 45px;
  }

  .bp-manuscript-title {
    font-size: clamp(42px, 5vw, 62px);
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-manuscript {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bp-manuscript-inner {
    gap: 35px;
  }

  .bp-manuscript-title {
    font-size: 43px;

    line-height: 0.95;
  }

  .bp-manuscript-text {
    font-size: 14px;
  }

  .bp-manuscript-media {
    transform: translateX(70px);
  }
}

/* ---------------------------------------- */

.gs-showcase-slider {
  position: relative;
  width: 100%;
  height: 385px;
  overflow: hidden;
  background: #eeeeee;
  display: flex;
  align-items: center;
  padding: 0;
}

/* TRACK */

.gs-slider-track {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  transform: translateX(-20px);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}

/* =========================================
   SLIDE
   ========================================= */

.gs-slide {
  position: relative;
  flex: 0 0 auto;
  display: block;
  text-decoration: none;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

/* IMAGE WRAPPER */

.gs-slide-image {
  position: relative;
  width: 390px;
  height: 240px;
  overflow: hidden;
  border-radius: 30px;
  background: #ddd;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.45s ease,
    filter 0.45s ease;
}

/* IMAGE */

.gs-slide-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
}

/* =========================================
   DIFFERENT SHAPES
   ========================================= */

/* FIRST */

.gs-slide-1 .gs-slide-image {
  width: 390px;
  height: 240px;
  border-radius: 28px;
}

/* WRITING IMAGE */

.gs-slide-3 .gs-slide-image {
  width: 390px;
  height: 240px;
  border-radius: 120px;
}

/* DOCUMENT IMAGE */

.gs-slide-4 .gs-slide-image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

/* WOMAN */

.gs-slide-5 .gs-slide-image {
  width: 390px;
  height: 240px;
  border-radius: 120px;
}

/* SIXTH */

.gs-slide-6 .gs-slide-image {
  width: 390px;
  height: 240px;
  border-radius: 28px;
}

/* =========================================
   HOVER EFFECT
   ========================================= */

.gs-slide:hover {
  z-index: 10;
  transform: translateY(-8px);
}

.gs-slide:hover .gs-slide-image {
  transform: scale(1.035);
  border-radius: 10% !important;
  filter: brightness(1.04);
}

.gs-slide:hover .gs-slide-image img {
  transform: scale(1.08);
}

.gs-showcase-slider {
  overflow: hidden;
  width: 100%;
}

.gs-slider-track {
  display: flex;
  gap: 30px;
  width: max-content;
}

.gs-slide {
  flex: 0 0 auto;
}

/* =========================================
   GHOSTWRITING PROCESS
   ========================================= */

.bp-ghostwriting-process {
  background-color: var(--cream);
  position: relative;
  overflow: hidden;
}

.bp-ghostwriting-process-inner {
  display: flex;
  align-items: center;
  gap: 90px;
  min-height: 650px;
}

/* =========================================
   LEFT IMAGE
   ========================================= */

.bp-ghostwriting-process-media {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 0.9s ease,
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-ghostwriting-process-media img {
  display: block;
  width: 100%;
  max-width: 570px;
  height: auto;
  object-fit: contain;
}

/* =========================================
   RIGHT CONTENT
   ========================================= */

.bp-ghostwriting-process-content {
  width: 52%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateX(70px);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* =========================================
   TITLE
   ========================================= */

.bp-ghostwriting-process-title {
  margin: 0 0 25px;
  max-width: 700px;
  color: var(--navy);
  font-size: clamp(31px, 4.1vw, 45px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.1;
}

/* =========================================
   TEXT
   ========================================= */

.bp-ghostwriting-process-text {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

/* =========================================
   ACTIVE ANIMATION
   ========================================= */

.bp-ghostwriting-process.is-visible .bp-ghostwriting-process-media {
  opacity: 1;
  transform: translateX(0);
}

.bp-ghostwriting-process.is-visible .bp-ghostwriting-process-content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

/* =========================================
   LAPTOP
   ========================================= */

@media (max-width: 1199px) and (min-width: 992px) {
  .bp-ghostwriting-process-inner {
    gap: 55px;
  }

  .bp-ghostwriting-process-title {
    font-size: clamp(42px, 5vw, 60px);
  }
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-ghostwriting-process-inner {
    flex-direction: column;
    gap: 50px;
    min-height: auto;
    text-align: center;
  }

  .bp-ghostwriting-process-media,
  .bp-ghostwriting-process-content {
    width: 100%;
  }

  .bp-ghostwriting-process-media {
    max-width: 650px;
    margin: 0 auto;
  }

  .bp-ghostwriting-process-content {
    max-width: 700px;
    margin: 0 auto;
  }

  .bp-ghostwriting-process-text {
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-ghostwriting-process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bp-ghostwriting-process-inner {
    gap: 35px;
  }

  .bp-ghostwriting-process-title {
    font-size: 42px;
    line-height: 0.98;
  }

  .bp-ghostwriting-process-text {
    font-size: 13px;
    line-height: 1.7;
  }

  .bp-ghostwriting-process-media {
    transform: translateX(-60px);
  }

  .bp-ghostwriting-process-content {
    transform: translateX(60px);
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
  .bp-ghostwriting-process-title {
    font-size: 34px;
  }

  .bp-ghostwriting-process-text {
    font-size: 13px;
  }
}

/* ------------------------------------ */

/* ---------- stage ---------- */
.bp-voice-stage {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 780px;
}

/* ---------- center content ---------- */
.bp-voice-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: min(860px, 90%);
  text-align: center;
  pointer-events: auto;
}
.bp-voice-center::before {
  content: "";
  position: absolute;
  inset: -12% -8%;
  z-index: -1;
  background: radial-gradient(
    closest-side,
    rgba(213, 179, 133, 0.16),
    transparent 72%
  );
}
.bp-voice-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.bp-voice-swoosh {
  color: var(--gold);
  flex: 0 0 auto;
  transform: translateY(2px);
}
.bp-voice-title {
  margin: 0 auto;
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(22px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* ---------- physics field ---------- */
.bp-voice-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none; /* only bubbles are interactive */
}

/* ---------- bubbles ---------- */
.bp-voice-bubble {
  --bp-d: 175px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--bp-d);
  height: var(--bp-d);
  padding: 14px;
  border-radius: 50%;
  pointer-events: auto;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  will-change: transform;
  opacity: 0;
  transition:
    opacity 0.6s ease,
    box-shadow 0.3s ease;
  box-shadow:
    0 16px 34px rgba(1, 38, 65, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-family: var(--bp-font);
  text-align: center;
}
.bp-voice-bubble.is-live {
  opacity: 1;
}
.bp-voice-bubble.is-dragging {
  cursor: grabbing;
  box-shadow:
    0 26px 48px rgba(1, 38, 65, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bp-voice-bubble:focus-visible {
  outline: 3px solid rgba(213, 179, 133, 0.75);
  outline-offset: 3px;
}
.bp-voice-bubble span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  pointer-events: none;
}

/* sizes */
.bp-voice-bubble[data-size="sm"] {
  --bp-d: 160px;
}
.bp-voice-bubble[data-size="sm"] span {
  font-size: 14px;
}
.bp-voice-bubble[data-size="lg"] {
  --bp-d: 220px;
}
.bp-voice-bubble[data-size="lg"] span {
  font-size: 17px;
}

/* premium color treatments */
.bp-voice-bubble[data-color="navy"] {
  background: radial-gradient(circle at 32% 28%, #14405f 0%, var(--navy) 62%);
  color: #fff;
}
.bp-voice-bubble[data-color="navy2"] {
  background: radial-gradient(circle at 32% 28%, #243452 0%, var(--navy-2) 62%);
  color: #fff;
}
.bp-voice-bubble[data-color="plum"] {
  background: radial-gradient(circle at 32% 28%, #55264c 0%, var(--plum) 62%);
  color: #fff;
}
.bp-voice-bubble[data-color="gold"] {
  background: radial-gradient(circle at 32% 28%, #ecd3ae 0%, var(--gold) 62%);
  color: var(--navy);
}
.bp-voice-bubble[data-color="cream"] {
  background: radial-gradient(circle at 32% 28%, #fdf8ee 0%, var(--cream) 62%);
  color: var(--ink);
  border: 1px solid rgba(213, 179, 133, 0.55);
}
.bp-voice-bubble[data-color="white"] {
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #f6f3ec 62%);
  color: var(--ink);
  border: 1px solid rgba(1, 38, 65, 0.12);
}

/* ---------- static fallback (no Matter.js) ---------- */
.bp-voice-static .bp-voice-bubble {
  opacity: 1;
  transform: none !important;
}
.bp-voice-static .bp-voice-bubble:nth-child(1) {
  left: 10%;
  top: 6%;
}
.bp-voice-static .bp-voice-bubble:nth-child(2) {
  left: 68%;
  top: 2%;
}
.bp-voice-static .bp-voice-bubble:nth-child(3) {
  left: 84%;
  top: 34%;
}
.bp-voice-static .bp-voice-bubble:nth-child(4) {
  left: 3%;
  top: 40%;
}
.bp-voice-static .bp-voice-bubble:nth-child(5) {
  left: 16%;
  top: 74%;
}
.bp-voice-static .bp-voice-bubble:nth-child(6) {
  left: 76%;
  top: 70%;
}
.bp-voice-static .bp-voice-bubble:nth-child(7) {
  left: 42%;
  top: 80%;
}
.bp-voice-static .bp-voice-bubble:nth-child(8) {
  left: 60%;
  top: 74%;
}
.bp-voice-static .bp-voice-bubble:nth-child(9) {
  left: 28%;
  top: 3%;
}
.bp-voice-static .bp-voice-bubble:nth-child(10) {
  left: 52%;
  top: 6%;
}

/* ---------- responsive ---------- */
@media (max-width: 1199.98px) {
  .bp-voice-stage {
    min-height: 680px;
  }
  .bp-voice-bubble {
    --bp-d: 150px;
  }
  .bp-voice-bubble[data-size="sm"] {
    --bp-d: 135px;
  }
  .bp-voice-bubble[data-size="lg"] {
    --bp-d: 185px;
  }
}
@media (max-width: 991.98px) {
  .bp-voice-section {
    padding: 70px 16px;
  }
  .bp-voice-stage {
    min-height: 640px;
  }
}
@media (max-width: 767.98px) {
  .bp-voice-stage {
    min-height: 600px;
  }
  .bp-voice-bubble {
    --bp-d: 112px;
    padding: 10px;
  }
  .bp-voice-bubble[data-size="sm"] {
    --bp-d: 100px;
  }
  .bp-voice-bubble[data-size="sm"] span {
    font-size: 11px;
  }
  .bp-voice-bubble[data-size="lg"] {
    --bp-d: 140px;
  }
  .bp-voice-bubble[data-size="lg"] span {
    font-size: 13px;
  }
  .bp-voice-bubble span {
    font-size: 12px;
  }
  .bp-voice-eyebrow {
    font-size: 10px;
    letter-spacing: 0.24em;
  }
}
@media (max-width: 479.98px) {
  .bp-voice-section {
    padding: 56px 12px;
  }
  .bp-voice-stage {
    min-height: 560px;
  }
  .bp-voice-bubble {
    --bp-d: 98px;
  }
  .bp-voice-bubble[data-size="sm"] {
    --bp-d: 88px;
  }
  .bp-voice-bubble[data-size="lg"] {
    --bp-d: 124px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bp-voice-bubble {
    transition: none;
  }
}

/* --------------------------------- */

/* =========================================
   VIDEO IMAGE SECTION
   ========================================= */

.bp-video-image {
  width: 100%;
  overflow: hidden;
}

.bp-video-image-inner {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bp-video-image-img {
  display: block;

  width: 100%;
  max-width: 2560px;
  height: auto;

  object-fit: cover;

  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* =========================================
   REVEAL
   ========================================= */

.bp-video-image.is-visible .bp-video-image-img {
  opacity: 1;

  transform: translateY(0);
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-video-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-video-image {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .bp-video-image-img {
    width: 100%;
  }
}

/* =========================================
   FAQ SECTION
   ========================================= */

.bp-faq {
  position: relative;
  overflow: hidden;
}

.bp-faq-inner {
  display: flex;
  align-items: center;

  gap: 90px;
}

/* =========================================
   LEFT
   ========================================= */

.bp-faq-content {
  width: 55%;

  opacity: 0;
  transform: translateX(-50px);

  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-faq-eyebrow {
  position: relative;

  display: inline-flex;
  align-items: center;

  margin-bottom: 18px;

  color: var(--plum);

  font-size: 15px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bp-faq-curve {
  position: absolute;

  width: 42px;
  height: 42px;

  left: -18px;
  top: -16px;

  color: var(--gold);

  transform: rotate(-10deg);
}

.bp-faq-curve svg {
  width: 100%;
  height: 100%;
}

.bp-faq-title {
  max-width: 650px;

  margin: 0 0 35px;

  line-height: 0.95;
}

/* =========================================
   FAQ LIST
   ========================================= */

.bp-faq-list {
  width: 100%;
}

.bp-faq-item {
  border-bottom: 1px solid var(--line);
}

.bp-faq-question {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 22px 0;

  border: 0;

  background: transparent;

  color: var(--ink);

  font-size: 16px;
  font-weight: 700;

  text-align: left;

  cursor: pointer;
}

.bp-faq-question:hover {
  color: var(--plum);
}

.bp-faq-icon {
  flex: 0 0 32px;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: var(--gold);

  color: var(--navy);

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.bp-faq-icon i {
  font-size: 12px;

  transition: transform 0.3s ease;
}

/* =========================================
   ANSWER
   ========================================= */

.bp-faq-answer {
  display: grid;

  grid-template-rows: 0fr;

  transition:
    grid-template-rows 0.4s ease,
    opacity 0.3s ease;

  opacity: 0;
}

.bp-faq-answer p {
  overflow: hidden;

  margin: 0;

  color: var(--muted);

  font-size: 14px;

  line-height: 1.7;
}

.bp-faq-item.is-active .bp-faq-answer {
  grid-template-rows: 1fr;

  opacity: 1;
}

.bp-faq-item.is-active .bp-faq-answer p {
  padding-bottom: 22px;
}

.bp-faq-item.is-active .bp-faq-icon {
  transform: rotate(90deg);

  background: var(--plum);

  color: var(--white);
}

/* =========================================
   RIGHT IMAGE
   ========================================= */

.bp-faq-media {
  width: 45%;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;

  transform: translateX(60px);

  transition:
    opacity 0.9s ease,
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bp-faq-media img {
  display: block;

  width: 100%;
  max-width: 520px;

  height: auto;

  object-fit: contain;
}

/* =========================================
   VISIBLE
   ========================================= */

.bp-faq.is-visible .bp-faq-content {
  opacity: 1;

  transform: translateX(0);
}

.bp-faq.is-visible .bp-faq-media {
  opacity: 1;

  transform: translateX(0);

  transition-delay: 0.15s;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  .bp-faq-inner {
    gap: 50px;
  }

  .bp-faq-content {
    width: 55%;
  }

  .bp-faq-media {
    width: 45%;
  }

  .bp-faq-question {
    font-size: 14px;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bp-faq-inner {
    flex-direction: column;

    gap: 50px;
  }

  .bp-faq-content,
  .bp-faq-media {
    width: 100%;
  }

  .bp-faq-content {
    text-align: left;
  }

  .bp-faq-title {
    font-size: 40px;

    line-height: 0.98;
  }

  .bp-faq-media {
    max-width: 550px;

    margin: 0 auto;
  }

  .bp-faq-question {
    padding: 18px 0;

    font-size: 14px;
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
  .bp-faq-title {
    font-size: 34px;
  }

  .bp-faq-question {
    font-size: 13px;

    gap: 12px;
  }

  .bp-faq-icon {
    width: 28px;
    height: 28px;

    flex-basis: 28px;
  }

  .bp-faq-answer p {
    font-size: 13px;
  }
}

/* ==========================================
   AUDIO CTA
========================================== */

.gs-audio-cta {
  display: flex;
  height: 100vh;
  background-image: url("../images/imgi_38_h6-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-content: center;
}

.gs-audio-cta-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 70px;
}

/* ==========================================
   CONTENT
========================================== */

.gs-audio-cta-content {
  max-width: 720px;
}

.gs-audio-cta-content h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 5vw, 65px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  color: var(--white);
}

.gs-audio-cta-content p {
  max-width: 500px;
  margin-bottom: 10px;
  color: var(--cream);
  font-size: 15px;
  line-height: 1.75;
}

/* ==========================================
   ACTION BOX
========================================== */

.gs-audio-cta-action {
  min-height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  border-radius: 30px;
  overflow: hidden;
}

/* ==========================================
   BUTTON
========================================== */

.gs-audio-cta-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 27px;
  border-radius: 7px;
  background: var(--gold);
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.gs-audio-cta-button i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.gs-audio-cta-button:hover {
  transform: translateY(-4px);
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 25px rgba(0, 47, 73, 0.18);
}

.gs-audio-cta-button:hover i {
  transform: translateX(4px);
}

/* ==========================================
   CORNER DECORATIONS
========================================== */

.gs-audio-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  object-fit: contain;
  pointer-events: none;
}

.gs-audio-corner-left {
  left: 0;
  bottom: 0;
}

.gs-audio-corner-right {
  right: 0;
  bottom: 0;
}

/* ==========================================
   ANIMATION
========================================== */

.gs-audio-cta-content,
.gs-audio-cta-action {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gs-audio-cta.is-visible .gs-audio-cta-content {
  opacity: 1;
  transform: translateY(0);
}

.gs-audio-cta.is-visible .gs-audio-cta-action {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {
  .gs-audio-cta-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .gs-audio-cta-content {
    max-width: 800px;
  }

  .gs-audio-cta-action {
    min-height: 220px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {
  .gs-audio-cta {
    padding: 70px 20px;
  }

  .gs-audio-cta-inner {
    gap: 35px;
  }

  .gs-audio-cta-content h2 {
    font-size: 40px;
    line-height: 0.98;
  }

  .gs-audio-cta-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .gs-audio-cta-action {
    min-height: 190px;

    border-radius: 24px;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {
  .gs-audio-cta-content h2 {
    font-size: 34px;
  }

  .gs-audio-cta-button {
    padding: 15px 20px;
    font-size: 14px;
  }
}

/* ================================
     HEAR THE PROCESS
================================ */

.gs-process-section {
  width: 100%;
  padding: 50px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.gs-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* TOP HEADING */

.gs-process-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #222;
}

.gs-process-title {
  text-align: center;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 55px;
  font-weight: 500;
  color: #111;
}

/* TABS */

.gs-process-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.gs-process-tab {
  border: 1px solid #d8d8d8;
  background: transparent;
  padding: 15px 27px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.35s ease;
  color: #222;
  font-family: inherit;
}

.gs-process-tab:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.gs-process-tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* CONTENT */

.gs-process-content {
  position: relative;
  min-height: 390px;
}

.gs-process-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  animation: gsFade 0.5s ease;
}

.gs-process-panel.active {
  display: grid;
}

@keyframes gsFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TEXT */

.gs-process-text h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.gs-process-text p {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  margin: 0;
  max-width: 540px;
}

/* IMAGE */

.gs-process-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gs-process-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* MOBILE */

@media (max-width: 767px) {
  .gs-process-section {
    padding: 70px 20px;
  }

  .gs-process-title {
    margin-bottom: 35px;
  }

  .gs-process-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 40px;
    scrollbar-width: none;
  }

  .gs-process-tabs::-webkit-scrollbar {
    display: none;
  }

  .gs-process-tab {
    flex: 0 0 auto;
    padding: 12px 20px;
    font-size: 14px;
  }

  .gs-process-panel.active {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .gs-process-text {
    order: 1;
  }

  .gs-process-image {
    order: 2;
  }

  .gs-process-text h3 {
    font-size: 32px;
  }

  .gs-process-text p {
    font-size: 16px;
    line-height: 1.65;
  }

  .gs-process-image img {
    max-width: 100%;
  }
}

/* ----------------------------- */

/* =========================================
   SECTION
========================================= */

.gs-audio-section {
  width: 100%;
  overflow: hidden;
  padding: 50px 30px;
  box-sizing: border-box;
}

.gs-audio-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;

  gap: 70px;
}

/* =========================================
   IMAGE AREA
========================================= */

.gs-audio-images {
  position: relative;
  width: 100%;
  height: 620px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

/* BACKGROUND WORD */

.gs-audio-bg-text {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  font-size: clamp(100px, 13vw, 190px);
  line-height: 1;

  font-weight: 800;
  letter-spacing: -8px;

  color: transparent;

  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);

  white-space: nowrap;

  z-index: 0;

  pointer-events: none;
}

/* =========================================
   IMAGE STACK
========================================= */

.gs-audio-image-stack {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-audio-image-stack img {
  position: absolute;
  max-width: 80%;
  height: auto;
  left: 50%;
  top: 50%;
  object-fit: contain;
  opacity: 0;
  transform: translate(-50%, -40%) scale(0.85);
  transition:
    opacity 0.8s ease,
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* IMAGE 1 */

.gs-audio-image-stack img:nth-child(1) {
  z-index: 4;
  transition-delay: 0.1s;
}

/* IMAGE 2 */

.gs-audio-image-stack img:nth-child(2) {
  z-index: 3;
  transition-delay: 0.3s;
}

/* IMAGE 3 */

.gs-audio-image-stack img:nth-child(3) {
  z-index: 2;
  transition-delay: 0.5s;
}

/* IMAGE 4 */

.gs-audio-image-stack img:nth-child(4) {
  z-index: 1;
  transition-delay: 0.7s;
}

/* =========================================
   ACTIVE IMAGE POSITION
========================================= */

.gs-audio-section.active .gs-audio-image-stack img:nth-child(1) {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.gs-audio-section.active .gs-audio-image-stack img:nth-child(2) {
  opacity: 0.9;
  transform: translate(calc(-66% + 55px), calc(-55% + 25px));
}

.gs-audio-section.active .gs-audio-image-stack img:nth-child(3) {
  z-index: 4;
  opacity: 1;
  transform: translate(calc(-43% - 55px), calc(-57% + 35px));
}

.gs-audio-section.active .gs-audio-image-stack img:nth-child(4) {
  opacity: 1;
  transform: translate(-55%, calc(-62% + 65px));
  z-index: 5;
}

/* =========================================
   CONTENT
========================================= */

.gs-audio-content {
  max-width: 600px;
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: 0.2s;
}

.gs-audio-section.active .gs-audio-content {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   SUBTITLE
========================================= */

.gs-audio-subtitle {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--gold);
}

/* =========================================
   HEADING
========================================= */

.gs-audio-content h2 {
  margin: 0 0 25px;
  max-width: 700px;
  color: var(--navy);
  font-size: clamp(31px, 4.1vw, 45px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.1;
}

/* =========================================
   DESCRIPTION
========================================= */

.gs-audio-content > p {
  margin: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* =========================================
   COUNTERS
========================================= */

.gs-audio-counters {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 55px;
}

.gs-audio-counter {
  min-width: 150px;
}

/* NUMBER */

.gs-audio-number {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 10px;
  color: var(--ink);
}

.gs-audio-number span {
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
}

.gs-audio-number b {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: var(--gold);
}

/* LABEL */

.gs-audio-counter-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--muted);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .gs-audio-section {
    padding: 80px 25px;
  }

  .gs-audio-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .gs-audio-images {
    height: 520px;
  }

  .gs-audio-content {
    max-width: 750px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .gs-audio-section {
    padding: 60px 20px;
  }

  .gs-audio-images {
    height: 400px;
  }

  .gs-audio-image-stack img {
    width: 270px;

    max-width: 65%;
  }

  .gs-audio-bg-text {
    font-size: 80px;
    letter-spacing: -5px;
  }

  .gs-audio-content h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .gs-audio-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .gs-audio-counters {
    gap: 45px;
    margin-top: 40px;
  }

  .gs-audio-number span {
    font-size: 42px;
  }

  .gs-audio-number b {
    font-size: 25px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .gs-audio-images {
    height: 330px;
  }

  .gs-audio-image-stack img {
    width: 230px;

    max-width: 68%;
  }

  .gs-audio-content h2 {
    font-size: 36px;
  }

  .gs-audio-counters {
    gap: 28px;
  }

  .gs-audio-number span {
    font-size: 36px;
  }

  .gs-audio-counter-title {
    font-size: 12px;
  }
}

/* =========================================
   AUDIOBOOK STORY SECTION
========================================= */

.gs-audiobook-story {
  width: 100%;
  padding: 50px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.gs-audiobook-story-inner {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.65fr);
  min-height: 620px;
  overflow: hidden;
  border-radius: 24px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.gs-audiobook-story-content {
  position: relative;
  padding: 80px 75px;
  background: #f4ebdd;
  display: flex;
  flex-direction: column;
  justify-content: center;

  z-index: 2;
}

/* =========================================
   TITLE
========================================= */

.gs-audiobook-story-title {
  margin: 0 0 25px;
  max-width: 700px;
  color: var(--navy);
  font-size: clamp(31px, 4.1vw, 45px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.1;
}

/* =========================================
   TEXT
========================================= */

/* =========================================
   AUDIOBOOK IMAGE
========================================= */

.gs-audiobook-story-image {
  width: 330px;
  max-width: 60%;
  overflow: hidden;
}

.gs-audiobook-story-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.gs-audiobook-story-image:hover img {
  transform: scale(1.04);
}

/* =========================================
   COUNTER
========================================= */

.gs-audiobook-story-counter {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.gs-audiobook-story-number {
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.gs-audiobook-story-number span {
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -4px;
  color: var(--navy);
}

.gs-audiobook-story-number b {
  margin-left: 3px;
  font-size: 30px;
  font-weight: 800;
  color: var(--gold);
}

.gs-audiobook-story-counter-title {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* =========================================
   RIGHT DECORATIVE AREA
========================================= */

.gs-audiobook-story-decoration {
  position: relative;
  min-height: 620px;
  background: var(--navy);
  overflow: hidden;
  background-image: url("../images/h6-2.png");
  background-position: center center;
  background-size: cover;
}

/* subtle background */

.gs-audiobook-story-decoration::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.02);
}

/* =========================================
   ANIMATION
========================================= */

@keyframes gsCornerFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* =========================================
   SCROLL REVEAL
========================================= */

.gs-audiobook-story-content {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.gs-audiobook-story.gs-audio-visible .gs-audiobook-story-content {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   BOTTOM AREA
========================================= */

.gs-audiobook-story-bottom {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 45px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {
  .gs-audiobook-story {
    padding: 70px 25px;
  }

  .gs-audiobook-story-inner {
    grid-template-columns: 1fr;
  }

  .gs-audiobook-story-content {
    padding: 60px 45px;
  }

  .gs-audiobook-story-decoration {
    min-height: 220px;
  }

  .gs-audiobook-story-bottom {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .gs-audiobook-story {
    padding: 55px 20px;
  }

  .gs-audiobook-story-inner {
    border-radius: 18px;
  }

  .gs-audiobook-story-content {
    padding: 45px 28px;
  }

  .gs-audiobook-story-title {
    font-size: 38px;
    letter-spacing: -2px;
  }

  .gs-audiobook-story-bottom {
    flex-direction: column;

    align-items: flex-start;

    gap: 30px;

    margin-top: 35px;
  }

  .gs-audiobook-story-image {
    width: 100%;

    max-width: 100%;
  }

  .gs-audiobook-story-counter {
    width: 100%;
  }

  .gs-audiobook-story-number span {
    font-size: 50px;
  }

  .gs-audiobook-story-decoration {
    min-height: 320px;
  }
}

@media (max-width: 480px) {
  .gs-audiobook-story-title {
    font-size: 32px;
  }

  .gs-audiobook-story-content {
    padding: 40px 22px;
  }

  .gs-audiobook-story-number span {
    font-size: 44px;
  }

  .gs-audiobook-story-decoration img {
    display: flex;
    margin: auto;
    width: 70%;
  }

  .be-services {
    padding: 20px 20px;
  }

  .be-offer {
    grid-template-columns: 1fr;
    gap: 35px;
    border-radius: 40px;
    padding: 50px 40px;
  }

  .be-services-body {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  .be-why-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
  }
}

/* --------------------------Audio-book-------------------- */

.au-portfolio {
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.portfolio-sec-heading {
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 800;
}

/* =========================================
   ABOUT BOOK SHOWCASE
========================================= */

.bp-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bp-about-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

/* =========================================
   BOOK STAGE
========================================= */

.hero-book-stage {
  position: relative;
  width: 50%;
  max-width: 610px;
  height: 590px;

  margin-left: auto;

  overflow: hidden;

  perspective: 1200px;
  transform-style: preserve-3d;

  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;

  transform: rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x));

  transition: transform 0.2s ease-out;

  z-index: 2;
}

/* =========================================
   TRACK
========================================= */

.hero-book-track {
  position: absolute;

  left: 0;
  top: 0;

  width: max-content;

  display: flex;
  flex-direction: column;

  gap: 20px;

  animation: verticalBooks 18s linear infinite;

  will-change: transform;

  z-index: 2;
}

/* Pause on hover */

.hero-book-stage:hover .hero-book-track {
  animation-play-state: paused;
}

/* =========================================
   ROW
========================================= */

.hero-book-row {
  display: flex;
  align-items: center;

  gap: 26px;

  min-height: 270px;

  width: max-content;
}

/* Alternate rows */

.hero-book-row:nth-child(even) {
  transform: translateX(45px);
}

/* =========================================
   BOOK
========================================= */

.book-mockup {
  position: relative;

  width: 136px;

  flex: 0 0 auto;

  transform: perspective(900px) rotateY(-16deg);

  transform-style: preserve-3d;

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

/* Tall */

.book-mockup.tall {
  width: 178px;
}

/* Small */

.book-mockup.short {
  width: 118px;
}

/* =========================================
   BOOK SPINE
========================================= */

.book-mockup::before {
  content: "";

  position: absolute;

  top: 8px;
  right: -16px;

  width: 18px;
  height: calc(100% - 16px);

  background: linear-gradient(90deg, #112d46, #194266);

  transform: rotateY(62deg);

  transform-origin: left center;

  border-radius: 0 3px 3px 0;

  z-index: -1;
}

/* =========================================
   IMAGE
========================================= */

.book-mockup img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 420 / 640;

  object-fit: cover;

  border-radius: 3px;

  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);

  user-select: none;

  -webkit-user-drag: none;
}

/* =========================================
   HOVER
========================================= */

.book-mockup:hover {
  transform: perspective(900px) rotateY(-8deg) translateY(-8px) scale(1.03);

  filter: drop-shadow(0 25px 30px rgba(7, 58, 50, 0.25));
}

/* =========================================
   ANIMATION
========================================= */

@keyframes verticalBooks {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* =========================================
   CONTENT
========================================= */

.bp-about-copy {
  position: relative;

  width: 50%;

  z-index: 3;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {
  .bp-about-inner {
    flex-direction: column;
    gap: 50px;
  }

  .hero-book-stage {
    width: 100%;
    max-width: 610px;

    margin: 0 auto;

    height: 520px;
  }

  .bp-about-copy {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hero-book-stage {
    height: 440px;

    width: 100%;
  }

  .hero-book-track {
    left: 0;
  }

  .hero-book-row {
    gap: 18px;
    min-height: 210px;
  }

  .hero-book-row:nth-child(even) {
    transform: translateX(22px);
  }

  .book-mockup {
    width: 105px;
  }

  .book-mockup.tall {
    width: 135px;
  }

  .book-mockup.short {
    width: 92px;
  }

  .book-mockup::before {
    right: -11px;
    width: 13px;
  }
}

@media (max-width: 400px) {
  .hero-book-stage {
    height: 390px;
  }

  .hero-book-row {
    gap: 14px;
  }

  .book-mockup {
    width: 90px;
  }

  .book-mockup.tall {
    width: 115px;
  }

  .book-mockup.short {
    width: 78px;
  }
}

section.inner-hero-section.section-pad {
  display: flex;
  background-color: var(--plum);
  height: 400px;
  align-items: center;
  margin-bottom: 50px;
}

/* =========================================
   BEFORE / AFTER CAROUSEL
========================================= */

.bp-before-after {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

/* =========================================
   CAROUSEL
========================================= */

.bp-ba-carousel {
  position: relative;
  width: 100%;
}

.before-after-title {
  font-size: 45px !important;
  text-align: center;
  margin: 50px auto;
  color: var(--navy);
  font-size: clamp(31px, 4.1vw, 52px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: -1.02;
}

/* =========================================
   VIEWPORT
========================================= */

.bp-ba-viewport {
  width: 100%;
  overflow: hidden;
}

/* =========================================
   TRACK
========================================= */

.bp-ba-track {
  display: flex;
  width: 100%;

  transform: translate3d(0, 0, 0);

  transition: transform 0.55s cubic-bezier(0.77, 0, 0.18, 1);

  will-change: transform;
}

/* =========================================
   SLIDE
   Desktop = 2 visible
========================================= */

.bp-ba-slide {
  margin-top: -100px;
  width: 50%;
  min-width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}

/* =========================================
   IMAGE CARD
========================================= */

.bp-ba-slide figure {
  position: relative;

  width: 100%;
  margin: 0;

  overflow: hidden;

  border-radius: 0;
}

/* =========================================
   IMAGE
========================================= */

.bp-ba-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 9;
  object-fit: contain;
  transition: transform 0.5s ease;
}

/* =========================================
   IMAGE HOVER
========================================= */

.bp-ba-slide:hover img {
  transform: scale(1.025);
}

/* =========================================
   CAPTION
========================================= */

.bp-ba-slide figcaption {
  position: absolute;

  left: 20px;
  bottom: 20px;

  padding: 8px 16px;

  background: rgba(0, 0, 0, 0.72);

  color: #fff;

  font-size: 13px;
  font-weight: 600;

  line-height: 1;

  border-radius: 50px;

  letter-spacing: 0.5px;

  text-transform: uppercase;

  backdrop-filter: blur(5px);

  pointer-events: none;
}

/* =========================================
   ARROWS
========================================= */

.bp-ba-arrow {
  position: absolute;
  top: 55%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 10;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.bp-ba-arrow span {
  display: block;

  font-size: 32px;

  font-family: Arial, sans-serif;

  font-weight: 300;

  line-height: 1;

  margin-top: -3px;
}

.bp-ba-prev {
  left: -18px;
}

.bp-ba-next {
  right: -18px;
}

.bp-ba-arrow:hover {
  background: var(--navy);
  color: #fff;

  transform: translateY(-50%) scale(1.08);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

/* =========================================
   DOTS
========================================= */

.bp-ba-dots {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 25px;
}

.bp-ba-dot {
  width: 8px;
  height: 8px;

  padding: 0;

  border: 0;

  border-radius: 50%;

  background: #c9c9c9;

  cursor: pointer;

  transition:
    width 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.bp-ba-dot.active {
  width: 28px;

  border-radius: 20px;

  background: #222;
}

.bp-ba-dot:hover {
  transform: scale(1.15);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {
  .bp-ba-slide {
    width: 100%;
    min-width: 100%;

    padding: 0 8px;
  }

  .bp-ba-arrow {
    width: 44px;
    height: 44px;
  }

  .bp-ba-prev {
    left: 8px;
  }

  .bp-ba-next {
    right: 8px;
  }

  .bp-ba-slide figcaption {
    left: 15px;
    bottom: 15px;

    font-size: 11px;

    padding: 7px 13px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {
  .bp-before-after {
    padding: 10px 0;
  }

  .bp-ba-arrow {
    width: 38px;
    height: 38px;
  }

  .bp-ba-arrow span {
    font-size: 26px;
  }

  .bp-ba-prev {
    left: 12px;
  }

  .bp-ba-next {
    right: 12px;
  }

  .bp-ba-dots {
    margin-top: 18px;
  }
}

/* =========================================
   BOOK CAROUSEL
========================================= */

.bp-book-carousel {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px 55px;
  box-sizing: border-box;
}

.bp-book-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.bp-book-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.bp-book-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  box-sizing: border-box;
}

.bp-book-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================
   ARROWS
========================================= */

.bp-book-prev,
.bp-book-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  z-index: 5;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.bp-book-prev {
  left: 10px;
}

.bp-book-next {
  right: 10px;
}

.bp-book-prev:hover,
.bp-book-next:hover {
  background: var(--navy);
  color: #fff;
}

.bp-book-prev:active,
.bp-book-next:active {
  transform: translateY(-50%) scale(0.94);
}

/* =========================================
   DOTS
========================================= */

.bp-book-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.bp-book-dot {
  width: 8px;
  height: 8px;

  padding: 0;
  border: 0;
  border-radius: 50%;

  background: #d5d5d5;
  cursor: pointer;

  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.bp-book-dot.active {
  width: 25px;
  border-radius: 10px;
  background: var(--navy);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .bp-book-carousel {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bp-book-slide {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .bp-book-carousel {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
  }

  .bp-book-slide {
    flex: 0 0 100%;
  }

  .bp-book-prev,
  .bp-book-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .bp-book-prev {
    left: 2px;
  }

  .bp-book-next {
    right: 2px;
  }
}

/* -------------------------------Illustration------------------ */

/* =========================================
   PORTFOLIO CAROUSEL
========================================= */

.bp-portfolio-carousel {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 20px 0 50px;
}

/* =========================================
   VIEWPORT
========================================= */

.bp-portfolio-viewport {
  width: 100%;
  overflow: hidden;
}

.bp-portfolio-slide {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-portfolio-track {
  display: flex;
  gap: 20px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}

.bp-portfolio-slide img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* =========================================
   HOVER
========================================= */

.bp-portfolio-slide:hover img {
  transform: scale(1.025);
}

/* =========================================
   ARROWS
========================================= */

.bp-portfolio-prev,
.bp-portfolio-next {
  position: absolute;

  top: 50%;

  width: 50px;
  height: 50px;

  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: #fff;
  color: #222;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

  cursor: pointer;

  z-index: 5;

  transition: all 0.25s ease;
}

.bp-portfolio-prev span,
.bp-portfolio-next span {
  font-family: Arial, sans-serif;

  font-size: 32px;
  font-weight: 300;

  line-height: 1;

  margin-top: -4px;
}

.bp-portfolio-prev {
  left: -20px;
}

.bp-portfolio-next {
  right: -20px;
}

.bp-portfolio-prev:hover,
.bp-portfolio-next:hover {
  background: #222;
  color: #fff;

  transform: translateY(-50%) scale(1.08);
}

/* =========================================
   DOTS
========================================= */

.bp-portfolio-dots {
  display: flex;

  justify-content: center;
  align-items: center;

  gap: 7px;

  margin-top: 28px;
}

.bp-portfolio-dots button {
  width: 8px;
  height: 8px;

  padding: 0;

  border: 0;

  border-radius: 50%;

  background: #c8c8c8;

  cursor: pointer;

  transition: all 0.3s ease;
}

.bp-portfolio-dots button.active {
  width: 25px;

  border-radius: 20px;

  background: #222;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .bp-portfolio-slide {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .bp-portfolio-carousel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bp-portfolio-track {
    gap: 15px;
  }

  .bp-portfolio-slide {
    flex: 0 0 100%;
  }

  .bp-portfolio-prev,
  .bp-portfolio-next {
    width: 42px;
    height: 42px;
  }

  .bp-portfolio-prev {
    left: 15px;
  }

  .bp-portfolio-next {
    right: 15px;
  }

  .bp-portfolio-prev span,
  .bp-portfolio-next span {
    font-size: 27px;
  }
}

.about-pill {
  padding: 34px 0 96px;
}

.about-cta-pill {
  height: 740px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background: var(--plum);
  color: #fff;
  text-align: center;
  padding: clamp(64px, 8vw, 104px) 24px clamp(170px, 22vw, 230px);
}

.about-pill-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.about-pill-content {
  position: relative;
  width: 70%;
  margin: auto;
}
