* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  background: #ebe1d8;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
main {
  display: block;
}
.section-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  word-wrap: normal !important;
}
.skip-link:focus {
  display: block;
  position: fixed !important;
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 14px 22px;
  clip: auto !important;
  clip-path: none;
  background: #1a1a1a;
  color: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 6px;
  white-space: nowrap;
}
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FC270C;
  color: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 20px 26px;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.btn-pill:hover {
  background: #000;
  transform: translateY(-2px);
}
.btn-pill .dot {
  font-size: 8px;
  color: #fff;
}
.btn-pill.light {
  background: #fff;
  color: #1a1a1a;
}
.btn-pill.light .dot {
  color: #1a1a1a;
}
.btn-pill.dark-pill {
  background: #1a1a1a;
  color: #fff;
}
.btn-pill.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.btn-pill.btn-outline .dot {
  color: #ffffff;
}
.btn-pill.btn-outline:hover {
  background: #ffffff;
  color: #1a1a1a;
}
.btn-pill.btn-outline.btn-outline--ink {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-pill.btn-outline.btn-outline--ink .dot {
  color: #1a1a1a;
}
.btn-pill.btn-outline.btn-outline--ink:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.side-marks {
  display: none;
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  color: #FC270C;
  font-size: 16px;
  opacity: 0.5;
}
.topbar {
  background: #0d0d0d;
  color: #cfc9bd;
  overflow: hidden;
  height: 30px;
  display: flex;
  align-items: center;
}
.topbar-track {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  width: 100%;
  justify-content: space-around;
  font-size: 9px;
  letter-spacing: 2.5px;
  font-weight: 500;
}
.topbar-dot {
  font-size: 7px;
  opacity: 0.6;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 0 20px;
  background: #ebe1d8;
  height: 72px;
  transition: background 0.4s ease;
}
.header.scrolled {
  background: #ffffff;
}
.header-inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo svg {
  display: block;
}
.logo img {
  height: 28px;
}
@media (min-width: 820px) {
  .logo img {
    height: 34px;
  }
}
.nav {
  display: none;
}
.nav a {
  color: #1a1a1a;
  text-transform: uppercase;
  transition: color 0.25s;
}
.nav a:hover,
.nav a.active {
  color: #FC270C;
}
.nav .caret {
  font-size: 8px;
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .nav.nav-open {
    display: flex;
    position: fixed;
    inset: 0;
    background: #ebe1d8;
    z-index: 50;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
  }
}
.header-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #1a1a1a;
  margin-left: 1rem;
  flex-shrink: 0;
  transition: color 0.25s;
}
.header-cart:hover {
  color: #FC270C;
}
@media (min-width: 1024px) {
  .header-cart {
    margin-left: 2rem;
  }
}
.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #FC270C;
  color: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  line-height: 1;
  pointer-events: none;
}
.header-actions {
  display: flex;
  align-items: center;
}
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: 6px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 60;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease, background 0.25s;
}
.nav-toggle:hover span {
  background: #FC270C;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.hero {
  background: #ebe1d8;
  background-size: 134%;
  height: calc(100dvh - 72px);
  padding: 72px 20px 48px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  margin-top: 72px;
}
.hero-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 2rem;
}
.hero-inner .inner-wrapper:first-child {
  max-width: 44dvw;
}
.hero-inner .inner-wrapper:nth-child(2) {
  justify-items: end;
}
.hero-name {
  font-size: 60px;
  line-height: 1.3em;
  letter-spacing: -2px;
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  color: #ffffff;
  z-index: 2;
  display: inline;
  background: #15152E;
  padding: 4px 14px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-photo {
  width: max-content;
  height: 95%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-photo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.hero-cta {
  display: inline-flex;
  margin-top: 1.2rem;
  z-index: 3;
}
.hero-penname {
  color: #ffffff;
  margin-top: 28px;
  z-index: 3;
}
.hero-penname .penname-1,
.hero-penname .penname-2 {
  display: inline;
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.6;
  color: #ffffff;
  background: #15152E;
  padding: 2px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-penname .signature {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 46px;
  color: #ffffff;
  margin-top: 8px;
  line-height: 1;
}
.penname-label {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.scrolldown {
  display: none;
}
.scrolldown .scroll-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.featured {
  background: #15152E;
  color: #efe9df;
  padding: 48px 20px 56px;
}
.featured-inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}
.featured-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 40px;
}
.featured-book {
  text-align: center;
}
.featured-book img {
  width: 340px;
  margin: 0 auto 2rem;
}
.featured-para {
  font-size: 18px;
  line-height: 1.9;
  color: #ffffff;
  margin-bottom: 26px;
}
.featured-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 0.98;
  color: #fff;
  margin-bottom: 28px;
  text-align: center;
}
.featured-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.featured-statement {
  padding: 40px 0 32px;
}
.featured-statement p {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.featured-statement .hl {
  background: #41415b;
  color: #fff;
  padding: 0 6px;
}
.featured-play {
  display: flex;
  align-items: center;
  gap: 16px;
}
.latest-label {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 12px;
}
.awards-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #efe9df;
}
.badge-faint {
  opacity: 0.35;
}
.badge-star {
  font-size: 12px;
  margin-bottom: 4px;
}
.badge-t1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 11px;
}
.badge-t2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 11px;
  letter-spacing: 1px;
}
.badge-t3 {
  font-size: 7px;
  letter-spacing: 1px;
  color: #b7afa1;
  margin-top: 3px;
}
.play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #ffffff;
  color: #0d0d0d;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, color 0.25s;
}
.play-btn:hover {
  background: #fff;
  color: #0d0d0d;
}
.play-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.play-t1 {
  font-size: 11px;
  letter-spacing: 1.5px;
}
.play-t2 {
  font-size: 9px;
  letter-spacing: 1px;
  color: #b7afa1;
}
.strip {
  background: #f2f2f2;
  overflow: hidden;
}
.strip-track {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  white-space: nowrap;
  padding: 14px 0;
}
.strip-item {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #15152E;
  text-transform: uppercase;
}
.strip-sep {
  font-size: 9px;
  color: #8a8275;
}
@media (max-width: 479px) {
  .book-showcase {
    gap: 32px;
  }
  .book-showcase-title em {
    font-size: 44px;
  }
  .book-showcase-title strong {
    font-size: 44px;
  }
  .book-showcase-visual {
    max-width: 280px;
  }
}
.feature-books {
  background: #ffffff;
  padding: 48px 20px 64px;
  text-align: center;
}
.feature-books .section-title {
  font-size: 36px;
  margin: 14px 0;
}
.book-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}
.book-showcase-visual {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.book-showcase-glow {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, #ebe1d8 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.book-showcase-img {
  position: relative;
  z-index: 1;
}
.book-showcase-img img {
  width: 100%;
  height: auto;
  display: block;
}
.book-showcase-badge {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #15152E;
  color: #ebe1d8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 20px;
}
.book-showcase-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.book-showcase-ghost {
  display: none;
  position: absolute;
  top: -40px;
  right: -20px;
  font-family: "Forum", Georgia, serif;
  font-size: 200px;
  line-height: 1;
  color: #1a1a1a;
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.book-showcase-eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
}
.book-showcase-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 0.95;
}
.book-showcase-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-size: 62px;
  font-weight: 300;
  color: #8a8275;
}
.book-showcase-title strong {
  font-family: "Forum", Georgia, serif;
  font-size: 62px;
  font-weight: 400;
  color: #1a1a1a;
}
.book-showcase-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  border-left: 3px solid #FC270C;
  padding-left: 18px;
  margin: 4px 0;
}
.book-showcase-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #8a8275;
}
.book-showcase-desc p {
  margin: 0;
}
.book-showcase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.book-showcase-meta span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #8a8275;
  background: #ebe1d8;
  padding: 6px 14px;
  border-radius: 40px;
}
.book-showcase-meta span b {
  color: #1a1a1a;
  font-weight: 600;
}
.book-showcase-ctas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
.book-showcase-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  padding-bottom: 3px;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.book-showcase-secondary:hover {
  color: #FC270C;
  border-color: #FC270C;
  gap: 12px;
}
.guardian {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #1a1a1a;
}
.guardian strong {
  font-weight: 700;
  font-style: normal;
}
.books-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 360px;
  margin: 0 auto;
  align-items: start;
}
.book-col {
  position: relative;
  text-align: center;
}
.book-num {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #8a8275;
  text-align: left;
  margin-bottom: 14px;
}
.book-card {
  position: relative;
  background: #fff;
  padding: 28px 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}
.book-link {
  display: inline-block;
  margin-top: 26px;
  font-size: 11px;
  letter-spacing: 2px;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 3px;
}
.cover {
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 14px;
  position: relative;
  overflow: hidden;
}
.cover-fading {
  background: #f0ece4;
}
.cover-next {
  background: #1a1a1a;
}
.cover-awakening {
  background: linear-gradient(#efe9df 55%, #c9b79a 55%);
  justify-content: flex-start;
  gap: 14px;
}
.cover-awakening .cv-title {
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 6px;
}
.cover-awakening .cv-foot.dark {
  position: absolute;
  bottom: 16px;
}
.cover-trap {
  background: #efe9df;
  background-image: repeating-linear-gradient(45deg, #d8d0c2 0 2px, transparent 2px 9px);
}
.cover-trap .cv-trap {
  color: #1a1a1a;
}
.cover-play {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.18);
  color: #1a1a1a;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-label {
  font-size: 8px;
  letter-spacing: 2px;
  color: #8a8275;
}
.cv-foot {
  font-size: 7px;
  letter-spacing: 2px;
  color: #8a8275;
}
.cv-foot.dark {
  color: #fff;
}
.cv-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.cv-script {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  font-weight: 700;
}
.cv-orange {
  color: #FC270C;
  font-weight: 800;
  letter-spacing: 1px;
}
.cv-trap {
  color: #fff;
  font-weight: 800;
  letter-spacing: 4px;
}
.cv-mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46%;
  background: radial-gradient(circle at 30% 120%, #8a795c 0 40%, transparent 41%), linear-gradient(120deg, transparent 45%, #6f6149 46% 54%, transparent 55%), #b7a484;
}
.showcase {
  background: #0d0d0d;
  color: #fff;
  padding: 48px 20px 64px;
  text-align: center;
}
.showcase-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.showcase-logo span {
  font-size: 11px;
  letter-spacing: 3px;
}
.showcase-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.showcase-ghost {
  display: none;
}
.center-book {
  position: relative;
  z-index: 3;
  width: 220px;
}
.center-book img {
  width: 100%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.float-book {
  width: 120px;
}
.float-book .cover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.float-book .cover.small {
  padding: 12px 10px;
}
.float-book .cover.small .cv-title {
  font-size: 16px;
}
.launch {
  background: #ebe1d8;
  padding: 56px 20px 64px;
  overflow: hidden;
}
.launch-inner {
  max-width: 1536px;
  margin: 0 auto;
}
.launch-header {
  text-align: center;
  margin-bottom: 40px;
}
.launch-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.launch-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 0.92;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.launch-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #8a8275;
}
.launch-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 3px;
  color: #8a8275;
  font-weight: 500;
  text-transform: uppercase;
}
.launch-sep {
  font-size: 5px;
  color: #FC270C;
}
.launch-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 36px;
}
.launch-photo {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}
.launch-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.launch-photo:hover img {
  transform: scale(1.04);
}
.launch-quote-card {
  background: #15152E;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.launch-quote-card .lqc-ornament {
  font-size: 22px;
  color: #FC270C;
  line-height: 1;
}
.launch-quote-card blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.65;
  color: #ebe1d8;
}
.launch-quote-card cite {
  font-size: 10px;
  letter-spacing: 3px;
  color: #b7afa1;
  font-style: normal;
}
.launch-stats {
  background: #FC270C;
  color: #ffffff;
  padding: 36px 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}
.launch-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.launch-edition {
  font-size: 9px;
  letter-spacing: 3px;
  color: #8a8275;
  text-transform: uppercase;
}
.lp-a {
  aspect-ratio: 4/3;
}
.lp-b {
  aspect-ratio: 3/2;
}
.lp-c {
  aspect-ratio: 1;
}
.lp-d {
  aspect-ratio: 3/4;
  background: #15152E;
}
.lp-e {
  aspect-ratio: 16/9;
  background: #e4d7cb;
}
.lp-a img {
  object-position: center top;
}
.lp-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  z-index: 2;
}
.lp-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  padding: 40px 16px 16px;
  font-size: 8px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  z-index: 2;
}
.lp-stamp {
  position: absolute;
  bottom: 16px;
  right: 18px;
  text-align: right;
  z-index: 2;
  pointer-events: none;
}
.lp-stamp-year {
  display: block;
  font-family: "Forum", Georgia, serif;
  font-size: 52px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
}
.lp-stamp-label {
  display: block;
  font-size: 8px;
  letter-spacing: 4px;
  color: #8a8275;
  margin-top: 2px;
}
.ls-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.ls-num {
  font-family: "Forum", Georgia, serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}
.ls-num sup {
  font-size: 16px;
}
.ls-label {
  font-size: 8px;
  letter-spacing: 3px;
  opacity: 0.85;
  font-weight: 500;
}
.ls-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}
.faq {
  background: #f3f3f3;
  padding: 56px 20px 72px;
}
.faq .section-title {
  font-size: 36px;
  margin-bottom: 40px;
}
.faq-list {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
.faq-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}
.faq-item.open .faq-icon {
  transform: rotate(90deg);
}
.faq-item.open .faq-a {
  max-height: 200px;
  padding-bottom: 24px;
}
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 22px 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-a p {
  font-size: 13px;
  line-height: 1.8;
  color: #4a463f;
  padding: 0 6px 0;
}
.footer {
  background: #15152E;
  color: #efe9df;
  border-top: 3px solid #FC270C;
}
.footer-inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  padding: 52px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.footer-logo img {
  height: 44px;
  width: auto;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 22px;
}
.footer-nav a {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #ffffff;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.footer-social-link svg {
  display: block;
}
.footer-social-link:hover {
  border-color: #FC270C;
  color: #ffffff;
  background: rgba(252, 39, 12, 0.12);
}
.footer-copy {
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
@media (min-width: 820px) {
  .header {
    padding: 0 36px;
  }
  .hero {
    padding: 72px 36px 48px;
    max-height: 1100px;
  }
  .hero-name {
    font-size: 80px;
  }
  .hero-cta {
    font-size: 16px;
    padding: 12px 25px;
  }
  .hero-inner .inner-wrapper:nth-child(2) {
    margin-top: 3rem;
  }
  .hero-penname .penname-1,
  .hero-penname .penname-2 {
    font-size: 36px;
  }
  .featured {
    padding: 56px 36px 64px;
    position: relative;
    z-index: 10;
  }
  .featured-title {
    font-size: 58px;
  }
  .featured-statement p {
    font-size: 26px;
  }
  .feature-books {
    padding: 56px 36px 72px;
  }
  .feature-books .section-title {
    font-size: 48px;
  }
  .book-showcase {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .book-showcase-visual {
    max-width: 400px;
    width: 400px;
  }
  .book-showcase-ghost {
    display: block;
  }
  .book-showcase-title em {
    font-size: 76px;
  }
  .book-showcase-title strong {
    font-size: 76px;
  }
  .books-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 640px;
  }
  .showcase {
    padding: 56px 36px 72px;
  }
  .showcase-stage {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
  .launch {
    padding: 64px 36px 72px;
  }
  .launch-title {
    font-size: 48px;
  }
  .launch-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .launch .lp-a {
    grid-column: 1;
    grid-row: 1 / 3;
    aspect-ratio: unset;
    min-height: 460px;
  }
  .launch .lp-b {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 4/3;
  }
  .launch .launch-quote-card {
    grid-column: 2;
    grid-row: 2;
  }
  .launch .lp-c {
    grid-column: 1;
    aspect-ratio: 1;
  }
  .launch .lp-d {
    grid-column: 2;
    aspect-ratio: 1;
  }
  .launch .launch-stats {
    grid-column: 1;
  }
  .launch .lp-e {
    grid-column: 2;
    aspect-ratio: 4/3;
  }
  .faq {
    padding: 64px 36px 80px;
  }
  .faq .section-title {
    font-size: 44px;
    margin-bottom: 46px;
  }
  .faq-q {
    font-size: 11px;
  }
  .footer-inner {
    padding: 52px 36px 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 0;
    column-gap: 20px;
  }
  .footer-copy {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.book-showcase-visual {
  max-width: 360px;
}
.book-showcase-title em {
  font-size: 58px;
}
.book-showcase-title strong {
  font-size: 58px;
}
@media (min-width: 1024px) {
  .featured .btn-pill {
    font-size: 16px;
  }
  .strip-item {
    font-size: 15px;
  }
  .latest-label {
    font-size: 16px;
    color: #15152E;
  }
  .hero-inner .inner-wrapper:nth-child(2) {
    margin-top: 5rem;
  }
  .nav {
    display: flex;
    position: static;
    transform: none;
    margin-left: auto;
    flex-direction: row;
    gap: 34px;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 500;
    background: transparent;
  }
  .nav a {
    position: relative;
    padding-bottom: 4px;
    color: #1a1a1a;
  }
  .nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: #1a1a1a;
    transition: width 0.3s ease, left 0.3s ease;
  }
  .nav a:hover,
  .nav a.active {
    color: #1a1a1a;
  }
  .nav a:hover::after,
  .nav a.active::after {
    width: 100%;
    left: 0;
  }
  .side-marks {
    display: block;
  }
  .header {
    padding: 0 48px;
  }
  .hero {
    height: calc(100dvh - 72px);
    min-height: unset;
    padding: 0 48px;
    display: block;
  }
  .hero-inner {
    max-width: 1536px;
    margin: 0 auto;
    height: 100%;
    display: block;
    padding-top: 150px;
  }
  .hero-name {
    font-size: 92px;
  }
  .hero-cta {
    margin-top: 1.5rem;
  }
  .signature {
    font-size: 56px;
  }
  .scrolldown {
    display: flex;
    position: absolute;
    left: 48px;
    bottom: 60px;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #1a1a1a;
  }
  .book-cover-wrap {
    transform: translateY(-210px);
    margin-bottom: -180px;
  }
  .featured {
    padding: 64px 48px 70px;
  }
  .featured-top {
    display: grid;
    grid-template-columns: 500px 1fr;
    flex-direction: unset;
    gap: 60px;
    align-items: center;
    padding-bottom: 54px;
  }
  .featured-book img {
    width: 380px;
  }
  .featured-para {
    max-width: 500px;
    font-size: 20px;
  }
  .featured-title {
    font-size: 92px;
    text-align: right;
  }
  .featured-ctas {
    justify-content: end;
  }
  .featured-statement {
    padding: 56px 0 40px;
  }
  .featured-statement p {
    font-size: 34px;
  }
  .badge {
    width: 96px;
    height: 96px;
  }
  .badge-t1 {
    font-size: 13px;
  }
  .badge-t2 {
    font-size: 13px;
  }
  .play-btn {
    width: 56px;
    height: 56px;
  }
  .feature-books {
    padding: 60px 48px 90px;
  }
  .feature-books .section-title {
    font-size: 64px;
  }
  .book-showcase {
    gap: 80px;
    align-items: center;
  }
  .book-showcase-visual {
    max-width: 460px;
    width: 460px;
  }
  .book-showcase-ghost {
    font-size: 260px;
  }
  .book-showcase-title em {
    font-size: 90px;
  }
  .book-showcase-title strong {
    font-size: 90px;
  }
  .book-showcase-desc {
    font-size: 15px;
  }
  .books-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1180px;
  }
  .book-col-mid {
    margin-top: -34px;
  }
  .book-card {
    padding: 38px 30px;
  }
  .cover {
    padding: 26px 18px;
  }
  .cover-awakening .cv-title {
    font-size: 22px;
  }
  .cv-title {
    font-size: 34px;
  }
  .cv-script {
    font-size: 40px;
  }
  .showcase {
    padding: 56px 48px 90px;
  }
  .showcase-stage {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 440px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .showcase-ghost {
    display: block;
    position: absolute;
    font-family: "Forum", Georgia, serif;
    font-weight: 600;
    font-size: 74px;
    color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .ghost-left {
    left: -2%;
  }
  .ghost-right {
    right: 6%;
  }
  .center-book {
    width: 290px;
  }
  .float-book {
    position: absolute;
    z-index: 2;
    width: 130px;
  }
  .float-book .cover.small {
    padding: 16px 12px;
  }
  .float-book .cover.small .cv-title {
    font-size: 18px;
  }
  .float-book.float-left {
    left: 8%;
    bottom: 30px;
  }
  .float-book.float-right {
    right: 10%;
    top: 50px;
  }
  .launch {
    padding: 80px 48px 80px;
  }
  .launch-header {
    margin-bottom: 52px;
  }
  .launch-title {
    font-size: 64px;
  }
  .launch-mosaic {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 360px 300px 260px;
    gap: 12px;
  }
  .launch .lp-a {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
    aspect-ratio: unset;
    min-height: unset;
  }
  .launch .lp-b {
    grid-column: 7 / 10;
    grid-row: 1;
    aspect-ratio: unset;
  }
  .launch .launch-quote-card {
    grid-column: 10 / 13;
    grid-row: 1;
  }
  .launch .lp-c {
    grid-column: 7 / 10;
    grid-row: 2;
    aspect-ratio: unset;
  }
  .launch .lp-d {
    grid-column: 10 / 13;
    grid-row: 2;
    aspect-ratio: unset;
  }
  .launch .launch-stats {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  .launch .lp-e {
    grid-column: 5 / 13;
    grid-row: 3;
    aspect-ratio: unset;
  }
  .launch .lp-stamp-year {
    font-size: 80px;
  }
  .launch-quote-card blockquote {
    font-size: 20px;
  }
  .ls-num {
    font-size: 42px;
  }
  .ls-divider {
    height: 44px;
  }
  .faq {
    padding: 70px 48px 90px;
  }
  .faq .section-title {
    font-size: 54px;
    margin-bottom: 50px;
  }
  .faq-q {
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 24px 6px;
  }
  .faq-a p {
    max-width: 760px;
  }
  .footer-inner {
    padding: 56px 48px 36px;
  }
  .footer-nav {
    gap: 28px;
    flex-wrap: nowrap;
  }
  .footer-nav a {
    font-size: 11px;
  }
  .footer-social-link {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1280px) {
  .book-showcase {
    gap: 100px;
  }
  .book-showcase-visual {
    max-width: 520px;
    width: 520px;
  }
  .book-showcase-ghost {
    font-size: 280px;
  }
  .book-showcase-title em {
    font-size: 100px;
  }
  .book-showcase-title strong {
    font-size: 100px;
  }
  .book-showcase-desc {
    font-size: 16px;
  }
  .hero-inner .inner-wrapper:first-child {
    max-width: 600px;
  }
  .hero .hero-name {
    font-size: 96px;
  }
  .hero .penname-1,
  .hero .penname-2 {
    font-size: 36px;
  }
  .feature-books .section-title {
    font-size: 84px;
  }
  .launch-title {
    font-size: 84px;
  }
  .featured-book img {
    width: 400px;
  }
  .featured-title {
    font-size: 120px;
  }
}
@media (min-width: 1400px) {
  .featured .btn-pill {
    padding: 26px 32px;
  }
  .featured-title {
    font-size: 140px;
  }
  .book-showcase {
    gap: 120px;
  }
  .book-showcase-visual {
    max-width: 640px;
    width: 640px;
  }
  .book-showcase-title em {
    font-size: 112px;
  }
  .book-showcase-title strong {
    font-size: 112px;
  }
}
.bh {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 72px;
  padding: 80px 20px 100px;
}
.bh-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bh-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.bh-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(21, 21, 46, 0.55) 0%, rgba(21, 21, 46, 0.88) 100%);
  z-index: 1;
}
.bh-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  width: 100%;
}
.bh-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 5px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.bh-name {
  font-family: "Forum", Georgia, serif;
  font-size: 76px;
  line-height: 0.88;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 28px;
}
.bh-name em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.72em;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  letter-spacing: 3px;
  margin-top: 6px;
}
.bh-rule {
  width: 44px;
  height: 2px;
  background: #FC270C;
  margin: 0 auto 22px;
}
.bh-role {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}
.bh-sig {
  display: block;
  height: 44px;
  margin: 0 auto;
  opacity: 0.65;
  filter: invert(1);
}
.bh-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.25s;
}
.bh-scroll:hover {
  color: rgba(255, 255, 255, 0.75);
}
.bh-scroll-arrow {
  font-size: 18px;
  animation: bh-bounce 2s ease-in-out infinite;
  display: block;
}
.bh-scroll-label {
  font-size: 7px;
  letter-spacing: 4px;
  font-weight: 600;
}
@keyframes bh-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@media (min-width: 820px) {
  .bh {
    padding: 100px 36px 120px;
  }
  .bh-name {
    font-size: 110px;
  }
}
@media (min-width: 1024px) {
  .bh {
    padding: 120px 48px 140px;
  }
  .bh-name {
    font-size: 144px;
  }
  .bh-eyebrow {
    font-size: 10px;
    letter-spacing: 6px;
  }
  .bh-role {
    font-size: 11px;
  }
  .bh-sig {
    height: 54px;
  }
}
@media (min-width: 1280px) {
  .bh-name {
    font-size: 168px;
  }
}
.bio-kicker,
.bio-section-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bio-hero {
  background: #ebe1d8;
  min-height: calc(100dvh - 72px);
  padding: 72px 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 72px;
  overflow: hidden;
}
.bio-hero-inner {
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 64px;
}
.bio-hero-text {
  max-width: 520px;
}
.bio-hero-photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  z-index: 1;
}
.bio-hero-photo img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}
.bio-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bio-name {
  font-family: "Forum", Georgia, serif;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #ffffff;
  background: #15152E;
  padding: 4px 14px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.bio-title-block {
  margin-top: 20px;
  margin-bottom: 28px;
  z-index: 3;
}
.bio-title-line {
  display: inline;
  font-family: "Forum", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #ffffff;
  background: #15152E;
  padding: 2px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.bio-hero-cta {
  display: inline-flex;
  position: relative;
  z-index: 3;
  margin-top: 8px;
}
.bio-kicker,
.bio-section-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bio-intro {
  background: #ffffff;
  padding: 64px 20px 72px;
}
.bio-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bio-intro-right p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  line-height: 1.9;
  color: #8a8275;
  margin-bottom: 20px;
}
.bio-intro-right p:last-child {
  margin-bottom: 0;
}
.bio-opening-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: #1a1a1a;
  border-left: 3px solid #FC270C;
  padding-left: 22px;
  margin-top: 20px;
}
.bio-stats {
  background: #FC270C;
  padding: 44px 20px;
}
.bio-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.bio-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding: 8px 0;
}
.bio-stat-num {
  font-family: "Forum", Georgia, serif;
  font-size: 52px;
  line-height: 1;
  color: #ffffff;
}
.bio-stat-num sup {
  font-size: 22px;
}
.bio-stat-label {
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 600;
}
.bio-stat-sep {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
@media (min-width: 820px) {
  .bio-stats {
    padding: 52px 36px;
  }
  .bio-stat-num {
    font-size: 64px;
  }
  .bio-stat-label {
    font-size: 9px;
  }
}
@media (min-width: 1024px) {
  .bio-stats {
    padding: 60px 48px;
  }
}
.bio-ch {
  background: #15152E;
  color: #ebe1d8;
  padding: 64px 20px 72px;
}
.bio-ch-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bio-ch-header {
  margin-bottom: 48px;
}
.bio-ch-title {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
  margin-top: 12px;
}
.bio-ch-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
}
.bio-ch-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bio-ch-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bio-ch-item.bio-ch-current .bio-ch-year {
  color: #FC270C;
}
.bio-ch-item.bio-ch-current .bio-ch-org {
  color: #FC270C;
}
.bio-ch-item.bio-ch-current .bio-ch-role {
  color: #ffffff;
}
.bio-ch-item.bio-ch-current .bio-ch-num {
  color: rgba(252, 39, 12, 0.08);
}
.bio-ch-body {
  flex: 1;
}
.bio-ch-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
.bio-ch-year {
  font-size: 9px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}
.bio-ch-org {
  font-size: 8px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
  text-transform: uppercase;
}
.bio-ch-role {
  font-family: "Forum", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.15;
  margin-bottom: 16px;
}
.bio-ch-body > p {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.38);
  max-width: 580px;
}
.bio-ch-num {
  display: none;
  font-family: "Forum", Georgia, serif;
  font-size: 130px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
  margin-top: -8px;
}
@media (min-width: 820px) {
  .bio-ch {
    padding: 80px 36px 88px;
  }
  .bio-ch-title {
    font-size: 48px;
  }
  .bio-ch-num {
    display: block;
  }
  .bio-ch-role {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .bio-ch {
    padding: 96px 48px 104px;
  }
  .bio-ch-title {
    font-size: 64px;
  }
  .bio-ch-num {
    font-size: 160px;
  }
  .bio-ch-role {
    font-size: 30px;
  }
  .bio-ch-item {
    gap: 32px;
    padding: 44px 0;
  }
}
@media (min-width: 1280px) {
  .bio-ch-title {
    font-size: 84px;
  }
}
.bio-rec {
  background: #ebe1d8;
  padding: 64px 20px 72px;
}
.bio-rec-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bio-rec-hl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #15152E;
  color: #ebe1d8;
  padding: 44px 36px;
  margin-bottom: 0;
}
.bio-rec-hl-body {
  flex: 1;
}
.bio-rec-hl-org {
  display: block;
  font-size: 8px;
  letter-spacing: 4px;
  color: #b7afa1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bio-rec-hl-title {
  font-family: "Forum", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 16px;
}
.bio-rec-hl > p,
.bio-rec-hl-body > p {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.48);
}
.bio-rec-star {
  display: block;
  font-size: 32px;
  color: #FC270C;
  line-height: 1;
}
.bio-rec-list {
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
.bio-rec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}
.bio-rec-from {
  font-size: 8px;
  letter-spacing: 3px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
}
.bio-rec-name {
  font-family: "Forum", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.3;
}
@media (min-width: 820px) {
  .bio-rec {
    padding: 80px 36px 88px;
  }
  .bio-rec-hl {
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
  }
  .bio-rec-hl-title {
    font-size: 40px;
  }
  .bio-rec-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .bio-rec-name {
    font-size: 18px;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .bio-rec {
    padding: 96px 48px 104px;
  }
  .bio-rec-hl-title {
    font-size: 48px;
  }
  .bio-rec-hl {
    padding: 52px 48px;
  }
}
.bio-timeline {
  background: #15152E;
  color: #ebe1d8;
  padding: 64px 20px 72px;
}
.bio-timeline-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bio-timeline-header {
  margin-bottom: 48px;
}
.bio-timeline-title {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
  margin-top: 12px;
}
.bio-timeline-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.38);
}
.bio-timeline-track {
  display: flex;
  flex-direction: column;
  position: relative;
}
.bio-timeline-track::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 56px;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.bio-tl-item {
  display: flex;
  gap: 28px;
  padding-bottom: 56px;
  position: relative;
}
.bio-tl-item:last-child {
  padding-bottom: 0;
}
.bio-tl-item::before {
  content: '';
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 4px;
}
.bio-tl-item.bio-tl-current::before {
  background: #FC270C;
  box-shadow: 0 0 0 5px rgba(252, 39, 12, 0.18);
}
.bio-tl-body {
  flex: 1;
}
.bio-tl-year {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bio-tl-label {
  display: block;
  font-size: 8px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bio-tl-role {
  font-family: "Forum", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
  margin-bottom: 16px;
}
.bio-tl-item.bio-tl-current .bio-tl-role {
  color: #ffffff;
}
.bio-tl-body > p {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.42);
}
.bio-awards {
  background: #ebe1d8;
  padding: 64px 20px 72px;
}
.bio-awards-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bio-awards-title {
  font-size: 36px;
  color: #1a1a1a;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 40px;
}
.bio-awards-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #8a8275;
}
.bio-awards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 52px;
}
.bio-awards-stat {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  padding-top: 44px;
  gap: 10px;
  flex-wrap: wrap;
}
.bio-awards-stat-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.bio-awards-num {
  font-family: "Forum", Georgia, serif;
  font-size: 60px;
  line-height: 1;
  color: #FC270C;
}
.bio-awards-num sup {
  font-size: 26px;
}
.bio-awards-label {
  font-size: 8px;
  letter-spacing: 2.5px;
  color: #8a8275;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.7;
}
.bio-awards-stat-div {
  width: 1px;
  height: 44px;
  background: rgba(26, 26, 26, 0.18);
  flex-shrink: 0;
}
.bio-award-featured {
  background: #15152E;
  color: #ebe1d8;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bio-award-featured-body {
  flex: 1;
}
.bio-award-star {
  display: block;
  font-size: 28px;
  color: #FC270C;
  line-height: 1;
}
.bio-award-org {
  display: block;
  font-size: 8px;
  letter-spacing: 4px;
  color: #b7afa1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bio-award-name {
  font-family: "Forum", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 14px;
}
.bio-award-featured > p,
.bio-award-featured-body > p {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.48);
}
.bio-award-card {
  background: #ffffff;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bio-award-org-sm {
  display: block;
  font-size: 8px;
  letter-spacing: 3px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
}
.bio-award-card-title {
  font-family: "Forum", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
}
.bio-award-card > p {
  font-size: 12px;
  line-height: 1.8;
  color: #8a8275;
}
.bio-education {
  background: #ffffff;
  padding: 64px 20px 72px;
}
.bio-edu-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.bio-edu-title {
  font-size: 36px;
  text-align: left;
  margin-top: 12px;
  line-height: 1.05;
}
.bio-edu-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #8a8275;
}
.bio-edu-right {
  display: flex;
  flex-direction: column;
}
.bio-edu-item {
  padding: 28px 0;
}
.bio-edu-item:first-child {
  padding-top: 0;
}
.bio-edu-inst {
  display: block;
  font-size: 8px;
  letter-spacing: 3px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bio-edu-degree {
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bio-edu-item > p {
  font-size: 13px;
  line-height: 1.8;
  color: #8a8275;
}
.bio-edu-divider {
  height: 1px;
  background: rgba(26, 26, 26, 0.18);
}
.bio-pullquote {
  background: #15152E;
  padding: 80px 20px;
  text-align: center;
}
.bio-pullquote-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.bio-pullquote-ornament {
  font-size: 24px;
  color: #FC270C;
  line-height: 1;
}
.bio-pullquote-text {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.65;
  color: #ebe1d8;
}
.bio-pullquote-cite {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  color: #b7afa1;
  font-style: normal;
  margin-top: -4px;
}
.bio-book {
  background: #f3f3f3;
  padding: 64px 20px;
}
.bio-book-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  text-align: center;
}
.bio-book-visual {
  width: 100%;
  max-width: 320px;
  flex-shrink: 0;
}
.bio-book-photo-wrap {
  overflow: hidden;
  background: #1a1a1a;
}
.bio-book-photo-wrap img {
  width: 100%;
  display: block;
  object-position: center top;
  filter: grayscale(15%);
  transition: transform 0.7s ease;
}
.bio-book-photo-wrap:hover img {
  transform: scale(1.03);
}
.bio-book-badge {
  display: block;
  background: #FC270C;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
}
.bio-book-body {
  flex: 1;
  max-width: 560px;
}
.bio-book-title {
  font-family: "Forum", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.bio-book-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #8a8275;
  display: block;
}
.bio-book-body > p {
  font-size: 14px;
  line-height: 1.9;
  color: #8a8275;
  max-width: 480px;
  margin: 0 auto 28px;
}
.bio-book-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 820px) {
  .bio-hero {
    padding: 72px 36px 0;
  }
  .bio-hero-text {
    max-width: 500px;
  }
  .bio-hero-photo {
    left: auto;
    right: 0;
    transform: none;
  }
  .bio-name {
    font-size: 80px;
  }
  .bio-title-line {
    font-size: 28px;
  }
  .bio-intro {
    padding: 80px 36px 88px;
  }
  .bio-intro-inner {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
  }
  .bio-intro-left {
    flex: 0 0 38%;
  }
  .bio-intro-right {
    flex: 1;
  }
  .bio-opening-quote {
    font-size: 26px;
  }
  .bio-timeline {
    padding: 80px 36px 88px;
  }
  .bio-timeline-title {
    font-size: 48px;
  }
  .bio-timeline-track::before {
    bottom: 60px;
  }
  .bio-awards {
    padding: 80px 36px 88px;
  }
  .bio-awards-title {
    font-size: 48px;
  }
  .bio-awards-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bio-award-featured {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
  }
  .bio-education {
    padding: 80px 36px 88px;
  }
  .bio-edu-inner {
    flex-direction: row;
    gap: 64px;
  }
  .bio-edu-left {
    flex: 0 0 36%;
  }
  .bio-edu-right {
    flex: 1;
  }
  .bio-edu-title {
    font-size: 48px;
  }
  .bio-pullquote-text {
    font-size: 28px;
  }
  .bio-book {
    padding: 80px 36px;
  }
  .bio-book-inner {
    flex-direction: row;
    text-align: left;
    gap: 64px;
    align-items: stretch;
  }
  .bio-book-body > p {
    margin: 0 0 28px;
  }
  .bio-book-ctas {
    justify-content: flex-start;
  }
  .bio-book-title {
    font-size: 54px;
  }
}
@media (min-width: 1024px) {
  .bio-hero {
    padding: 0 48px;
    height: calc(100dvh - 72px);
    min-height: 700px;
    display: block;
  }
  .bio-hero-inner {
    height: 100%;
    max-width: 1536px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
  }
  .bio-hero-photo {
    left: auto;
    right: 0;
    transform: none;
    height: 95%;
  }
  .bio-hero-text {
    max-width: 600px;
  }
  .bio-name {
    font-size: 104px;
    letter-spacing: -3px;
  }
  .bio-intro {
    padding: 96px 48px 104px;
  }
  .bio-opening-quote {
    font-size: 30px;
  }
  .bio-timeline {
    padding: 96px 48px 104px;
  }
  .bio-timeline-title {
    font-size: 64px;
  }
  .bio-timeline-track::before {
    bottom: 60px;
  }
  .bio-tl-role {
    font-size: 26px;
  }
  .bio-awards {
    padding: 96px 48px 104px;
  }
  .bio-awards-title {
    font-size: 64px;
  }
  .bio-awards-grid {
    grid-template-columns: 1.7fr 1fr 1fr;
  }
  .bio-award-featured {
    grid-column: unset;
    flex-direction: column;
    gap: 16px;
  }
  .bio-award-featured .bio-award-name {
    font-size: 32px;
  }
  .bio-award-featured-body {
    flex: unset;
  }
  .bio-education {
    padding: 96px 48px 104px;
  }
  .bio-edu-title {
    font-size: 64px;
  }
  .bio-pullquote {
    padding: 100px 48px;
  }
  .bio-pullquote-text {
    font-size: 34px;
  }
  .bio-book {
    padding: 96px 48px;
  }
  .bio-book-title {
    font-size: 68px;
  }
  .bio-book-visual {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .bio-name {
    font-size: 120px;
  }
  .bio-timeline-title {
    font-size: 84px;
  }
  .bio-awards-title {
    font-size: 84px;
  }
  .bio-edu-title {
    font-size: 80px;
  }
  .bio-book-title {
    font-size: 84px;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.lg-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: 72px;
}
.lg-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lg-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.lg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 5, 20, 0.25) 0%, rgba(13, 13, 40, 0.65) 55%, rgba(13, 13, 40, 0.93) 100%);
  z-index: 1;
}
.lg-hero-inner {
  position: relative;
  z-index: 2;
  padding: 64px 20px 36px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.lg-hero-stats {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}
.lg-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.lg-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 0.88;
  color: #fff;
  margin-bottom: 22px;
}
.lg-title em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.lg-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  margin-bottom: 32px;
}
.lg-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 14px 20px;
  text-align: center;
}
.lg-stat-num {
  font-family: "Forum", Georgia, serif;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.lg-stat-num sup {
  font-size: 14px;
}
.lg-stat-label {
  font-size: 7px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}
.lg-stat-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
  display: none;
}
.lg-intro {
  background: #ebe1d8;
  padding: 56px 20px 48px;
}
.lg-intro-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.lg-intro-line {
  width: 36px;
  height: 2px;
  background: #FC270C;
  margin: 0 auto 28px;
}
.lg-intro-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 28px;
}
.lg-intro-text strong {
  font-weight: 700;
}
.lg-intro-text em {
  font-style: italic;
  color: #8a8275;
}
.lg-intro-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 8px;
  letter-spacing: 3.5px;
  color: #8a8275;
  font-weight: 600;
  text-transform: uppercase;
}
.lg-intro-sep {
  font-size: 5px;
  color: #FC270C;
}
.lg-gallery {
  background: #1a1a1a;
  padding: 4px;
}
.lg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.lg-photo {
  position: relative;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.lg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s ease, filter 0.5s ease;
  filter: brightness(0.88);
}
.lg-photo:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}
.lg-photo:focus-visible {
  outline: 2px solid #FC270C;
  outline-offset: -2px;
}
.lg-photo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, transparent 55%);
  z-index: 2;
  transition: background 0.4s ease;
}
.lg-photo:hover .lg-photo-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.lg-photo-num {
  display: block;
  font-size: 7px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-bottom: 3px;
}
.lg-photo-cap {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  text-transform: uppercase;
}
.lg-photo-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.35s ease, transform 0.35s ease;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.lg-photo:hover .lg-photo-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.lg-pullquote {
  background: #15152E;
  padding: 72px 20px 64px;
  text-align: center;
}
.lg-pullquote-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.lg-pullquote-ornament {
  font-size: 22px;
  color: #FC270C;
  line-height: 1;
}
.lg-pullquote-text {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  color: #ebe1d8;
}
.lg-pullquote-cite {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  color: #b7afa1;
  font-style: normal;
  margin-top: -4px;
}
.lg-pullquote-cta {
  margin-top: 8px;
}
.lg-video-section {
  background: #f3f3f3;
  padding: 64px 20px 72px;
  text-align: center;
}
.lg-video-inner {
  max-width: 860px;
  margin: 0 auto;
}
.lg-v-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 0.9;
  color: #1a1a1a;
  margin-bottom: 40px;
}
.lg-v-title em {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: #8a8275;
}
.lg-v-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #15152E;
}
.lg-v-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transition: opacity 0.45s ease;
  display: block;
}
.lg-v-thumb:hover img {
  opacity: 0.6;
}
.lg-v-play-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.lg-v-play-wrap .play-btn {
  width: 70px;
  height: 70px;
  font-size: 20px;
}
.lg-v-duration {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.65);
  z-index: 2;
  font-weight: 500;
}
.lg-v-label {
  margin-top: 14px;
  font-size: 8px;
  letter-spacing: 3px;
  color: #8a8275;
  text-transform: uppercase;
}
.lg-order {
  background: #ffffff;
  padding: 64px 20px;
}
.lg-order-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.lg-order-book {
  width: 100%;
  max-width: 260px;
}
.lg-order-book img {
  width: 100%;
  display: block;
}
.lg-order-body {
  flex: 1;
}
.lg-order-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 0.9;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.lg-order-title em {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: #8a8275;
}
.lg-order-text {
  font-size: 14px;
  line-height: 1.85;
  color: #8a8275;
  max-width: 400px;
  margin: 0 auto 28px;
}
.lg-order-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
@media (min-width: 820px) {
  .lg-hero-inner {
    padding: 80px 36px 44px;
  }
  .lg-hero-stats {
    padding: 24px 36px;
  }
  .lg-title {
    font-size: 108px;
  }
  .lg-subtitle {
    font-size: 17px;
  }
  .lg-stat-divider {
    display: block;
  }
  .lg-intro {
    padding: 72px 36px 60px;
  }
  .lg-intro-text {
    font-size: 19px;
  }
  .lg-gallery {
    padding: 5px;
  }
  .lg-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    gap: 5px;
  }
  .lg-photo {
    aspect-ratio: unset;
  }
  .lg-photo:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
  .lg-pullquote {
    padding: 88px 36px 76px;
  }
  .lg-pullquote-text {
    font-size: 26px;
  }
  .lg-order-inner {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 60px;
  }
  .lg-order-text {
    margin: 0 0 28px;
  }
  .lg-order-ctas {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .lg-hero-inner {
    padding: 100px 48px 48px;
  }
  .lg-hero-stats {
    padding: 26px 48px;
  }
  .lg-title {
    font-size: 150px;
  }
  .lg-intro {
    padding: 80px 48px 70px;
  }
  .lg-gallery {
    padding: 6px;
  }
  .lg-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
    grid-auto-flow: dense;
    gap: 6px;
  }
  .lg-photo {
    aspect-ratio: unset;
  }
  .lg-photo:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
  .lg-pullquote {
    padding: 100px 48px 88px;
  }
  .lg-pullquote-text {
    font-size: 32px;
  }
  .lg-video-section {
    padding: 80px 48px 88px;
  }
  .lg-v-title {
    font-size: 68px;
  }
  .lg-order {
    padding: 88px 48px;
  }
  .lg-order-book {
    max-width: 320px;
  }
  .lg-order-title {
    font-size: 68px;
  }
}
.lp-zoom-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  font-size: 22px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.launch-photo[data-lb] {
  cursor: pointer;
}
.launch-photo[data-lb]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease;
  z-index: 2;
}
.launch-photo[data-lb]:hover::after {
  background: rgba(0, 0, 0, 0.22);
}
.launch-photo[data-lb]:hover .lp-zoom-hint {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.launch-photo[data-lb]:focus-visible {
  outline: 2px solid #FC270C;
  outline-offset: 2px;
}
.photo-lb {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 110;
  align-items: center;
  justify-content: center;
}
.photo-lb.is-open {
  display: flex;
}
.photo-lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 10, 0.94);
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.photo-lb-content {
  position: relative;
  z-index: 1;
  width: 94vw;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  animation: plb-in 0.28s ease forwards;
}
.photo-lb-img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 78vh;
}
.photo-lb-img-wrap img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
  transition: opacity 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.photo-lb-img-wrap img.is-fading {
  opacity: 0;
}
.photo-lb-close {
  position: absolute;
  top: -52px;
  right: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, background 0.2s;
}
.photo-lb-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}
.photo-lb-ui {
  display: flex;
  align-items: center;
  gap: 24px;
}
.photo-lb-prev,
.photo-lb-next {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.photo-lb-prev:hover,
.photo-lb-next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.photo-lb-count {
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.45);
  min-width: 48px;
  text-align: center;
}
@keyframes plb-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.pg-hero {
  background: #15152E;
  margin-top: 72px;
  padding: 56px 20px 48px;
  position: relative;
  overflow: hidden;
}
.pg-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #FC270C;
}
.pg-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
}
.pg-hero-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pg-hero-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 0.92;
  color: #ffffff;
  margin-bottom: 22px;
}
.pg-hero-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}
.pg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.pg-breadcrumb a {
  color: rgba(255, 255, 255, 0.38);
  transition: color 0.2s;
}
.pg-breadcrumb a:hover {
  color: #FC270C;
}
.pg-bc-sep {
  opacity: 0.4;
  font-size: 14px;
}
@media (min-width: 820px) {
  .pg-hero {
    padding: 64px 36px 56px;
  }
  .pg-hero-title {
    font-size: 72px;
  }
}
@media (min-width: 1024px) {
  .pg-hero {
    padding: 72px 48px 64px;
  }
  .pg-hero-title {
    font-size: 88px;
  }
}
.woocommerce-cart-page {
  background: #ffffff;
  padding: 48px 20px 80px;
}
.cart-layout {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cart-col-main {
  flex: 1;
  background: #f3f3f3;
  padding: 28px 24px 32px;
}
.wc-cart-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
}
.wc-cart-table thead {
  display: none;
}
.wc-cart-table thead .cart-th {
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8a8275;
  font-weight: 600;
  padding: 0 16px 16px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  text-align: left;
}
.wc-cart-table thead .cart-th:last-child {
  text-align: right;
}
.wc-cart-table tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  position: relative;
}
.wc-cart-table .product-thumbnail {
  width: 90px;
  flex-shrink: 0;
}
.wc-cart-table .product-thumbnail a {
  display: block;
}
.wc-cart-table .product-thumbnail img {
  width: 90px;
  height: 110px;
  object-fit: cover;
  display: block;
  background: #f3f3f3;
}
.wc-cart-table .product-name {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 28px;
}
.wc-cart-table .product-price,
.wc-cart-table .product-subtotal {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.wc-cart-table .product-quantity {
  width: 100%;
}
.wc-cart-table .product-remove {
  position: absolute;
  top: 20px;
  right: 0;
}
.cart-item-name {
  font-family: "Forum", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
  transition: color 0.2s;
}
.cart-item-name:hover {
  color: #FC270C;
}
.cart-item-meta {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #8a8275;
  text-transform: uppercase;
}
.cart-item-badge {
  display: inline-block;
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FC270C;
}
.cart-subtotal-val {
  font-weight: 700;
}
.remove {
  background: transparent;
  border: 1px solid rgba(26, 26, 26, 0.18);
  color: #8a8275;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.remove:hover {
  border-color: #FC270C;
  color: #FC270C;
  background: rgba(252, 39, 12, 0.06);
}
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-radius: 40px;
  overflow: hidden;
  height: 44px;
}
.qty-btn {
  background: transparent;
  border: none;
  width: 42px;
  height: 44px;
  font-size: 18px;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.18s;
  flex-shrink: 0;
}
.qty-btn:hover {
  background: #f3f3f3;
  color: #FC270C;
}
.qty-stepper input.qty {
  width: 46px;
  height: 44px;
  border: none;
  border-left: 1px solid rgba(26, 26, 26, 0.18);
  border-right: 1px solid rgba(26, 26, 26, 0.18);
  text-align: center;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  background: transparent;
  -moz-appearance: textfield;
}
.qty-stepper input.qty::-webkit-inner-spin-button,
.qty-stepper input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.qty-stepper input.qty:focus {
  outline: none;
}
.cart-empty {
  text-align: center;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cart-empty-icon {
  color: #b7afa1;
  display: block;
  line-height: 1;
}
.cart-empty-msg {
  font-family: "Forum", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #8a8275;
}
.cart-actions-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.coupon-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 200px;
  max-width: 400px;
}
.coupon-wrap .input-text {
  flex: 1;
  height: 52px;
  padding: 0 18px;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-right: none;
  border-radius: 40px 0 0 40px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}
.coupon-wrap .input-text::placeholder {
  color: #b7afa1;
}
.coupon-wrap .input-text:focus {
  border-color: #1a1a1a;
}
.coupon-wrap .btn-pill-sm {
  border-radius: 0 40px 40px 0;
  height: 52px;
  padding: 0 22px;
  font-size: 10px;
  gap: 0;
}
.update-btn {
  height: 52px;
  padding: 0 24px;
  font-size: 10px;
}
.btn-pill.btn-outline.update-btn {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}
.btn-pill.btn-outline.update-btn:hover {
  background: #FC270C;
  border-color: #FC270C;
  color: #ffffff;
}
.cart-col-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-totals-box {
  background: #ffffff;
  padding: 36px 28px;
  border-top: 3px solid #FC270C;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cart-totals-heading {
  font-family: "Forum", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-totals-heading .cart-totals-eyebrow {
  font-size: 10px;
  color: #FC270C;
}
.cart-totals-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
.totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  font-size: 13px;
}
.totals-row dt {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8a8275;
}
.totals-row dd {
  font-weight: 600;
  color: #1a1a1a;
  text-align: right;
}
.totals-row-shipping dd {
  font-weight: 400;
}
.totals-row-total {
  padding: 18px 0;
}
.totals-row-total dt {
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #1a1a1a;
}
.totals-row-total dd {
  font-family: "Forum", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
}
.shipping-msg {
  font-size: 11px;
  color: #8a8275;
  font-style: italic;
}
.checkout-cta {
  width: 100%;
  justify-content: center;
  font-size: 11px;
  padding: 18px 24px;
}
.continue-link {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a8275;
  transition: color 0.2s;
}
.continue-link:hover {
  color: #1a1a1a;
}
.coupon-msg {
  display: none;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FC270C;
}
.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b7afa1;
}
.secure-note svg {
  flex-shrink: 0;
}
.cart-book-preview {
  background: #15152E;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
}
.cbp-img {
  width: 58px;
  flex-shrink: 0;
  object-fit: cover;
}
.cbp-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cbp-title {
  font-family: "Forum", Georgia, serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
}
.cbp-sub {
  font-size: 9px;
  letter-spacing: 2px;
  color: #b7afa1;
  text-transform: uppercase;
}
.cbp-price {
  font-size: 13px;
  font-weight: 700;
  color: #FC270C;
  margin-top: 2px;
}
@media (min-width: 820px) {
  .woocommerce-cart-page {
    padding: 56px 36px 96px;
  }
  .wc-cart-table thead {
    display: table-header-group;
  }
  .wc-cart-table tbody tr {
    display: table-row;
  }
  .wc-cart-table td {
    padding: 20px 12px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.18);
    vertical-align: middle;
  }
  .wc-cart-table .product-thumbnail {
    width: 90px;
    padding-left: 0;
  }
  .wc-cart-table .product-thumbnail img {
    width: 70px;
    height: 85px;
  }
  .wc-cart-table .product-name {
    min-width: unset;
    padding-right: 0;
  }
  .wc-cart-table .product-quantity {
    width: auto;
  }
  .wc-cart-table .product-subtotal {
    text-align: right;
  }
  .wc-cart-table .product-remove {
    position: static;
    text-align: right;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .woocommerce-cart-page {
    padding: 64px 48px 112px;
  }
  .cart-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }
  .cart-col-main {
    flex: 1;
  }
  .cart-col-side {
    flex: 0 0 340px;
    position: sticky;
    top: calc(72px + 24px);
  }
}
.woocommerce-checkout-page {
  background: #ffffff;
  padding: 48px 20px 80px;
}
.checkout-layout {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.checkout-col-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.co-section {
  background: #f3f3f3;
  padding: 32px 28px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s;
}
.co-section:focus-within {
  border-top-color: #FC270C;
}
.co-section-title {
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.co-section-title .co-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FC270C;
  color: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}
.co-field-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.co-section > .co-field-row + .co-field-row {
  margin-top: 16px;
}
.co-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
  min-width: 180px;
}
.co-field.co-field-full {
  min-width: 100%;
  flex: 0 0 100%;
}
.co-field label {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8a8275;
}
.co-field .required {
  color: #FC270C;
  margin-left: 2px;
}
.co-field input,
.co-field select,
.co-field textarea {
  height: 50px;
  padding: 0 16px;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-radius: 4px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.co-field input::placeholder,
.co-field select::placeholder,
.co-field textarea::placeholder {
  color: #b7afa1;
}
.co-field input:focus,
.co-field select:focus,
.co-field textarea:focus {
  border-color: #1a1a1a;
  background: #ffffff;
}
.co-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238a8275' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 38px;
  cursor: pointer;
}
.co-field textarea {
  height: auto;
  padding: 14px 16px;
  resize: vertical;
  min-height: 90px;
}
.co-payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.co-payment-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #ffffff;
}
.co-payment-option:has(input:checked) {
  border-color: #1a1a1a;
  background: #ffffff;
}
.co-payment-option:has(input:checked) .co-pay-label {
  color: #1a1a1a;
}
.co-payment-option input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #FC270C;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}
.co-pay-body {
  flex: 1;
}
.co-pay-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #8a8275;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.co-pay-desc {
  font-size: 11px;
  color: #b7afa1;
  line-height: 1.5;
}
.co-pay-icons {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.co-pay-icons .co-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 3px;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #8a8275;
  background: #ffffff;
}
.co-card-fields {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
}
.co-card-fields.is-active {
  display: flex;
}
.checkout-col-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.co-summary-box {
  background: #ffffff;
  border-top: 3px solid #FC270C;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.co-summary-title {
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
}
.co-summary-eyebrow {
  font-size: 10px;
  color: #FC270C;
  margin-right: 8px;
}
.co-summary-box .continue-link {
  margin-top: 4px;
}
.co-summary-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}
.co-summary-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.co-si-img {
  width: 52px;
  height: 64px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f3f3f3;
}
.co-si-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.co-si-name {
  font-family: "Forum", Georgia, serif;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.2;
}
.co-si-meta {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #8a8275;
  text-transform: uppercase;
}
.co-si-qty {
  font-size: 9px;
  color: #8a8275;
}
.co-si-qty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #FC270C;
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
  margin-right: 4px;
}
.co-si-price {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  flex-shrink: 0;
}
.co-summary-totals {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.co-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.co-total-row span:first-child {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a8275;
  font-weight: 600;
}
.co-total-row span:last-child {
  font-weight: 600;
  color: #1a1a1a;
}
.co-total-row span.co-shipping-note {
  font-size: 11px;
  font-weight: 400;
  color: #8a8275;
}
.co-total-row.co-total-grand {
  padding-top: 14px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
.co-total-row.co-total-grand span:first-child {
  font-size: 10px;
  color: #1a1a1a;
  letter-spacing: 2.5px;
}
.co-total-row.co-total-grand span:last-child {
  font-family: "Forum", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
}
.place-order-btn {
  width: 100%;
  justify-content: center;
  font-size: 12px;
  padding: 20px 24px;
}
.co-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px;
  background: #15152E;
}
.co-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
}
.co-trust-item svg {
  color: #FC270C;
  flex-shrink: 0;
}
@media (min-width: 820px) {
  .woocommerce-checkout-page {
    padding: 56px 36px 96px;
  }
  .co-field-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .woocommerce-checkout-page {
    padding: 64px 48px 112px;
  }
  .checkout-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }
  .checkout-col-form {
    flex: 1;
  }
  .checkout-col-side {
    flex: 0 0 340px;
    position: sticky;
    top: calc(72px + 24px);
  }
}
.co-note {
  background: #f3f3f3;
  border-left: 3px solid #FC270C;
  padding: 14px 18px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.7;
  color: #8a8275;
}
.co-note strong {
  color: #1a1a1a;
}
.contact-page {
  background: #ffffff;
  margin-top: 72px;
  padding: 56px 20px 80px;
}
.contact-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.contact-top {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}
.contact-intro {
  display: flex;
  flex-direction: column;
}
.contact-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
  color: #1a1a1a;
  margin-bottom: 26px;
}
.contact-title em {
  font-style: italic;
  font-weight: 400;
  color: #8a8275;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}
.contact-list-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FC270C;
}
.contact-list a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-list a:hover {
  color: #FC270C;
}
.contact-photo {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  background: #f3f3f3;
  overflow: hidden;
}
.contact-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-form-section {
  max-width: 640px;
  margin: 0 auto;
}
.contact-form-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 8px;
}
.contact-form-sub {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #8a8275;
  text-align: center;
  margin-bottom: 30px;
}
.ct-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ct-field {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.ct-form input[type="text"],
.ct-form input[type="email"],
.ct-form input[type="tel"],
.ct-form select,
.ct-form textarea {
  height: 54px;
  padding: 0 18px;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-radius: 4px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  background: #ffffff;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}
.ct-form input[type="text"]::placeholder,
.ct-form input[type="email"]::placeholder,
.ct-form input[type="tel"]::placeholder,
.ct-form select::placeholder,
.ct-form textarea::placeholder {
  color: #b7afa1;
}
.ct-form input[type="text"]:focus,
.ct-form input[type="email"]:focus,
.ct-form input[type="tel"]:focus,
.ct-form select:focus,
.ct-form textarea:focus {
  border-color: #1a1a1a;
}
.ct-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238a8275' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 40px;
  cursor: pointer;
}
.ct-form textarea {
  height: auto;
  min-height: 150px;
  padding: 16px 18px;
  resize: vertical;
  line-height: 1.6;
}
.ct-submit {
  align-self: center;
  margin-top: 10px;
  min-width: 230px;
  justify-content: center;
  padding: 18px 32px;
  font-size: 12px;
}
.ct-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.ct-form .wpcf7-spinner {
  display: block;
  margin: 6px auto 0;
}
.ct-form .wpcf7-not-valid {
  border-color: #FC270C !important;
}
.ct-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  color: #FC270C;
}
.ct-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 14px 18px !important;
  border-width: 1px !important;
  border-radius: 4px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 820px) {
  .contact-page {
    padding: 64px 36px 90px;
  }
}
@media (min-width: 1024px) {
  .contact-page {
    padding: 80px 48px 110px;
  }
  .contact-top {
    flex-direction: row;
    align-items: center;
    gap: 64px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .contact-intro {
    flex: 1;
  }
  .contact-photo {
    flex: 0 0 340px;
    margin: 0;
  }
  .contact-title {
    font-size: 50px;
  }
}
.sp-bc-bar {
  background: #f3f3f3;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  margin-top: 72px;
  padding: 0 20px;
}
.sp-bc-bar-inner {
  max-width: 1536px;
  margin: 0 auto;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #8a8275;
}
.sp-bc-bar-inner a {
  color: #8a8275;
  transition: color 0.2s;
}
.sp-bc-bar-inner a:hover {
  color: #FC270C;
}
.sp-bc-bar-inner .sp-bc-cur {
  color: #1a1a1a;
  font-weight: 600;
}
.sp-bc-bar-inner .sp-bc-sep {
  opacity: 0.4;
}
.sp-hero {
  background: #ffffff;
  padding: 48px 20px 64px;
}
.sp-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.sp-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.sp-gallery-main {
  position: relative;
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}
.sp-gallery-glow {
  display: none;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 75%;
  border-radius: 50%;
  background: radial-gradient(circle, #ebe1d8 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .sp-gallery-glow {
    display: block;
  }
}
.sp-main-img {
  position: relative;
  z-index: 1;
  width: 82%;
  max-width: 340px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.2));
  transition: transform 0.5s ease, filter 0.5s ease;
}
.sp-main-img:hover {
  transform: translateY(-6px) rotate(0.4deg);
  filter: drop-shadow(0 36px 64px rgba(0, 0, 0, 0.25));
}
.sp-edition-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #15152E;
  color: #ebe1d8;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 20px;
  white-space: nowrap;
  z-index: 2;
}
.sp-gallery > .sp-edition-badge {
  position: static;
  transform: none;
  align-self: center;
  margin-top: 4px;
}
.sp-thumbnails {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.sp-thumb {
  width: 66px;
  height: 80px;
  border: 2px solid rgba(26, 26, 26, 0.18);
  background: #f3f3f3;
  padding: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
  overflow: hidden;
}
.sp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.sp-thumb:hover {
  border-color: #8a8275;
}
.sp-thumb:hover img {
  transform: scale(1.06);
}
.sp-thumb.active {
  border-color: #FC270C;
}
.sp-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.sp-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
}
.sp-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 0.92;
}
.sp-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-size: 56px;
  font-weight: 300;
  color: #8a8275;
}
.sp-title strong {
  font-family: "Forum", Georgia, serif;
  font-size: 56px;
  font-weight: 400;
  color: #1a1a1a;
}
.sp-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sp-stars {
  color: #e8a020;
  font-size: 15px;
  letter-spacing: 3px;
}
.sp-rating-count {
  font-size: 11px;
  color: #8a8275;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.sp-rating-count:hover {
  color: #FC270C;
  border-color: #FC270C;
}
.sp-price-block {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}
.sp-price-label {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8a8275;
  font-weight: 600;
  flex-shrink: 0;
}
.sp-price {
  font-family: "Forum", Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1;
}
.sp-option-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sp-option-label {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8a8275;
  font-weight: 600;
}
.sp-format-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-format-opt input[type="radio"] {
  display: none;
}
.sp-format-opt:has(input:checked) .sp-format-pill {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #ffffff;
}
.sp-format-opt:has(input:checked) .sp-format-pill small {
  color: rgba(255, 255, 255, 0.5);
}
.sp-format-pill {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 18px;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
.sp-format-pill small {
  font-size: 10px;
  font-weight: 400;
  color: #8a8275;
  letter-spacing: 0;
  transition: color 0.2s;
}
.sp-format-pill:hover {
  border-color: #8a8275;
}
.sp-variations-hidden {
  display: none;
}
.sp-purchase-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sp-atc-btn {
  flex: 1;
  justify-content: center;
  min-width: 160px;
  padding: 18px 28px;
  font-size: 12px;
}
.sp-buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a8275;
  padding: 14px 0;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  transition: border-color 0.2s, color 0.2s;
}
.sp-buy-now:hover {
  border-color: #FC270C;
  color: #FC270C;
}
.sp-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
.sp-perks li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  color: #8a8275;
  line-height: 1.4;
}
.sp-perk-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FC270C;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sp-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-meta-pills span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #8a8275;
  background: #ebe1d8;
  padding: 6px 14px;
  border-radius: 40px;
}
.sp-meta-pills span b {
  color: #1a1a1a;
  font-weight: 600;
}
.sp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: #15152E;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  border-top: 3px solid #FC270C;
}
.sp-sticky-bar.is-visible {
  transform: translateY(0);
}
.sp-sticky-bar-name {
  flex: 1;
  font-family: "Forum", Georgia, serif;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.sp-sticky-bar-price {
  font-family: "Forum", Georgia, serif;
  font-size: 22px;
  color: #ffffff;
  flex-shrink: 0;
}
.sp-sticky-bar .btn-pill {
  flex-shrink: 0;
  padding: 14px 22px;
  font-size: 11px;
  white-space: nowrap;
}
.sp-strip {
  background: #15152E;
  overflow: hidden;
  position: relative;
}
.sp-strip-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  padding: 17px 0;
  animation: sp-scroll 30s linear infinite;
}
.sp-strip-track:hover {
  animation-play-state: paused;
}
.sp-strip-item {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  padding: 0 28px;
  flex-shrink: 0;
}
.sp-strip-sep {
  font-size: 9px;
  color: #FC270C;
  flex-shrink: 0;
}
@keyframes sp-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sp-about {
  background: #15152E;
  color: #ebe1d8;
  padding: 72px 20px 80px;
}
.sp-about-inner {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.sp-about-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.sp-about-title {
  font-family: "Forum", Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 28px;
}
.sp-about-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  display: block;
}
.sp-about-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.65;
  color: #ebe1d8;
  border-left: 3px solid #FC270C;
  padding-left: 22px;
}
.sp-about-body p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 18px;
}
.sp-about-body p:last-child {
  margin-bottom: 0;
}
.sp-about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}
.sp-about-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 28px;
}
.sp-about-stat:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.sp-about-stat:nth-child(even) {
  padding-left: 24px;
}
.sp-about-stat:nth-child(n+3) {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0;
}
.sp-about-stat-num {
  font-family: "Forum", Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: #ffffff;
}
.sp-about-stat-num sup {
  font-size: 20px;
}
.sp-about-stat-label {
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-weight: 600;
}
.sp-inside {
  background: #ffffff;
  padding: 72px 20px 80px;
}
.sp-inside-inner {
  max-width: 1536px;
  margin: 0 auto;
}
.sp-inside-header {
  margin-bottom: 48px;
}
.sp-inside-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sp-inside-title {
  font-family: "Forum", Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.9;
  color: #1a1a1a;
}
.sp-inside-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #8a8275;
}
.sp-inside-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
.sp-chapter {
  background: #f3f3f3;
  padding: 32px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: background 0.25s;
}
.sp-chapter:hover {
  background: #e8e0d1;
}
.sp-chapter-num {
  font-family: "Forum", Georgia, serif;
  font-size: 72px;
  line-height: 0.85;
  color: rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  width: 52px;
  text-align: right;
  user-select: none;
  pointer-events: none;
}
.sp-chapter-body {
  flex: 1;
  padding-top: 4px;
}
.sp-chapter-label {
  display: block;
  font-size: 8px;
  letter-spacing: 3.5px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sp-chapter-title {
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.15;
}
.sp-chapter-desc {
  font-size: 13px;
  line-height: 1.85;
  color: #8a8275;
}
.sp-author {
  background: #ebe1d8;
  padding: 72px 20px 80px;
}
.sp-author-inner {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.sp-author-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  flex-shrink: 0;
}
.sp-author-photo {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(12%);
  transition: filter 0.5s;
}
.sp-author-photo:hover {
  filter: grayscale(0%);
}
.sp-author-name-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #15152E;
  padding: 18px 24px;
}
.sp-author-name {
  font-family: "Forum", Georgia, serif;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.1;
  display: block;
}
.sp-author-role {
  display: block;
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}
.sp-author-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sp-author-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
}
.sp-author-title {
  font-family: "Forum", Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 0.95;
  color: #1a1a1a;
}
.sp-author-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #8a8275;
  display: block;
}
.sp-author-bio {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  line-height: 1.95;
  color: #8a8275;
}
.sp-author-bio p {
  margin-bottom: 16px;
}
.sp-author-bio p:last-child {
  margin-bottom: 0;
}
.sp-author-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.sp-author-fact {
  font-size: 10px;
  letter-spacing: 1px;
  color: #8a8275;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 40px;
}
.sp-author-fact b {
  color: #1a1a1a;
  font-weight: 600;
}
.sp-author-sig {
  display: block;
  height: 46px;
  margin-top: 8px;
  opacity: 0.7;
}
.sp-author-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}
.sp-reviews {
  background: #15152E;
  padding: 72px 20px 80px;
}
.sp-reviews-inner {
  max-width: 1536px;
  margin: 0 auto;
}
.sp-reviews-header {
  text-align: center;
  margin-bottom: 52px;
}
.sp-reviews-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sp-reviews-title {
  font-family: "Forum", Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.9;
  color: #ffffff;
}
.sp-reviews-title em {
  font-family: "Forum", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
}
.sp-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  margin-bottom: 52px;
}
.sp-reviews-avg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.sp-reviews-avg-num {
  font-family: "Forum", Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
}
.sp-reviews-avg-stars {
  color: #e8a020;
  font-size: 20px;
  letter-spacing: 4px;
}
.sp-reviews-avg-label {
  font-size: 9px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-weight: 600;
}
.sp-review-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.25s;
}
.sp-review-card:hover {
  background: rgba(255, 255, 255, 0.08);
}
.sp-review-card-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  color: #FC270C;
  line-height: 0.65;
  user-select: none;
}
.sp-review-card-text {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  flex: 1;
}
.sp-review-card-stars {
  color: #e8a020;
  font-size: 11px;
  letter-spacing: 2px;
}
.sp-review-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.sp-review-card-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FC270C;
  color: #fff;
  font-family: "Forum", Georgia, serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sp-review-card-name {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
}
.sp-review-card-role {
  display: block;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #b7afa1;
}
.sp-order-cta {
  background: #ebe1d8;
  padding: 80px 20px 96px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sp-order-cta-ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Forum", Georgia, serif;
  font-size: 220px;
  color: rgba(0, 0, 0, 0.035);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  letter-spacing: -8px;
}
.sp-order-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.sp-order-cta-img {
  width: 160px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
  transition: transform 0.5s ease;
}
.sp-order-cta-img:hover {
  transform: translateY(-8px) rotate(0.5deg);
}
.sp-order-cta-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
}
.sp-order-cta-title {
  font-family: "Forum", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 0.9;
  color: #1a1a1a;
}
.sp-order-cta-title em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: #8a8275;
  display: block;
  font-size: 0.7em;
  margin-bottom: 4px;
}
.sp-order-cta-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.75;
  color: #8a8275;
  max-width: 520px;
  border-left: 3px solid #FC270C;
  padding-left: 22px;
  text-align: left;
}
.sp-order-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.sp-order-cta-note {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #b7afa1;
  text-transform: uppercase;
}
.sp-order-cta-cite {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #b7afa1;
  font-style: normal;
}
@media (min-width: 820px) {
  .sp-bc-bar {
    padding: 0 36px;
  }
  .sp-hero {
    padding: 56px 36px 72px;
  }
  .sp-hero-inner {
    gap: 60px;
  }
  .sp-gallery-main {
    max-width: 520px;
  }
  .sp-main-img {
    width: 78%;
    max-width: 380px;
  }
  .sp-title em {
    font-size: 70px;
  }
  .sp-title strong {
    font-size: 70px;
  }
  .sp-sticky-bar-name {
    display: block;
  }
  .sp-about {
    padding: 80px 36px 88px;
  }
  .sp-about-title {
    font-size: 68px;
  }
  .sp-about-quote {
    font-size: 22px;
  }
  .sp-about-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .sp-about-stat {
    padding: 0 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .sp-about-stat:nth-child(odd) {
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .sp-about-stat:nth-child(even) {
    padding-left: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .sp-about-stat:last-child {
    border-right: none;
  }
  .sp-about-stat:nth-child(n+3) {
    padding-top: 0;
    border-top: none;
    padding-bottom: 0;
  }
  .sp-inside {
    padding: 80px 36px 88px;
  }
  .sp-inside-title {
    font-size: 68px;
  }
  .sp-inside-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-author {
    padding: 80px 36px 88px;
  }
  .sp-author-title {
    font-size: 58px;
  }
  .sp-reviews {
    padding: 80px 36px 88px;
  }
  .sp-reviews-title {
    font-size: 68px;
  }
  .sp-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-order-cta {
    padding: 96px 36px 112px;
  }
  .sp-order-cta-title {
    font-size: 72px;
  }
  .sp-order-cta-ghost {
    font-size: 320px;
  }
}
@media (min-width: 1024px) {
  .sp-bc-bar {
    padding: 0 48px;
  }
  .sp-hero {
    padding: 64px 48px 80px;
  }
  .sp-hero-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
  .sp-gallery {
    flex: 0 0 460px;
    position: sticky;
    top: calc(72px + 28px);
    align-items: flex-start;
  }
  .sp-gallery-main {
    max-width: 100%;
  }
  .sp-main-img {
    width: 85%;
    max-width: 100%;
  }
  .sp-thumbnails {
    justify-content: flex-start;
  }
  .sp-info {
    flex: 1;
    padding-top: 6px;
  }
  .sp-title em {
    font-size: 76px;
  }
  .sp-title strong {
    font-size: 76px;
  }
  .sp-about {
    padding: 96px 48px 104px;
  }
  .sp-about-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 88px;
  }
  .sp-about-left {
    flex: 0 0 44%;
  }
  .sp-about-right {
    flex: 1;
  }
  .sp-about-title {
    font-size: 84px;
  }
  .sp-about-quote {
    font-size: 24px;
  }
  .sp-about-stat-num {
    font-size: 54px;
  }
  .sp-inside {
    padding: 96px 48px 104px;
  }
  .sp-inside-title {
    font-size: 84px;
  }
  .sp-inside-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sp-author {
    padding: 96px 48px 104px;
  }
  .sp-author-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
  .sp-author-visual {
    flex: 0 0 400px;
    margin: 0;
  }
  .sp-author-body {
    flex: 1;
    padding-top: 12px;
  }
  .sp-author-title {
    font-size: 68px;
  }
  .sp-author-bio {
    font-size: 18px;
  }
  .sp-reviews {
    padding: 96px 48px 104px;
  }
  .sp-reviews-title {
    font-size: 84px;
  }
  .sp-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sp-order-cta {
    padding: 112px 48px 128px;
  }
  .sp-order-cta-title {
    font-size: 88px;
  }
  .sp-order-cta-ghost {
    font-size: 420px;
  }
}
@media (min-width: 1280px) {
  .sp-gallery {
    flex: 0 0 520px;
  }
  .sp-title em {
    font-size: 88px;
  }
  .sp-title strong {
    font-size: 88px;
  }
  .sp-about-title {
    font-size: 104px;
  }
  .sp-inside-title {
    font-size: 104px;
  }
  .sp-reviews-title {
    font-size: 104px;
  }
  .sp-order-cta-title {
    font-size: 104px;
  }
  .sp-order-cta-ghost {
    font-size: 520px;
  }
}
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.lightbox.is-open {
  display: flex;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.lightbox-content {
  position: relative;
  z-index: 1;
  width: 92vw;
  max-width: 1100px;
  border: 2px solid #1a1a1a;
  box-shadow: 0 0 0 1px #000, 0 24px 60px rgba(0, 0, 0, 0.8);
}
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.lightbox-close:hover {
  opacity: 1;
}
.lightbox-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #0d0d0d;
}
.lightbox-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.header.header--dark {
  background: #15152E;
}
.header.header--dark.scrolled {
  background: #0b0b19;
}
.header.header--dark .nav a {
  color: rgba(255, 255, 255, 0.65);
}
.header.header--dark .nav a:hover,
.header.header--dark .nav a.active {
  color: #ffffff;
}
.header.header--dark .nav a::after {
  background: #ffffff !important;
}
.header.header--dark .header-cart {
  color: rgba(255, 255, 255, 0.55);
}
.header.header--dark .header-cart:hover {
  color: #ffffff;
}
.nav-cta-btn {
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  padding: 6px 18px !important;
  border-radius: 4px !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}
.nav-cta-btn:hover {
  background: #ffffff !important;
  color: #15152E !important;
  border-color: #ffffff !important;
}
.nav-cta-btn::after {
  display: none !important;
}
.bep-hero {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bep-hero-photo {
  overflow: hidden;
  background: #1a1a1a;
}
.bep-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.bep-hero-photo--left {
  aspect-ratio: 3/4;
}
.bep-hero-photo--right {
  aspect-ratio: 1/1;
}
@media (min-width: 820px) {
  .bep-hero-photo--left {
    aspect-ratio: 4/5;
  }
  .bep-hero-photo--right {
    aspect-ratio: unset;
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .bep-hero-photo--left {
    aspect-ratio: unset;
    min-height: 600px;
  }
  .bep-hero-photo--right {
    min-height: 600px;
  }
}
.bep-bio {
  background: #ffffff;
  padding: 52px 20px 60px;
}
.bep-bio-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.bep-bio-accent {
  width: 4px;
  flex-shrink: 0;
  background: #FC270C;
  border-radius: 2px;
  margin-right: 36px;
  align-self: stretch;
}
.bep-bio-body {
  flex: 1;
}
.bep-bio-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 10px;
}
.bep-bio-role {
  display: block;
  font-size: 9px;
  letter-spacing: 2.5px;
  color: #FC270C;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.bep-bio-body > p {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.88;
  color: #8a8275;
  margin-bottom: 18px;
}
.bep-bio-body > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .bep-bio {
    padding: 68px 36px 76px;
  }
  .bep-bio-name {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .bep-bio {
    padding: 76px 48px 88px;
  }
  .bep-bio-name {
    font-size: 62px;
  }
  .bep-bio-body > p {
    font-size: 14px;
  }
  .bep-bio-accent {
    margin-right: 48px;
  }
}
.bep-award-photo {
  background: #1a1a1a;
  display: flex;
  justify-content: center;
}
.bep-award-photo-inner {
  max-width: 680px;
  width: 100%;
}
.bep-award-photo-inner img {
  width: 100%;
  display: block;
}
.bep-award-quote {
  background: #ffffff;
  padding: 52px 20px 60px;
  text-align: center;
}
.bep-award-quote-inner {
  max-width: 640px;
  margin: 0 auto;
}
.bep-award-quote-inner p {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.bep-award-quote-inner p:last-child {
  margin-bottom: 0;
}
.bep-award-quote-inner p strong {
  font-weight: 700;
}
@media (min-width: 820px) {
  .bep-award-quote {
    padding: 68px 36px 76px;
  }
  .bep-award-quote-inner p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .bep-award-quote {
    padding: 76px 48px 88px;
  }
  .bep-award-quote-inner p {
    font-size: 15px;
  }
}
.bep-extended {
  background: #f7f4f0;
  padding: 52px 20px 60px;
}
.bep-extended-inner {
  max-width: 920px;
  margin: 0 auto;
}
.bep-extended-inner p {
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.88;
  color: #8a8275;
  margin-bottom: 18px;
}
.bep-extended-inner p:last-child {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .bep-extended {
    padding: 68px 36px 76px;
  }
}
@media (min-width: 1024px) {
  .bep-extended {
    padding: 76px 48px 88px;
  }
  .bep-extended-inner p {
    font-size: 14px;
  }
}
.bep-signature {
  background: #ffffff;
  padding: 36px 20px 52px;
}
.bep-signature-inner {
  max-width: 920px;
  margin: 0 auto;
}
.bep-signature-inner img {
  height: 72px;
  width: auto;
  display: block;
}
@media (min-width: 820px) {
  .bep-signature {
    padding: 44px 36px 60px;
  }
}
@media (min-width: 1024px) {
  .bep-signature {
    padding: 48px 48px 68px;
  }
}
.bep-footer {
  border-top: none;
}
.bep-footer.footer {
  border-top: none;
}
.bep-footer-inner.footer-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 20px !important;
}
.bep-footer-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.bep-footer-left .footer-social {
  gap: 8px;
}
.bep-footer-copy {
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
}
.bep-footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bep-footer-powered {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
}
.bep-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.bep-footer-brand svg {
  opacity: 0.55;
}
@media (min-width: 820px) {
  .bep-footer-inner.footer-inner {
    padding: 24px 36px !important;
  }
}
@media (min-width: 1024px) {
  .bep-footer-inner.footer-inner {
    padding: 24px 48px !important;
  }
}
.stores-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  transition: visibility 0s linear 0.5s;
}
.stores-drawer.is-open {
  visibility: visible;
  transition: visibility 0s;
}
.stores-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 10, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.stores-drawer.is-open .stores-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.stores-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(440px, 88vw);
  background: #e8edf7;
  color: #1a1a1a;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 30px 26px 24px 42px;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1);
}
.stores-drawer.is-open .stores-panel {
  transform: translateX(0);
}
.stores-panel-rail {
  position: absolute;
  left: 16px;
  bottom: 28px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(21, 21, 46, 0.22);
  pointer-events: none;
  user-select: none;
}
.stores-panel-head {
  flex-shrink: 0;
  padding-right: 34px;
  margin-bottom: 20px;
}
.stores-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(21, 21, 46, 0.22);
  background: transparent;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.35s ease;
}
.stores-close:hover,
.stores-close:focus-visible {
  background: #FC270C;
  border-color: #FC270C;
  color: #fff;
  transform: rotate(90deg);
}
.stores-eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FC270C;
  margin-bottom: 12px;
}
.stores-title {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.95;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.stores-title em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  color: #FC270C;
}
.stores-sub {
  font-size: 12.5px;
  line-height: 1.7;
  color: #545b6b;
}
.stores-sub strong {
  color: #1a1a1a;
  font-weight: 600;
}
.stores-list {
  list-style: none;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 4px 8px 6px 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(21, 21, 46, 0.28) transparent;
}
.stores-list::-webkit-scrollbar {
  width: 5px;
}
.stores-list::-webkit-scrollbar-thumb {
  background: rgba(21, 21, 46, 0.22);
  border-radius: 4px;
}
.store-card {
  position: relative;
  display: flex;
  gap: 14px;
  padding: 16px 16px 16px 15px;
  border: 1px solid rgba(21, 21, 46, 0.12);
  border-radius: 12px;
  background: #fff;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.3s ease, background 0.3s ease;
}
.stores-drawer.is-open .store-card {
  opacity: 1;
  transform: translateX(0);
}
.store-card:hover {
  border-color: rgba(252, 39, 12, 0.55);
  background: rgba(252, 39, 12, 0.06);
}
.stores-drawer.is-open .store-card:nth-child(1) {
  transition-delay: 0.12s;
}
.stores-drawer.is-open .store-card:nth-child(2) {
  transition-delay: 0.18s;
}
.stores-drawer.is-open .store-card:nth-child(3) {
  transition-delay: 0.24s;
}
.stores-drawer.is-open .store-card:nth-child(4) {
  transition-delay: 0.3s;
}
.stores-drawer.is-open .store-card:nth-child(5) {
  transition-delay: 0.36s;
}
.stores-drawer.is-open .store-card:nth-child(6) {
  transition-delay: 0.42s;
}
.stores-drawer.is-open .store-card:nth-child(n+7) {
  transition-delay: 0.48s;
}
.store-num {
  flex-shrink: 0;
  width: 26px;
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  line-height: 1.1;
  color: rgba(21, 21, 46, 0.28);
}
.store-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.store-tag {
  align-self: flex-start;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FC270C;
  border: 1px solid rgba(252, 39, 12, 0.4);
  border-radius: 20px;
  padding: 3px 9px;
  margin-bottom: 9px;
}
.store-name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.store-addr {
  font-size: 11.5px;
  line-height: 1.5;
  color: #545b6b;
  margin-bottom: 10px;
}
.store-dir {
  align-self: flex-start;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
.store-dir:hover,
.store-dir:focus-visible {
  color: #FC270C;
}
.stores-foot {
  flex-shrink: 0;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 21, 46, 0.14);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.stores-foot-note {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #545b6b;
}
.stores-foot-cta {
  width: 100%;
  justify-content: center;
}
body.stores-open {
  overflow: hidden;
}
@media (max-width: 480px) {
  .stores-panel {
    padding: 26px 18px 20px 30px;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.55);
  }
  .stores-panel-rail {
    display: none;
  }
  .stores-title {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stores-drawer-backdrop,
  .stores-panel,
  .store-card {
    transition-duration: 0.01ms;
  }
  .store-card {
    opacity: 1;
    transform: none;
  }
}
.sp-gallery .woocommerce-product-gallery {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.sp-gallery .woocommerce-product-gallery__image img {
  border-radius: 8px;
}
.sp-gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}
.sp-gallery .flex-control-thumbs li {
  width: 64px;
  cursor: pointer;
}
.sp-gallery .flex-control-thumbs img {
  border-radius: 6px;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.sp-gallery .flex-control-thumbs img.flex-active,
.sp-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
.sp-info form.cart {
  margin: 22px 0;
}
.sp-info form.cart .variations {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
.sp-info form.cart .variations th,
.sp-info form.cart .variations td {
  text-align: left;
  padding: 8px 0;
  vertical-align: middle;
}
.sp-info form.cart .variations th.label {
  width: 120px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a8275;
}
.sp-info form.cart .variations select {
  width: 100%;
  max-width: 260px;
  padding: 12px 14px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 8px;
  background: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}
.sp-info form.cart .reset_variations {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  color: #8a8275;
}
.sp-info form.cart .sp-option-group {
  margin-bottom: 28px;
}
.sp-info form.cart .woocommerce-variation-availability {
  display: none;
}
.sp-info form.cart .single_variation {
  margin: 0 0 28px;
}
.sp-info form.cart .woocommerce-variation-price::before {
  content: "Your Price";
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8a8275;
}
.sp-info form.cart .woocommerce-variation-price .price {
  font-family: "Forum", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  color: #1a1a1a;
}
.sp-info form.cart .woocommerce-variation-price del {
  color: #b7afa1;
  font-size: 0.55em;
  margin-right: 8px;
}
.sp-info form.cart .woocommerce-variation-price ins {
  text-decoration: none;
  font-weight: inherit;
}
.sp-info form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
}
.sp-info form.cart .quantity {
  display: inline-flex;
  align-items: center;
  height: 44px;
  margin: 0;
  float: none;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-radius: 40px;
  overflow: hidden;
}
.sp-info form.cart .quantity .qty-btn {
  width: 42px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #1a1a1a;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, color 0.18s ease;
}
.sp-info form.cart .quantity .qty-btn:hover {
  background: #f3f3f3;
  color: #FC270C;
}
.sp-info form.cart .quantity .qty {
  width: 46px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-left: 1px solid rgba(26, 26, 26, 0.18);
  border-right: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 0;
  background: #fff;
  text-align: center;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -moz-appearance: textfield;
}
.sp-info form.cart .quantity .qty::-webkit-outer-spin-button,
.sp-info form.cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sp-info form.cart .single_add_to_cart_button.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FC270C;
  color: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 20px 26px;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  flex: 1;
  justify-content: center;
  min-width: 160px;
  padding: 18px 28px;
  font-size: 12px;
}
.sp-info form.cart .single_add_to_cart_button.button:hover {
  background: #000;
  transform: translateY(-2px);
}
.sp-info form.cart .single_add_to_cart_button.button .dot {
  font-size: 8px;
  color: #fff;
}
.sp-info form.cart .single_add_to_cart_button.button.light {
  background: #fff;
  color: #1a1a1a;
}
.sp-info form.cart .single_add_to_cart_button.button.light .dot {
  color: #1a1a1a;
}
.sp-info form.cart .single_add_to_cart_button.button.dark-pill {
  background: #1a1a1a;
  color: #fff;
}
.sp-info form.cart .single_add_to_cart_button.button.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.sp-info form.cart .single_add_to_cart_button.button.btn-outline .dot {
  color: #ffffff;
}
.sp-info form.cart .single_add_to_cart_button.button.btn-outline:hover {
  background: #ffffff;
  color: #1a1a1a;
}
.sp-info form.cart .single_add_to_cart_button.button.btn-outline.btn-outline--ink {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.sp-info form.cart .single_add_to_cart_button.button.btn-outline.btn-outline--ink .dot {
  color: #1a1a1a;
}
.sp-info form.cart .single_add_to_cart_button.button.btn-outline.btn-outline--ink:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.abu-page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px 90px;
}
body.woocommerce-cart .wc-cart-table .product-remove a.remove {
  width: 28px;
  height: 28px;
  min-width: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 50%;
  color: #8a8275 !important;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-cart .wc-cart-table .product-remove a.remove:hover {
  border-color: #FC270C;
  color: #FC270C !important;
  background: rgba(252, 39, 12, 0.06);
}
body.woocommerce-cart .cart-col-side .cart_totals {
  width: 100%;
  float: none;
  text-align: left;
  margin: 0;
}
body.woocommerce-checkout .co-section .form-row {
  flex: 1;
  min-width: 180px;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
body.woocommerce-checkout .co-section .form-row label {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8a8275;
  margin: 0;
  line-height: 1.4;
}
body.woocommerce-checkout .co-section .form-row label abbr.required,
body.woocommerce-checkout .co-section .form-row label .required {
  color: #FC270C;
  border: 0;
  text-decoration: none;
}
body.woocommerce-checkout .co-section .form-row label .optional {
  color: #b7afa1;
  font-weight: 400;
}
body.woocommerce-checkout .co-section .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
body.woocommerce-checkout .co-section .form-row input.input-text,
body.woocommerce-checkout .co-section .form-row select,
body.woocommerce-checkout .co-section .form-row textarea,
body.woocommerce-checkout .co-section .select2-container .select2-selection {
  height: 50px;
  padding: 0 16px;
  border: 1.5px solid rgba(26, 26, 26, 0.18);
  border-radius: 4px;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}
body.woocommerce-checkout .co-section .form-row input.input-text::placeholder,
body.woocommerce-checkout .co-section .form-row textarea::placeholder {
  color: #b7afa1;
}
body.woocommerce-checkout .co-section .form-row input.input-text:focus,
body.woocommerce-checkout .co-section .form-row select:focus,
body.woocommerce-checkout .co-section .form-row textarea:focus {
  border-color: #1a1a1a;
}
body.woocommerce-checkout .co-section .form-row textarea {
  height: auto;
  min-height: 90px;
  padding: 14px 16px;
  resize: vertical;
  line-height: 1.5;
}
body.woocommerce-checkout .co-section .form-row select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238a8275' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 38px;
  cursor: pointer;
}
body.woocommerce-checkout .co-section .select2-container {
  width: 100% !important;
}
body.woocommerce-checkout .co-section .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .co-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.2;
  color: #1a1a1a;
}
body.woocommerce-checkout .co-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
body.woocommerce-checkout #payment {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout #payment .co-payment-options {
  padding: 0;
  margin: 0;
  border: 0;
}
body.woocommerce-checkout #payment .payment_box {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 0;
  box-shadow: none;
  margin: 14px 0 0;
  padding: 14px 0 0;
  width: 100%;
  color: #8a8275;
  font-size: 12px;
}
body.woocommerce-checkout #payment .payment_box::before {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  display: block;
}
body.woocommerce-checkout #place_order {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FC270C;
  color: #fff;
  font-family: "Red Hat Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 20px 26px;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  width: 100%;
  justify-content: center;
  font-size: 12px;
  padding: 20px 24px;
}
body.woocommerce-checkout #place_order:hover {
  background: #000;
  transform: translateY(-2px);
}
body.woocommerce-checkout #place_order .dot {
  font-size: 8px;
  color: #fff;
}
body.woocommerce-checkout #place_order.light {
  background: #fff;
  color: #1a1a1a;
}
body.woocommerce-checkout #place_order.light .dot {
  color: #1a1a1a;
}
body.woocommerce-checkout #place_order.dark-pill {
  background: #1a1a1a;
  color: #fff;
}
body.woocommerce-checkout #place_order.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
body.woocommerce-checkout #place_order.btn-outline .dot {
  color: #ffffff;
}
body.woocommerce-checkout #place_order.btn-outline:hover {
  background: #ffffff;
  color: #1a1a1a;
}
body.woocommerce-checkout #place_order.btn-outline.btn-outline--ink {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
body.woocommerce-checkout #place_order.btn-outline.btn-outline--ink .dot {
  color: #1a1a1a;
}
body.woocommerce-checkout #place_order.btn-outline.btn-outline--ink:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
