.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element's speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

.custom-btn {
	background-color: #020b0a;
    display: inline-block;
    padding: 16px 40px 16px 40px;
    border-radius: 40px;
    cursor: pointer;
}
.custom-btn:hover {
	background-color: #C5624F;
}

.custom-btn:active {
	background-color: #9f4c3d;
}

#toolset {
	display: none;
}

body {
	background-color: #fff !important;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4em;
}

ol {
	list-style-type: decimal-leading-zero;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 500;
	color: transparent;
	font-family: Newsreader, Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: transparent;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Newsreader, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #000;
}

[data-predefined-style="true"] h1 a {
	color: #020b0a;
}

[data-predefined-style="true"] h2 {
	font-family: Newsreader, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin-top: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.4rem;
	line-height: 1;
    letter-spacing: -.01em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.45rem;
	line-height: 1.35;
	font-family: Newsreader, Icons;
	font-style: normal;
	font-weight: 400;
	color: #020b0a;
}

[data-predefined-style="true"] small a {
	color: #fff;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {

    margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}


[data-css-preset] body {
	background-color: rgb(92, 86, 86)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 71%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 8rem /*!main_margin*/;
	padding-left: 8rem /*!main_margin*/;
	padding-right: 8rem /*!main_margin*/;
	padding-bottom: 8rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.4;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0.4rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: Newsreader, Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 1.6rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
*/

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.2;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 4.8rem /*!quick_view_padding*/;
    padding-bottom: 4.8rem /*!quick_view_padding*/;
    padding-left: 4.8rem /*!quick_view_padding*/;
    padding-right: 4.8rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}

[data-css-preset] .quick-view-background {
	background: #fff /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 2px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/* ================================
   BOOK PREVIEW SECTION
   ================================ */

.book-preview-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 2rem;
  background: linear-gradient(135deg, #DCEAF6 0%, #FEEEEC 100%);
  position: relative;
  overflow: hidden;
}

.book-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 12rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}

/* 3D Book (Closed State) */
.book-3d {
  perspective: 100000px;
  width: 35rem;
  height: 55rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

.book-3d.open {
  width: 70rem;
  height: 50rem;
  cursor: default;
}

.book-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: floatBook 6s ease-in-out infinite;
}

.book-wrapper:hover {
  transform: rotateY(-25deg) rotateX(5deg);
  animation-play-state: paused;
}

.book-3d.open .book-wrapper {
  animation: none;
  transform: rotateY(0) rotateX(0);
}

.book-3d.open .book-wrapper:hover {
  transform: rotateY(0) rotateX(0);
}

.book-cover {
  width: 100%;
  height: 95%;
  background-image: url('https://freight.cargo.site/t/original/i/c2ef6dcc0bed5caff3837f3d86776aa7523fd59878be1b3cd420783ae7aa138a/Cover_The-Only-City-4_page-0001-1.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 0 0.5rem 0.5rem 0;
  position: relative;
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1rem;
  color: #f5f1e8;
  transition: all 0.5s ease;
}


.book-3d.open .book-cover {
  opacity: 0;
  pointer-events: none;
}

/*.book-spine {
  position: absolute;
  left: -4rem;
  top: 0;
  width: 4rem;
  height: 100%;
  background: linear-gradient(90deg, #1a0f08 0%, #2c1810 100%);
  transform: rotateY(-90deg);
  transform-origin: right;
  box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.5);
}*/



.book-accent {
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  background: rgba(245, 241, 232, 0.1);
  border-radius: 50%;
  border: 0.2rem solid rgba(245, 241, 232, 0.3);
}

.book-click-hint {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  color: #000;
  font-family: "Monument Grotesk Mono", Icons;
  opacity: 0.7;
  animation: pulseHint 2s ease-in-out infinite;
  pointer-events: none;
}

.book-3d.open .book-click-hint {
  display: none;
}

@keyframes pulseHint {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 0.3; }
}

/* Book Pages (Open State) */
.book-pages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  perspective: 1500px;
}

.book-3d.open .book-pages {
  display: block;
}

.book-spread {
  margin-left: 20rem;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

.book-page {
  width: 50%;
  height: 100%;
  background: #fefdfb;
  padding: 4rem 3rem;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
}


  /*.book-page.right {
    display: block;
  }*/


.book-page.left {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.book-page.right {
  border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
}

/* Page Content Placeholders */
.page-image-placeholder {
  width: 100%;
  height: 20rem;
  background: linear-gradient(135deg, #e8dcc4 0%, #d4c4a8 100%);
  border-radius: 0.4rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-family: "Monument Grotesk Mono", Icons;
  border: 0.2rem dashed rgba(0, 0, 0, 0.15);
}

.page-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2c1810;
  margin-bottom: 1.5rem;
  font-family: Newsreader, Icons;
}

.page-text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #3a3a3a;
  font-family: Newsreader, Icons;
  font-weight: 400;
}

.page-text-placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-style: italic;
}

/* Last Page CTA */
.page-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 3rem;
}

.page-cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c1810;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: Newsreader, Icons;
  line-height: 1.2;
}

.page-cta-text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 3rem;
  font-family: Newsreader, Icons;
  max-width: 30rem;
}

.page-cta-button {
  display: inline-block;
  padding: 1.8rem 4rem;
  background: #b53253;
  color: #f5f1e8 !important;;
  text-decoration: none;
  border-radius: 3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 1.5rem rgba(44, 24, 16, 0.3);
  font-family: "Monument Grotesk Mono", Icons;
  font-size: 1.5rem;
}

.page-cta-button:hover {
  background: #b53253;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.6rem 2rem rgba(44, 24, 16, 0.4);
}

.page-cta-button:active {
  transform: translateY(0);
}

/* Page Navigation */
.book-nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  align-items: center;
  z-index: 10;
}

.book-nav-button {
  background: rgba(44, 24, 16, 0.8);
  color: #f5f1e8;
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  font-family: Icons;
}

.book-nav-button:hover {
  background: #5d3a2a;
  transform: scale(1.1);
}

.book-nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: scale(1);
}

.book-page-indicator {
  font-size: 1.3rem;
  color: rgba(44, 24, 16, 0.7);
  font-family: "Monument Grotesk Mono", Icons;
  padding: 0 1rem;
}

.book-close-button {
  position: absolute;
  top: 2rem;
  right: -18rem;
  background: rgba(44, 24, 16, 0.8);
  color: #f5f1e8;
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all 0.3s ease;
  z-index: 10;
}

.book-close-button:hover {
  background: #5d3a2a;
  transform: rotate(90deg);
}

/* Book Content (Right Side) */
.book-content {
  flex: 1;
  min-width: 34rem; /* increased from 30rem */
  max-width: 10rem; /* increased from 90rem */
  transition: opacity 0.5s ease;
    
}
.book-3d.open ~ .book-content {
  opacity: 0;
  pointer-events: none;
}

.book-subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #8b6f47;
  margin-top: 10rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Newsreader", Icons;
  animation: fadeInUp 1s ease-out 0.3s both;
}

.book-description {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #3a3a3a;
  margin-bottom: 3rem;
  text-align: left;
  font-family: Newsreader, Icons;
  font-weight: 400;
  
  animation: fadeInUp 1s ease-out 0.5s both;
}

.book-cta {
  display: inline-block;
  padding: 1.5rem 3.4rem;
  background: #b53253;
  color: #f5f1e8 !important;
  text-decoration: none;
  border-radius: 3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease-out 0.7s both;
  box-shadow: 0 0.4rem 1.5rem rgba(44, 24, 16, 0.3);
  font-family: "Newsreader", Icons;
  font-size: 1.4rem;
}

.book-cta:hover {
  background: #5d3a2a;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.6rem 2rem rgba(44, 24, 16, 0.4);
}

.book-cta:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* Decorative Floating Elements */
.book-floating-element {
  position: absolute;
  opacity: 0.08;
  animation: floatElement 20s ease-in-out infinite;
  pointer-events: none;
  font-size: 10rem;
}

.book-floating-element:nth-child(1) {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.book-floating-element:nth-child(2) {
  bottom: 15%;
  right: 10%;
  font-size: 8rem;
  animation-delay: -5s;
}

.book-floating-element:nth-child(3) {
  top: 60%;
  left: 15%;
  font-size: 6rem;
  animation-delay: -10s;
}

/* Animations */
@keyframes floatBook {
  0%, 100% {
    transform: translateY(0) rotateY(-15deg);
  }
  50% {
    transform: translateY(-2rem) rotateY(-15deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatElement {
  0%, 100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  33% {
    transform: translateY(-3rem) translateX(2rem) rotate(5deg);
  }
  66% {
    transform: translateY(-1rem) translateX(-2rem) rotate(-5deg);
  }
}

/* ================================
   BOOK PREVIEW SECTION - MOBILE FIX
/* ================================ */

@media (max-width: 768px) {
  .book-preview-section {
    padding: 4rem 1rem;
    min-height: auto;
  }

  .book-spread {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    transform: none !important;
  }

  .book-page img {
    max-height: 70vh;
  }

  .book-content {
    width: 95%;
    max-width: 95%;
    padding: 0 2rem; /* slightly more horizontal room */
}
  
  /* Force vertical stacking */
  .book-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 100%;
  }
  
  /* Book (media) appears first - on top */
  .book-3d {
    order: 1;
    width: 85vw;
    max-width: 32rem;
    height: auto;
    aspect-ratio: 3/4;
    margin-top: 2rem;
  }
  
  /* Fix book wrapper to prevent cropping and reduce animation */
  .book-wrapper {
    width: 100%;
    height: 100%;
    animation: none;
    transform: rotateY(-8deg) rotateX(1deg);
  }
  
  .book-wrapper:hover {
    transform: rotateY(-12deg) rotateX(2deg);
  }
  
  /* Ensure book cover displays fully without cropping */
  .book-cover {
    height: 110%;
    width: 90%;
    overflow: visible;
    background-size: cover;
    background-position: center;
  }
  
  /* Hide the click hint that was appearing over the book */
  .book-click-hint {
    position: static;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    opacity: 0.6;
    transform: none;
  }
  
  /* Text content appears second - below */
  .book-content {
    order: 2;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 1.rem;
  }
  
  .book-3d.open {
    width: 95vw;
    max-width: 38rem;
    height: auto;
    min-height: unset;
    margin-bottom: -85rem;
  }

/* Default: show left page only (mobile single-page mode) */
.book-page.right {
  display: none;
}

/* When on even-numbered pages, hide left and show right */
.book-spread[data-page="2"] .book-page.left,
.book-spread[data-page="4"] .book-page.left,
.book-spread[data-page="6"] .book-page.left {
  display: none;
}

.book-spread[data-page="2"] .book-page.right,
.book-spread[data-page="4"] .book-page.right,
.book-spread[data-page="6"] .book-page.right {
  display: block;
}
  
  /* Single page view on mobile with book edges */
  .book-spread {
    position: relative;
    box-shadow: 
      -0.5rem 0 1.5rem rgba(0, 0, 0, 0.2),
      0.5rem 0 1.5rem rgba(0, 0, 0, 0.2);
  }
  
  /* Book spine effect on left */
  .book-spread::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 100%;
    background: linear-gradient(90deg, 
      rgba(0, 0, 0, 0.15) 0%, 
      rgba(0, 0, 0, 0.05) 50%,
      transparent 100%);
    pointer-events: none;
    z-index: 1;
  }
  
  /* Book edge on right */
  .book-spread::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 100%;
    background: linear-gradient(270deg, 
      rgba(0, 0, 0, 0.15) 0%, 
      rgba(0, 0, 0, 0.05) 50%,
      transparent 100%);
    pointer-events: none;
    z-index: 1;
  }
  
  /* Hide one page, show only one at a time */
  .book-page {
    width: 100%;
    height: 100%;
    padding: 3rem 2.5rem;
    border: none !important;
  }
    
/* Responsive images inside book pages */
.book-page img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

  
  
  .book-page.right {
    display: none;
  }
  
  /* On odd pages, show right page instead */
  .book-spread[data-page="2"] .book-page.left {
    display: none;
  }
  
  .book-spread[data-page="2"] .book-page.right {
    display: block;
  }
  
  .book-spread[data-page="3"] .book-page.left {
    display: none;
  }
  
  .book-spread[data-page="3"] .book-page.right {
    display: block;
  }
  
  .page-image-placeholder {
    height: 15rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
  
  .page-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  
  .page-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  
  .book-title {
    font-size: 2.2rem;
  }
  
  .book-author {
    font-size: 1.5rem;
  }
  
  .book-subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .book-description {
    margin-top: 10rem;
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.8;
  }
  
  .book-cta {
    margin-top: 2rem;
    display: inline-block;
  }
  
  .book-floating-element {
    display: none;
  }
  
  /* Mobile Navigation */
  .book-nav {
    bottom: 1.5rem;
  }
  
  .book-nav-button {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
  
  .book-page-indicator {
    font-size: 1.3rem;
  }
  
  .book-close-button {
    top: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  
  /* Mobile CTA Page */
  .page-cta-container {
    padding: 2rem;
  }
  
  .page-cta-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  
  .page-cta-text {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  
  .page-cta-button {
    padding: 1.6rem 3.5rem;
    font-size: 1.5rem;
  }
}
/* ================================
   TESTIMONIALS SECTION
   ================================ */

/* Enhanced Testimonials Styles */
.testimonials-section {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #f8f7f5 0%, #fff 50%, #f8f7f5 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,215,0,0.03) 0%, transparent 70%);
  animation: float 20s infinite ease-in-out;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-10%, 10%) rotate(180deg); }
}

.testimonials-container {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.testimonials-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 4rem;
  color: #1a1a1a;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: 100%;
}

/*.testimonials-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #b53253, transparent);
} */

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #b53253;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 80px;
  color:#b53253;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  border-color: #b53253;
}

.testimonial-card:nth-child(even) {
  background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
}

.testimonial-text {
  font-size: 1.50rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}

.testimonial-text em {
  color: #b53253;
  font-weight: 500;
  font-style: normal;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
  position: relative;
  padding-right: 40px;
}

.testimonial-author::after {
  content: '—';
  position: absolute;
  right: 0;
  color: #d4af37;
}

.testimonials-decoration {
  text-align: center;
  margin: 3rem 0;
  font-size: 1.5rem;
  color: #b53253;
  letter-spacing: 0rem;
  opacity: 0.6;
  animation: pulse 3s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}

.testimonial-card {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.testimonial-card:nth-child(2) { animation-delay: 0.1s; }
.testimonial-card:nth-child(3) { animation-delay: 0.2s; }
.testimonial-card:nth-child(4) { animation-delay: 0.3s; }
.testimonial-card:nth-child(5) { animation-delay: 0.4s; }

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

@media (max-width: 768px) {
  .testimonials-title {
    font-size: 2rem;
  }
  
  .testimonial-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .testimonial-card::before {
    font-size: 60px;
    top: -15px;
    left: 20px;
  }
  
  .testimonial-text {
    font-size: 1.05rem;
    padding-left: 10px;
  }
  
  .testimonial-author {
    padding-right: 30px;
  }
}

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

.launch-section {
  min-height: 100vh;
  padding: 10rem 2rem;
  background: linear-gradient(135deg, #b53253 0%, #FFB5BB 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.launch-container {
  max-width: 120rem;
  width: 100%;
  display: flex;
  gap: 6rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.launch-content {
  flex: 1;
  min-width: 30rem;
  max-width: 50rem;
  color: #f5f1e8;
}

.launch-tag {
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #d9e8f4;
  margin-bottom: 2rem;
  font-weight: 600;
}

.launch-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: #f5f1e8;
  font-family: Newsreader, Icons;
}

.launch-description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(245, 241, 232, 0.85);
  margin-bottom: 3rem;
  font-family: Newsreader, Icons;
  font-weight: 400;
}

.launch-cta {
  display: inline-block;
  padding: 1.6rem 3.5rem;
  background: #b53253;
  color: #fff !important;;
  text-decoration: none;
  border-radius: 3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 1.5rem rgba(197, 98, 79, 0.3);
  font-family: "Newsreader", Icons;
  font-size: 1.4rem;
}

.launch-cta:hover {
  background: #d47161;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.6rem 2rem rgba(197, 98, 79, 0.4);
}

.launch-cta:active {
  transform: translateY(0);
}

/* Instagram Embed Fixes */
.launch-embed {

  max-width: 100%;
  padding: 20px 0;
}

.launch-embed .instagram-media {
  margin: 0 auto !important;
}

/* Decorative accent */
.launch-accent {
  position: absolute;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(197, 98, 79, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4rem);
}

.launch-accent-1 {
  top: 10%;
  left: 5%;
}

.launch-accent-2 {
  bottom: 15%;
  right: 10%;
}

/* Responsive Design */
@media (max-width: 968px) {
  .launch-container {
    gap: 4rem;
  }
  
  .launch-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .launch-section {
    padding: 6rem 2rem;
  }
  
  .launch-container {
    gap: 4rem;
  }
  
  .launch-content {
    min-width: auto;
    text-align: center;
  }
  
  .launch-title {
    font-size: 3rem;
  }
  
  .launch-description {
    font-size: 1.6rem;
  }
  
  .launch-embed {
    min-width: auto;
    width: 100%;
    max-width: 40rem;
  }
  
  .instagram-embed-wrapper {
    padding-bottom: 5%;
  }
  
  .launch-accent {
    display: none;
  }
}

@media (max-width: 768px) {
  .launch-container {
    flex-direction: column; /* Stack vertically */
  }
  
  .launch-embed {
    order: 1; /* Media comes first */
  }
  
  .launch-content {
    order: 2; /* Text comes second */
  }
}


/* ================================
   MEDIA COVERAGE SECTION
   ================================ */

.media-section {
  min-height: 100vh;
  padding: 5rem 2rem;
  background: #fff;
  position: relative;
}

.media-container {
  max-width: 120rem;
  margin: 0 auto;
}

.media-header {
  text-align: center;
  margin-bottom: 6rem;
}

.media-tag {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #b53253;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-family: "Newsreader", Icons;
}

.media-subtitle {
  font-size: 2.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: Newsreader, Icons;
  font-weight: 400;
  max-width: 70rem;
  margin: 0 auto;
}

/* Main grid layout */
.media-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 6rem;
}

/* Featured (first) card - LARGER */
.media-card.featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #fefdfb;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.05);
  min-height: 45rem;
}

.media-card.featured:hover {
  transform: translateY(-1rem);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  border-color: #C5624F;
}

.media-card.featured .media-image {
  height: 100%;
  min-height: 5rem !important;
}

.media-card.featured .media-content {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-card.featured .media-card-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

/* Container for the two smaller cards */
.media-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

/* Regular cards - SMALLER and EQUAL */
.media-card:not(.featured) {
  background: #fefdfb;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.media-card:not(.featured):hover {
  transform: translateY(-1rem);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  border-color: #C5624F;
}

/* Common styles for all cards */
.media-image {
  width: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #e8dcc4 0%, #d4c4a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.media-card:not(.featured) .media-image {
  height: 25rem;
}

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

.media-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.2);
}

.media-content {
  padding: 3rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.media-source {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #C5624F;
  font-weight: 600;
  font-family: "Newsreader", Icons;
  margin-bottom: 1rem;
}

.media-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2c1810;
  margin-bottom: 1.5rem;
  font-family: Newsreader, Icons;
}

.media-type {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Newsreader", Icons;
  margin-bottom: 2rem;
  font-style: italic;
}

.media-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.5rem;
  background: transparent;
  color: #2c1810 !important;
  text-decoration: none;
  border: 0.2rem solid #2c1810;
  border-radius: 3rem !important;
  font-weight: 600;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
  font-family: "Newsreader", Icons;
  font-size: 1.3rem;
  margin-top: auto;
  align-self: flex-end;
}

.media-link:hover {
  background: #2c1810 !important;
  color: #fff !important;
  transform: translateX(0.5rem) !important;
}

.media-link::after {
  content: '→';
  font-size: 1.6rem;
  transition: transform 0.3s ease;
}

.media-link:hover::after {
  transform: translateX(0.3rem);
}

/* Decorative element */
.media-decoration {
  text-align: center;
  margin: 6rem 0;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .media-card.featured {
    grid-template-columns: 1fr;
  }
  
  .media-card.featured .media-image {
    min-height: 35rem !important;
  }
}

@media (max-width: 968px) {
  .media-cards-row {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .media-card.featured .media-card-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .media-section {
    padding: 6rem 1.5rem;
  }
  
  .media-subtitle {
    font-size: 1.6rem;
  }
  
  .media-grid {
    gap: 3rem;
  }
  
  .media-card:not(.featured) .media-image {
    height: 20rem;
  }
  
  .media-content {
    padding: 2.5rem;
  }
  
  .media-card-title {
    font-size: 2rem;
  }
  
  .media-card.featured .media-content {
    padding: 3rem;
  }
  
  .media-card.featured .media-card-title {
    font-size: 2.2rem;
  }
  
  .media-card.featured .media-image {
    min-height: 25rem !important;
  }
}