


header {
	margin-bottom: -20px;
}

body {
  background-color: #f9f5ec;
}

.wp-site-blocks > header {
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .wp-site-blocks {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 100%; /* Optional: ensures it doesn't overflow */
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden; /* Optional: prevents horizontal scroll */
  }
}

body {
  font-size: 18px; /* Change this value to what feels right */
  line-height: 1.5; /* Optional: improves readability */
	letter-spacing: -.1px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 18.5px;
  }
}

.wp-block-post-title {
  text-align: center;
}

h1.entry-title {
  text-align: center;
}

.archive .wp-block-post-featured-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
	max-width: 355px;
}

.archive .wp-block-post-featured-image img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single .wp-block-post-featured-image {
  display: none !important;
}


.wp-block-post-title {
  margin-bottom: 1px !important;
  display: block;
}

.wp-block-post-title {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

/* Center all images inside the main content */
.entry-content .wp-block-image,
.entry-content .wp-block-image figure,
.entry-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Optional: Remove default float on alignleft and alignright */
.entry-content .alignleft,
.entry-content .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

/* Center all image blocks and their figures */
.entry-content .wp-block-image,
.entry-content .wp-block-image figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Center the image itself and add a soft shadow */
.entry-content .wp-block-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Center captions */
.entry-content .wp-block-image figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #555; /* subtle caption tone */
    margin-top: 0.5em;
}

/* Make sure the image and caption container is centered */
.entry-content .wp-block-image {
    text-align: center;
}

/* Ensure the figcaption inside that container is centered */
.entry-content .wp-block-image figcaption {
    display: block;
    text-align: center;
    font-size: 0.9em;
    color: #555;
    margin-top: 0.5em;
    max-width: 100%;
}

/* Caption box centered and matching image width */
.entry-content .wp-block-image figcaption {
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-family: 'Averia Serif Libre', serif;
    background-color: #111111;
    color: #f9f5ec;
    padding: 0.3em 1em;
    margin-top: 0.5em;
    border-radius: 3px;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Style caption links to blend with the caption */
.entry-content .wp-block-image figcaption a {
    color: #f9f5ec; /* white to match caption text */
    text-decoration: none; /* removes underline */
    font-weight: 500;
}

/* Hide the author name */
.wp-block-post-author__name {
    display: none !important;
}

/* Hide all category displays by default */
.wp-block-post-terms.taxonomy-category {
  display: none !important;
}

/* Show only the first one that appears (assumed under the title) */
.wp-block-post-terms.taxonomy-category:first-of-type {
  display: block !important;
}

.wp-block-post-terms.taxonomy-category:first-of-type {
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-size: 0.8em;
  margin-bottom: 1.5em;
}

.single-post .wp-block-post-terms.taxonomy-category a,
.single-post .wp-block-post-terms.taxonomy-category a:visited,
.single-post .wp-block-post-terms.taxonomy-category a:hover,
.single-post .wp-block-post-terms.taxonomy-category a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: inherit;
}

/* Remove underline from tags */
.taxonomy-post_tag a,
.taxonomy-post_tag a:visited,
.taxonomy-post_tag a:hover,
.taxonomy-post_tag a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: inherit;
	font-style: italic;
}

/* Remove tag icon */
.taxonomy-post_tag.is-style-post-tag-icon::before {
  content: none !important;
}


/* Hide the post date icon and its link */
.wp-block-post-date {
    display: none !important;
}
/* Hide the author photo icon */
.wp-block-post-author {
    display: none !important;
}

/* Hide "Proudly Powered by WordPress" in the footer */
footer p.has-text-align-center {
    display: none !important;
}
/* Hide "Proudly Powered by WordPress" text */
footer p.has-text-align-center {
    display: none !important;
}

/* Hide "Customize buttons" link */
.share-customize-link {
    display: none !important;
}

/* Add spacing below the comment section heading */
.wp-block-comments-title {
  margin-bottom: 44px; /* Adjust spacing as desired */
}

#reply-title.comment-reply-title {
  margin-bottom: 30px !important; /* Adjust the spacing as needed */
}

.book-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  box-sizing: border-box;
}

.book-slide-track {
  display: flex;
  width: max-content;
  animation: scrollSlider 25s linear infinite;
}

.book-slide-track a {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}

.book-slide-track img {
  height: 250px;
  width: auto;
  object-fit: contain;
  transition: transform 0.8s ease;
}

.book-slide-track img:hover {
  transform: scale(1.6);
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .book-slide-track a {
    margin-right: 1rem;
  }

  .book-slide-track img {
    height: 190px;
  }
}


/* Optional: Force 4 covers on mobile too */
@media screen and (max-width: 768px) {
  .book-slide-track a {
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 768px) {
  .book-slide-track a {
    flex: 0 0 auto; /* Show 3 covers */
  }
  .book-slide-track img {
    height: 150px; /* Reduced height on mobile */
  }
  .book-slide-track {
    gap: .3rem; /* Increased gap between covers */
  }
}

mark {
  padding: 0.2em 0.4em; /* top-bottom, left-right */
line-height: 1.6; /* Increases space between lines */
    box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	 color: #f9f5ec !important;
}

.wp-block-coblocks-posts__content a {
  font-family: 'Averia Serif Libre', serif !important;
  color: #000 !important;
  text-decoration: none !important;
	line-height: 1.1em;
}

.wp-block-coblocks-posts__image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 345px; /* Optional: ensures consistent height */
  width: 100% !important;
}

.wp-block-coblocks-posts__image a {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wp-block-coblocks-posts__image {
   /* Adjust the height for mobile */
    min-height: 375px;
  }

  .wp-block-coblocks-posts__content a {
    font-size: 18px;  /* Optionally, adjust font size for mobile */
  }
}

.author-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 11rem auto;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
}

.slide img {
  width: 60%;
  max-height: 399px;
	height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.slide-text {
  width: 50%;
  font-size: 1.2rem;
	 color: #f9f5ec;
}

@media (max-width: 768px) {
  .slide {
    flex-direction: column;
  }

  .slide img,
  .slide-text {
    width: 100%;
  }

  .slide-text {
    margin-top: 1rem;
    text-align: center;
  }
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.sd-like-enabled,
.jetpack-likes-widget-wrapper {
  display: none !important;
}

.sharedaddy,
.sd-block {
  display: none !important;
}

.wp-block-query-title {
  font-size: 2rem;
  font-weight: 500;
}

.wp-block-query-title::before {
  content: none !important;
}

.wp-block-query-title {
  color: #111;
	text-align: center;
}

.wp-block-query-title span::before {
  content: none !important;
}

.wp-block-button__link {
  line-height: 1.1 !important;
  padding-top: 0.6em !important;
  padding-bottom: 0.6em !important;
}

.taxonomy-post_tag {
  display: none !important;
}

span.crowdsignal-forms-poll__answer-results-votes {
  display: none !important;
}

.crowdsignal-forms-poll__answer-results-votes,
.crowdsignal-forms-poll__results-total {
  display: none !important;
}

.crowdsignal-forms-poll__closed-banner {
  display: none !important;
}

@media (max-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-top: 40px;   
    }
}

~ updated 05.02.2026 ~

/* HERO SECTION */

.hero-section {
  background: #f3e8db;
  padding: 60px 20px;
}

.hero-container {
  max-width: 720px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}

/* LEFT SIDE */

.hero-left {
  flex: 0.9;
}

.hero-left h1 {
  font-size: 2.2rem;
  line-height: 1.0;
	font-weight: bold;
	letter-spacing: 0.55;
  margin: 18px 0;
}


/* RIGHT COLLAGE */

.hero-right {
  flex: 1.0;
  position: relative;
  height: 280px;
	width: 280px;
	margin: auto;
}

.hero-right img {
  position: absolute;
}

/* Portrait (anchor element) */

.portrait {
  position: relative;
	left: 130px;
  transform: translateX(-50%);
  top: 30px;
  width: 220px;
  z-index: 2;
}

/* Books */

.book {
  width: 80px;
}

/* Book placement */

.reading {
  top: 70px;
  left: -50px;
  z-index: 2;
	 transform: rotate(-30deg);
}

.reviews {
	width: 200px;
  bottom: -30px;
  left: -30px;
  z-index: 3;
}

.releases {
	width: 150px;
  top: 100px;
  right: -15px;
  z-index: 3;
	transform: rotate(10deg);
}

/* Doodle */

.doodle {
position: absolute;
  z-index: 5;
}

/* Individual Doodles */

.fanna {
  top: 70px;
  right: 165px;
  width: 125px;
}

.sparkle {
  top: 85px;
  left: -100px;
  width: 40px;
}

.arrow.hi {
  top: 15px;
  right: 80px;
  width: 120px;
	 transform: rotate(-40deg);
}

.arrow.cr {
  top: 30px;
  left: -40px;
  width: 80px;
	transform: rotate(-30deg);
}

.star.black {
  top: 23px;
  left: 35px;
  width: 60px;
}

.star.golden {
  bottom: 10px;
  left: -55px;
  width: 50px;
}

.heart {
  top: 250px;
  right: 10px;
  width: 50px;
}





/* LABEL TEXT */

.label {
  position: absolute;
  font-family: 'Homemade Apple', cursive;
  font-size: 0.95rem;
	line-height: 15px;
  letter-spacing: 0.03em;
	z-index: 6;
}

/* Label placement */

.reading-label {
  top: -7px;
  left: -15px;
	width: 110px;
}

.reviews-label {
  bottom: -50px;
  left: 5px;
	width: 150px;
}

.releases-label {
  top: 80px;
  right: -50px;
  transform: rotate(9deg);
	width: 150px;
}

.intro-label {
	top: -40px;
	right: -55px;
	width: 190px;
	line-height: 20px;
	text-align: center;
}

/* MOBILE RESPONSIVE */

@media (max-width: 600px) {

  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
	
	.hero-section {
    min-height: 620px; /* this is the key */
  }

	@media (max-width: 768px) {

  .homepage-hero-spacer {
    height: 0px !important;
  }

}


  .hero-right {
    transform: scale(0.9);
    margin-top: 10px;
  }

  .portrait {
		top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .reading {
    top: 10px;
    left: -10%;
		transform: rotate(-10deg);
		width: 90px;
  }

  .reviews {
    bottom: -350px;
    left: -10%;
		width: 210px;
  }

  .releases {
    top: 120px;
    right: -20%;
		width: 120px;
  }

  .reading-label {
    top: -45px;
    left: 20%;
  }

  .reviews-label {
    bottom: 20px;
    left: 35%;
  }

  .releases-label {
    top: 45px;
    right: 15%;
  }

	.fanna {
		top: 85px;
		left: 30%;
		width: 130px;
	}
	
	.heart {
		top: 230px;
		right: 15%;
	}
	
	.star.golden {
		top: 290px;
		width: 40px;
	}
	
	.star.black {
		top: 10px;
		width: 40px;
	}
	
	.arrow.cr {
		top: -10px;
		left: 13%;
		transform: rotate(-30deg);
	}
	
	.arrow.hi {
		width: 110px;
		top: 50px;
		right: -5%;
	}
	
	.star.black {
		top: 30px;
		right: 35%;
		width: 70px;
	}
	
	 .reading-label {
    top: -45px;
    left: 16%;
  }
	
	.reviews-label {
    bottom: -380px;
    left: 5%;
  }
	
	.releases-label {
    top: 86px;
    right: -26%;
		width: 100px;
  }
	
	.intro-label {
		top: -15px;
		right: -25%;
	}
}

.pagebreaker {
  height: 60px;
	width: 1300px;
}

/* =========================
   SECTION 1: SCRAPBOOK OFFERINGS
========================= */

.offerings-scrapbook {
  background: #c9bb63;
  padding: 5px 5px;
}

.offerings-wrapper {
	max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.offerings-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.offerings-heading h2 {
  font-size: 2.0rem;
	width: 320px;
	align-content: center;
	line-height: 0.95;
	font-weight: bold;
	letter-spacing: 0.35;
	z-index: 0;
}

.blue-book-doodle {
  position: absolute;
  right: 320px;
  top: 20px;
  width: 50px;
	transform: rotate(-15deg);
}

.book-stack-doodle {
  position: absolute;
  right: -10px;
  top: 63px;
  width: 60px;
	z-index: 3;
	transform: rotate(-3deg);
}

.blue-dragon-doodle {
  position: absolute;
  right: 255px;
  top: 55px;
  width: 70px;
	z-index: 3;
}

.pen-doodle {
  position: absolute;
  right: -55px;
  top: 40px;
  width: 40px;
	z-index: 2;
}

.confetti-doodle {
  position: absolute;
  left: -20px;
  top: 62px;
  width: 40px;
	z-index: 3;
}

.confetti-doodle-2 {
  position: absolute;
  right: -20px;
  top: 32px;
  width: 40px;
	z-index: 3;
	transform: rotate(20deg);
}

.black-underline {
	position: absolute;
	right: -25px;
	bottom: -5px;
	width: 380px;
	z-index: 1;
}

.section-2-cards {
  position: relative;
  padding: 60px 20px 20px;
	overflow: visible;
}

.cards-grid {
  max-width: 900px;
margin: 0 auto;
}

.section-2-cards .card-featured {
  transform: scale(1.02) translateY(-12px);
  z-index: 2;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
transform-origin: center center;
}


.section-2-cards .card {
  background: #f9f5ec;
  padding: 26px 22px;
  border-radius: 14px;
  position: relative;
}

@media (max-width: 768px) {

  .section-2-cards .card-featured {
    transform: none;
    box-shadow: none;
  }

}

.section-2-cards .doodle {
  position: absolute;
  z-index: 3;
}

.section-2-cards .doodle.green.heart {
  top: 280px;
  left: 380px;
  width: 70px;
	z-index: 2;
}

.section-2-cards .doodle.green.books {
  top: 280px;
  left: 420px;
  width: 110px;
}

.section-2-cards .wp-block-button__link {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 999px;
  font-weight: 600;
	display: inline-block;
  transition: transform 0.2s ease,
              background-color 0.2s ease,
              color 0.2s ease;
}

.section-2-cards .wp-block-button__link:hover {
  background: #f9f5ec;
  color: #111111;
}

@media (max-width: 768px) {

  .heading-section-two {
   display: none;
  }

}

.brf-page {
background-color: var(--brf-cream);
font-family: var(--brf-font-body);
overflow-x: hidden;
width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,400&family=Tiro+Devanagari+Sanskrit:ital@0;1&family=Homemade+Apple&display=swap');
:root{
  --brf-green: var(--wp--preset--color--parrot-green, #5a7a4a);
  --brf-font-heading:'Averia Serif Libre',Georgia,serif;
  --brf-font-body:'Tiro Devanagari Sanskrit',Georgia,serif;
  --brf-font-hand:'Homemade Apple',cursive;
  --brf-fs-body:1rem;
  --brf-fs-sm:0.875rem;
  --brf-gold:#c9bb63;
  --brf-ink:#1a1a1a;
  --brf-cream:#f9f5ec;
}
body:has(.brf-page) .entry-title,body:has(.brf-page) .wp-block-post-title,body:has(.brf-page) header.entry-header,body:has(.brf-page) .post-thumbnail{display:none!important;}
body:has(.brf-page) .entry-content,body:has(.brf-page) .wp-block-post-content,body:has(.brf-page) .post-content{padding:0!important;margin:0!important;max-width:100%!important;}
body:has(.brf-page) .wp-site-blocks,body:has(.brf-page) .wp-site-blocks>*,body:has(.brf-page) main,body:has(.brf-page) main>*,body:has(.brf-page) main.wp-block-group,body:has(.brf-page) article,body:has(.brf-page) .hentry,body:has(.brf-page) .site-content,body:has(.brf-page) .content-area,body:has(.brf-page) #content,body:has(.brf-page) #primary,body:has(.brf-page) .page-content,body:has(.brf-page) .wp-block-template-part,body:has(.brf-page) .entry-header,body:has(.brf-page) .wp-block-post-content>*:first-child{padding-top:0!important;margin-top:0!important;}
body:has(.brf-page) .wp-block-group.is-layout-constrained>*,body:has(.brf-page) .wp-block-group.is-layout-flow>*{margin-block-start:0!important;}
body:has(.brf-page) .wp-block-post-content-is-layout-flow,
body:has(.brf-page) .is-layout-flow,
body:has(.brf-page) .is-layout-constrained,
body:has(.brf-page) .wp-block-post-content.is-layout-flow,
body:has(.brf-page) .entry-content.is-layout-flow{padding-top:0!important;margin-top:0!important;margin-block-start:0!important;}
body:has(.brf-page) .is-layout-flow>*,
body:has(.brf-page) .is-layout-constrained>*{margin-block-start:0!important;margin-top:0!important;}
body:has(.brf-page){--wp--style--block-gap:0px;}
/* ── KILL THE GAP — NUCLEAR ── */
body:has(.brf-page) .page-header,
body:has(.brf-page) .entry-header,
body:has(.brf-page) .post-header,
body:has(.brf-page) .wp-block-post-title,
body:has(.brf-page) h1.entry-title,
body:has(.brf-page) .page-title-wrap,
body:has(.brf-page) .page-title-section,
body:has(.brf-page) .page-hero{display:none!important;height:0!important;margin:0!important;padding:0!important;}
body:has(.brf-page) main.wp-block-group,
body:has(.brf-page) .wp-block-post,
body:has(.brf-page) .wp-block-post-content{padding-top:0!important;margin-top:0!important;}
body:has(.brf-page) .wp-block-post-content>*:first-child,
body:has(.brf-page) .entry-content>*:first-child{margin-top:0!important;padding-top:0!important;}
body:has(.brf-page) .wp-block-template-part+*{margin-top:0!important;}

/* ── FORCE FULL WIDTH BREAKOUT ── */
body:has(.brf-page),
html:has(.brf-page){overflow-x:hidden!important;}
body:has(.brf-page) .wp-block-post-content,
body:has(.brf-page) .entry-content,
body:has(.brf-page) .post-content,
body:has(.brf-page) #content,
body:has(.brf-page) #primary,
body:has(.brf-page) main,
body:has(.brf-page) article{width:100%!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;}
body:has(.brf-page) .wp-block-post-content>*,
body:has(.brf-page) .entry-content>*{max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
body:has(.brf-page) .is-layout-constrained>*:not(.alignleft):not(.alignright):not(.alignfull){max-width:100%!important;}
body:has(.brf-page) .wp-site-blocks{padding-left:0!important;padding-right:0!important;overflow-x:hidden!important;}
.brf-page{background-color:var(--brf-cream);font-family:var(--brf-font-body);overflow-x:hidden;}

/* HERO */
.brf-hero{background-color:var(--brf-cream);padding:24px 7% 60px;display:flex;align-items:flex-start;justify-content:space-between;gap:48px;max-width:1100px;margin:0 auto;box-sizing:border-box;width:100%;}
.brf-hero-left{flex:1 1 auto;max-width:520px;}
.brf-hero-right{flex:0 0 auto;align-self:flex-start;}
.brf-badge{display:inline-block;border:2px solid var(--brf-ink);border-radius:100px;padding:8px 22px;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:22px;font-family:var(--brf-font-body);color:var(--brf-ink);font-weight:700;}
.brf-hero h1{font-family:var(--brf-font-heading);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;line-height:1.2;color:var(--brf-ink);margin:0 0 22px 0;padding:0;border:none;background:none;box-shadow:none;}
.brf-h1-em{font-style:italic;font-weight:700;}
.brf-clarity{position:relative;display:inline;}
.brf-clarity::after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:12px;background-image:url('https://fannaforbooks.com/wp-content/uploads/2026/03/Untitled-design-2-e1772692770244.png');background-size:100% 100%;background-repeat:no-repeat;pointer-events:none;}
.brf-request-btn{display:inline-block;background:var(--brf-ink);color:var(--brf-cream);font-family:var(--brf-font-body);font-size:13px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;padding:13px 30px;border-radius:100px;margin-bottom:14px;transition:opacity .2s;cursor:pointer;border:none;}
.brf-request-btn:hover{opacity:0.75;color:var(--brf-cream);text-decoration:none;}
.brf-booking{display:flex;align-items:center;gap:9px;font-size:var(--brf-fs-sm);color:var(--brf-ink);font-family:var(--brf-font-body);}
.brf-blink-dot{width:9px;height:9px;border-radius:50%;background-color:var(--brf-ink);display:inline-block;flex-shrink:0;vertical-align:middle;animation:brf-blink 1.8s ease-in-out infinite;}
@keyframes brf-blink{0%,100%{opacity:1;}50%{opacity:0;}}

/* ANIMATION CARD */
.brf-anim-wrapper{width:340px;flex-shrink:0;}
.brf-anim-wrapper *{box-sizing:border-box;}
.brf-anim-wrapper .card{width:340px;background:#000;border-radius:18px;padding:28px 28px 24px;box-shadow:6px 6px 0 var(--brf-gold);}
.brf-anim-wrapper .pip{display:flex;align-items:center;gap:8px;margin-bottom:18px;}
.brf-anim-wrapper .pip-dot{width:6px;height:6px;border-radius:50%;background:var(--brf-gold);animation:brf-pp 1.5s ease infinite;}
@keyframes brf-pp{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.3;transform:scale(.6);}}
.brf-anim-wrapper .pip-label{font-family:var(--brf-font-body);font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--brf-gold);opacity:.7;}
.brf-scene-container{height:230px;overflow:hidden;position:relative;}
.brf-anim-wrapper .scene{display:none;position:absolute;top:0;left:0;right:0;}
.brf-anim-wrapper .scene.active{display:block;animation:brf-fadeUp .35s ease forwards;}
@keyframes brf-fadeUp{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}
.brf-anim-wrapper .doc-shell{background:#f9f5ec;border-radius:8px;padding:14px 16px;}
.brf-anim-wrapper .fl{height:5px;border-radius:3px;background:rgba(0,0,0,.1);margin-bottom:7px;}
.brf-anim-wrapper .fl.dark{background:rgba(0,0,0,.2);height:7px;}
.brf-anim-wrapper .fl.gold-bar{background:var(--brf-gold);height:2px;margin-bottom:12px;}
.brf-anim-wrapper .ms-wrap{position:relative;}
.brf-anim-wrapper .hl-group{position:relative;margin-bottom:2px;}
.brf-anim-wrapper .hl{border-radius:2px;transition:background .5s ease;}
.brf-anim-wrapper .bubble{position:absolute;right:-4px;width:110px;background:#f9f5ec;border:1.5px solid var(--brf-gold);border-radius:7px;padding:7px 9px;box-shadow:2px 3px 10px rgba(0,0,0,.13);opacity:0;transform:translateX(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;z-index:10;}
.brf-anim-wrapper .bubble.show{opacity:1;transform:translateX(0);}
.brf-anim-wrapper .bubble::before{content:'';position:absolute;left:-6px;top:14px;border:5px solid transparent;border-right-color:var(--brf-gold);border-left:none;}
.brf-anim-wrapper .bav{width:12px;height:12px;background:var(--brf-gold);border-radius:50%;margin-bottom:5px;}
.brf-anim-wrapper .bl{height:3px;border-radius:2px;background:rgba(0,0,0,.12);margin-bottom:4px;}
.brf-anim-wrapper .report-window{background:#f9f5ec;border-radius:8px;height:210px;overflow:hidden;position:relative;}
.brf-anim-wrapper .report-inner{padding:14px 16px;transition:transform 0.7s ease;}
.brf-anim-wrapper .rs{margin-bottom:14px;opacity:0;transition:opacity .4s ease;}
.brf-anim-wrapper .rs.show{opacity:1;}
.brf-anim-wrapper .rs-head{display:flex;align-items:center;gap:6px;margin-bottom:6px;}
.brf-anim-wrapper .rs-bar{width:12px;height:2px;background:var(--brf-gold);flex-shrink:0;}
.brf-anim-wrapper .rs-label{height:4px;border-radius:2px;background:rgba(0,0,0,.2);}
.brf-anim-wrapper .rs-lines{padding-left:18px;display:flex;flex-direction:column;gap:5px;}
.brf-anim-wrapper .rs-line{height:4px;border-radius:2px;background:rgba(0,0,0,.08);}
.brf-anim-wrapper .qa-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;opacity:0;transform:translateX(-5px);transition:opacity .35s ease,transform .35s ease;}
.brf-anim-wrapper .qa-item.show{opacity:1;transform:translateX(0);}
.brf-anim-wrapper .qa-num{width:16px;height:16px;border-radius:50%;background:var(--brf-gold);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.brf-anim-wrapper .qa-num-dot{width:6px;height:6px;border-radius:50%;background:#000;}
.brf-anim-wrapper .qa-body{flex:1;}
.brf-anim-wrapper .qa-q{height:5px;border-radius:3px;background:rgba(0,0,0,.18);margin-bottom:7px;}
.brf-anim-wrapper .qa-ans{overflow:hidden;max-height:0;transition:max-height .5s ease;display:flex;flex-direction:column;gap:5px;}
.brf-anim-wrapper .qa-item.answered .qa-ans{max-height:60px;}
.brf-anim-wrapper .qa-a{height:4px;border-radius:2px;background:rgba(0,0,0,.08);}
.brf-anim-wrapper .qa-check{font-size:11px;color:var(--brf-gold);opacity:0;transition:opacity .3s ease;flex-shrink:0;margin-top:2px;}
.brf-anim-wrapper .qa-item.answered .qa-check{opacity:1;}
.brf-anim-wrapper .dots{display:flex;justify-content:center;gap:8px;margin-top:16px;}
.brf-anim-wrapper .dot{width:6px;height:6px;border-radius:50%;border:1.5px solid rgba(201,187,99,.4);background:transparent;cursor:pointer;transition:all .25s;}
.brf-anim-wrapper .dot.active{background:var(--brf-gold);border-color:var(--brf-gold);}

/* HEY SECTION */
.brf-hey-section{background-color:var(--brf-cream);padding:0 5% 56px;}
.brf-hey-outer{max-width:920px;margin:0 auto;position:relative;}
.brf-hey-script{font-family:var(--brf-font-hand);font-size:3.2rem;color:var(--brf-ink);display:block;line-height:1;margin-bottom:-34px;position:relative;z-index:2;padding-left:20px;}
.brf-hey-box{padding:82px 102px 82px;box-sizing:border-box;background-image:url(https://fannaforbooks.com/wp-content/uploads/2026/03/scallop-background-green-beta-reading-fanna.png);background-size:100% 100%;background-repeat:no-repeat;background-color:transparent;position:relative;z-index:1;}
.brf-hey-body p{font-family:var(--brf-font-body);line-height:1.8;color:var(--brf-ink);margin:0 0 14px 0;}
.brf-hey-hr{border:none;border-top:1.5px solid rgba(26,26,26,0.3);margin:20px 0;}

/* TESTIMONIAL */
.brf-testimonial-section{background-color:var(--brf-cream);padding:22px 5%;text-align:center;}
.brf-testimonial-inner{max-width:760px;margin:0 auto;}
.brf-quote-img{width:80px;height:auto;display:block;margin:0 auto 20px;}
.brf-quote-text{font-family:var(--brf-font-heading);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.25;color:var(--brf-ink);margin:0 0 22px 0;padding:0;border:none;background:none;}
.brf-quote-underline{width:56px;height:2px;background:var(--brf-ink);margin:0 auto 16px;}
.brf-quote-attr{font-family:var(--brf-font-body);font-size:var(--brf-fs-sm);letter-spacing:0.05em;color:var(--brf-ink);margin:0;}







/* ── COBLOCKS FORM STYLING ── */
.brf-coblocks-form .coblocks-form__field,
.brf-coblocks-form input,
.brf-coblocks-form textarea {
  font-family: var(--brf-font-body);
  font-size: 1rem;
  border: 1.5px solid rgba(26,26,26,0.25);
  border-radius: 6px;
  padding: 12px 16px;
  background: #f9f5ec;
  color: var(--brf-ink);
  width: 100%;
  box-sizing: border-box;
}
.brf-coblocks-form input:focus,
.brf-coblocks-form textarea:focus {
  outline: none;
  border-color: var(--brf-ink);
}
.brf-coblocks-form textarea { min-height: 120px; resize: vertical; }
.brf-coblocks-form label {
  font-family: var(--brf-font-body);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--brf-ink);
  display: block;
  margin-bottom: 6px;
}
.brf-coblocks-form [type="submit"],
.brf-coblocks-form .wp-block-button__link {
  font-family: var(--brf-font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  background: var(--brf-ink) !important;
  color: var(--brf-cream) !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 13px 32px !important;
  cursor: pointer;
  transition: opacity .2s;
}
.brf-coblocks-form [type="submit"]:hover { opacity: 0.75; }

/* ── PULL QUOTES ── */
.brf-pull-quotes { display:flex; align-items:flex-start; gap:0; }
.brf-pull-quote { flex:1; padding:0 40px; }
.brf-pull-quote-divider { width:1px; background:rgba(0,0,0,0.15); align-self:stretch; flex-shrink:0; }
.brf-pq-text { font-family:var(--brf-font-heading); font-size:clamp(1.1rem,1.6vw,1.3rem); font-style:italic; line-height:1.6; color:#000; margin:0 0 16px 0; }
.brf-pq-attr { font-family:var(--brf-font-body); font-size:0.85rem; color:#000; opacity:0.65; margin:0; letter-spacing:0.03em; }
@media(max-width:768px){ .brf-pull-quotes{flex-direction:column;} .brf-pull-quote-divider{width:100%;height:1px;} .brf-pull-quote{padding:24px 0;} }

.brf-ey-hand { font-family:var(--brf-font-hand) !important; font-size:1.5rem !important; letter-spacing:0 !important; text-transform:none !important; opacity:1 !important; }


/* SERVICES + LOWER PAGE */
/* ══ SERVICES ══ */
.services { background:var(--brf-gold); padding:100px 48px; position:relative; overflow:hidden; }
/* Wave top border — SVG data URI clipped above the section */
.services::after {
  content: '';
  position: absolute;
  top: -38px; left: 0; right: 0;
  height: 40px;
  background-color: var(--brf-gold);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C120,0 240,40 360,20 C480,0 600,40 720,20 C840,0 960,40 1080,20 C1200,0 1320,40 1440,20 L1440,40 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C120,0 240,40 360,20 C480,0 600,40 720,20 C840,0 960,40 1080,20 C1200,0 1320,40 1440,20 L1440,40 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
.services::before {
  content:'FEEDBACK'; font-family:var(--brf-font-heading); font-size:240px;
  color:rgba(0,0,0,.05); position:absolute; bottom:-40px; right:-20px;
  pointer-events:none; line-height:1;
}
.services-inner { max-width:1100px; margin:0 auto; }
.services-header { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:48px; flex-wrap:wrap; gap:16px; }
.services-h { font-family:var(--brf-font-heading); font-size:clamp(32px,3.5vw,48px); color:#000; line-height:1.1; }
.services-h em { font-style:italic; }
.services-sub { font-family:var(--brf-font-heading); font-size:19px; color:#000; opacity:.6; }

.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:16px; }
.svc {
  background:var(--brf-cream); border:2px solid #000; border-radius:18px;
  padding:32px 26px; position:relative; transition:all .22s; overflow:hidden;
}
.svc::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background:#000; transform:scaleX(0); transition:transform .22s; transform-origin:left;
}
.svc:hover { transform:translateY(-4px); box-shadow:4px 4px 0 #000; }
.svc:hover::before { transform:scaleX(1); }
.svc-price {
  display:inline-block; background:#000; color:var(--brf-gold);
  font-family:var(--brf-font-body); font-size:14px; font-weight:700;
  letter-spacing:.1em; padding:7px 16px; border-radius:100px; margin-bottom:20px;
}
.svc-name { font-family:var(--brf-font-heading); font-size:clamp(18px,1.8vw,24px); color:#000; margin-bottom:14px; line-height:1.2; }
.svc-desc { font-family:var(--brf-font-body); font-size:15px; line-height:1.8; color:#000; opacity:.75; }

.bundle {
  background:#000; border-radius:20px; padding:40px 44px;
  display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center;
  box-shadow:6px 6px 0 rgba(0,0,0,.35); position:relative; overflow:hidden;
}
.bundle::after {
  content:'★'; font-size:180px; color:rgba(201,187,99,.07);
  position:absolute; right:130px; top:-30px; pointer-events:none;
}
.bundle-tag {
  display:inline-flex; align-items:center; gap:6px;
  background:var(--brf-gold); color:#000;
  padding:5px 14px; border-radius:100px;
  font-family:var(--brf-font-body); font-size:10px; font-weight:700;
  letter-spacing:.15em; text-transform:uppercase; margin-bottom:14px; width:fit-content;
}
.bundle-title { font-family:var(--brf-font-heading); font-size:26px; color:var(--brf-cream); margin-bottom:12px; line-height:1.2; }
.bundle-desc { font-family:var(--brf-font-body); font-size:14.5px; line-height:1.7; color:var(--brf-cream); opacity:.65; }
.price-box {
  text-align:center; background:var(--brf-gold); border-radius:16px;
  padding:28px 32px; flex-shrink:0; border:2px solid #000;
}
.price-big { font-family:var(--brf-font-heading); font-size:52px; color:#000; line-height:1; display:block; }
.price-sub { font-family:var(--brf-font-body); font-style:italic; font-size:12px; color:#000; opacity:.65; display:block; margin-top:4px; }

/* ══ GENRES ══ */
.genres { background:var(--brf-cream); padding:80px 48px; border-top:2px solid rgba(0,0,0,.1); overflow:hidden;}
.genres-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:280px 1fr; gap:60px; align-items:center; }
.genre-tags { display:flex; flex-wrap:wrap; gap:10px; }
.gtag {
  background:var(--brf-cream); border:2px solid rgba(0,0,0,.25);
  border-radius:100px; padding:8px 18px;
  font-family:var(--brf-font-body); font-size:12.5px; font-weight:500;
  color:#000; transition:all .15s; cursor:default;
}
.gtag:hover { background:#000; color:var(--brf-gold); border-color:#000; }
.gtag.interest { border-style:dashed; background:transparent; border-color:var(--brf-gold); }

/* ══ TURNAROUND ══ */
.turnaround { background:var(--brf-cream); padding:100px 48px; border-top:2px solid rgba(0,0,0,.1); }
.turnaround-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.turnaround-visual { position:relative; display:flex; justify-content:center; }
.big-card {
  background:#000; border-radius:24px; padding:52px 60px; text-align:center;
  position:relative; box-shadow:8px 8px 0 var(--brf-gold);
}
.big-card::before {
  content:''; position:absolute; inset:8px;
  border:1.5px dashed rgba(201,187,99,.35); border-radius:18px; pointer-events:none;
}
.big-n { font-family:var(--brf-font-heading); font-size:88px; color:var(--brf-gold); line-height:1; display:block; }
.big-u { font-family:var(--brf-font-body); font-size:12px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--brf-cream); opacity:.6; margin-top:8px; display:block; }
.float-note {
  position:absolute; bottom:-18px; right:-18px;
  background:var(--brf-gold); border:2px solid #000; border-radius:10px;
  padding:10px 18px; font-family:var(--brf-font-heading); font-size:16px; font-weight:700;
  color:#000; transform:rotate(-3deg); box-shadow:3px 3px 0 #000;
}
.booking-tag {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--brf-gold); border:2px solid #000; border-radius:100px;
  padding:10px 20px; font-family:var(--brf-font-body); font-size:12px;
  font-weight:700; color:#000; letter-spacing:.06em; margin-top:28px;
}

/* ══ TESTIMONIALS ══ */
.testimonials { background:var(--brf-gold); padding:100px 48px; position:relative; overflow:hidden; }
.testimonials::before {
  content:'\201C'; font-family:var(--brf-font-heading); font-size:380px;
  color:rgba(0,0,0,.06); position:absolute; top:-80px; left:-20px;
  line-height:1; pointer-events:none;
}
.testi-inner { max-width:1100px; margin:0 auto; }
.testi-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:48px; }
.testi-card {
  background:var(--brf-cream); border-radius:20px; padding:36px 32px;
  border:2px solid #000; transition:transform .2s;
  box-shadow:4px 4px 0 #000;
}
.testi-card:first-child { transform:rotate(-1deg); }
.testi-card:first-child:hover { transform:rotate(-1deg) translateY(-4px); }
.testi-card:last-child  { transform:rotate(.8deg); margin-top:20px; }
.testi-card:last-child:hover  { transform:rotate(.8deg) translateY(-4px); }
.testi-stars { color:#000; font-size:14px; letter-spacing:2px; margin-bottom:14px; opacity:.7; }
.testi-text { font-family:var(--brf-font-body); font-style:italic; font-size:16px; line-height:1.75; color:#000; margin-bottom:20px; }
.testi-author { font-family:var(--brf-font-body); font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#000; }
.testi-author em { display:block; font-family:var(--brf-font-body); font-style:italic; text-transform:none; letter-spacing:0; font-weight:400; font-size:13px; color:#000; opacity:.55; margin-top:3px; }

/* ══ QUIZ ══ */
.quiz { background:var(--brf-cream); padding:100px 48px; position:relative; overflow:hidden; border-top:2px solid rgba(0,0,0,.1); }
.quiz::before {
  content:'?'; font-family:var(--brf-font-heading); font-size:400px;
  color:rgba(201,187,99,.18); position:absolute; right:-40px; top:-60px; line-height:1; pointer-events:none;
}
.quiz-inner { max-width:820px; margin:0 auto; position:relative; z-index:2; }
.quiz-header { text-align:center; margin-bottom:40px; }
.quiz-tag {
  display:inline-flex; align-items:center; gap:8px;
  background:#000; border-radius:100px; padding:7px 18px;
  font-family:var(--brf-font-body); font-size:11px; font-weight:700;
  letter-spacing:.15em; text-transform:uppercase; color:var(--brf-gold); margin-bottom:20px;
}
.quiz-h { font-family:var(--brf-font-heading); font-size:clamp(28px,3.5vw,44px); color:#000; line-height:1.12; margin-bottom:14px; }
.quiz-h em { font-style:italic; }
.quiz-sub { font-family:var(--brf-font-body); font-style:italic; font-size:18px; color:#000; opacity:.7; line-height:1.65; }
.quiz-frame {
  background:var(--brf-cream); border-radius:20px; overflow:hidden;
  border:2px solid #000; box-shadow:8px 8px 0 var(--brf-gold);
  margin-top:32px;
}
.quiz-frame--tally { padding:8px; }
.quiz-ph { text-align:center; padding:60px 40px; }
.quiz-ph-icon { font-size:48px; display:block; margin-bottom:14px; }
.quiz-ph-label { font-family:var(--brf-font-heading); font-size:22px; color:#000; margin-bottom:6px; }
.quiz-ph-sub { font-family:var(--brf-font-body); font-style:italic; font-size:18px; color:#000; opacity:.5; }

/* ══ BOOKING ══ */
.booking { background:#000; padding:100px 48px; position:relative; overflow:hidden; }
.booking::after {
  content:'BOOK'; font-family:var(--brf-font-heading); font-size:220px;
  color:rgba(201,187,99,.04); position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%); pointer-events:none; white-space:nowrap; line-height:1;
}
.booking-inner { max-width:780px; margin:0 auto; text-align:center; position:relative; z-index:2; }
.booking-ey { display:block; font-family:var(--brf-font-heading); font-size:22px; color:var(--brf-gold); opacity:.7; margin-bottom:14px; }
.booking-h { font-family:var(--brf-font-heading); font-size:clamp(32px,4vw,52px); color:var(--brf-cream); line-height:1.1; margin-bottom:20px; }
.booking-h em { font-style:italic; color:var(--brf-gold); }
.booking-b { font-family:var(--brf-font-body); font-size:18px; line-height:1.85; color:var(--brf-cream); opacity:.88; margin-bottom:18px; max-width:580px; margin-left:auto; margin-right:auto; }
.booking-sc {
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--brf-font-body); font-size:12px; font-weight:700;
  letter-spacing:.12em; text-transform:uppercase; color:var(--brf-gold); margin-bottom:36px;
}
.booking-sc .d { opacity:.3; }
.btn-book {
  background:var(--brf-gold); color:#000; padding:18px 52px; border-radius:100px;
  font-family:var(--brf-font-body); font-size:16px; font-weight:700;
  letter-spacing:.08em; text-decoration:none; display:inline-block;
  transition:all .2s; border:2px solid var(--brf-gold); margin-bottom:20px;
  box-shadow:4px 4px 0 rgba(201,187,99,.4);
}
.btn-book:hover { transform:translate(-2px,-2px); box-shadow:6px 6px 0 rgba(201,187,99,.4); background:var(--brf-cream); }
.booking-note { font-family:var(--brf-font-body); font-style:italic; font-size:14px; color:var(--brf-cream); opacity:.35; line-height:1.65; max-width:480px; margin:56px auto 0; }

/* ══ FAQ ══ */
.faq { background:var(--brf-cream); padding:100px 48px; border-top:2px solid rgba(0,0,0,.1); }
.faq-inner { max-width:760px; margin:0 auto; }
.faq-item { border-bottom:1.5px solid rgba(0,0,0,.15); }
.faq-q {
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  padding:22px 0; cursor:pointer; font-family:var(--brf-font-heading);
  font-size:18px; color:#000; user-select:none; transition:opacity .2s;
}
.faq-q:hover { opacity:.7; }
.faq-icon {
  width:28px; height:28px; background:var(--brf-gold); border:2px solid #000;
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  color:#000; font-size:18px; flex-shrink:0; transition:transform .25s,background .2s;
}
.faq-item.open .faq-icon { transform:rotate(45deg); background:#000; color:var(--brf-gold); }
.faq-a { font-family:var(--brf-font-body); font-size:15px; line-height:1.8; color:#000; opacity:.75; max-height:0; overflow:hidden; transition:max-height .35s ease,padding-bottom .35s; }
.faq-item.open .faq-a { max-height:500px; padding-bottom:24px; }

/* ══ QUERY ══ */
.query { background:var(--brf-cream); padding:100px 48px; border-top:2px solid rgba(0,0,0,.1); }
.query-inner { max-width:680px; margin:0 auto; }
.query-form { display:flex; flex-direction:column; gap:16px; margin-top:32px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:flex; flex-direction:column; gap:6px; }
.field label { font-family:var(--brf-font-body); font-size:11px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:#000; opacity:.6; }
.field input,.field textarea {
  background:var(--brf-cream); border:2px solid rgba(0,0,0,.25);
  border-radius:10px; padding:13px 16px;
  font-family:var(--brf-font-body); font-size:15px; color:#000;
  outline:none; width:100%; transition:border-color .2s,box-shadow .2s;
}
.field input:focus,.field textarea:focus {
  border-color:var(--brf-gold); box-shadow:0 0 0 3px rgba(201,187,99,.2);
}
.field textarea { resize:vertical; min-height:110px; }
.btn-send {
  background:#000; color:var(--brf-gold); padding:14px 36px; border-radius:100px;
  font-family:var(--brf-font-body); font-size:13px; font-weight:700;
  letter-spacing:.08em; border:none; cursor:pointer; align-self:flex-start;
  transition:all .2s; box-shadow:3px 3px 0 var(--brf-gold);
}
.btn-send:hover { transform:translate(-2px,-2px); box-shadow:5px 5px 0 var(--brf-gold); }


/* ══ RESPONSIVE ══ */
@media(max-width:900px){
  .hero{padding:60px 24px 40px;min-height:auto}
  .hero-grid,.intro-grid,.turnaround-inner,.testi-grid,.genres-inner,.bundle{grid-template-columns:1fr}
  .services-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .hero-wm{display:none}
  .intro,.services,.genres,.turnaround,.testimonials,.quiz,.booking,.faq,.query{padding:60px 24px}
}

/* ══ ANIMATIONS ══ */
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.hero-left>*{opacity:0;animation:fadeUp .6s ease forwards}
.hero-left>*:nth-child(1){animation-delay:.10s}
.hero-left>*:nth-child(2){animation-delay:.22s}
.hero-left>*:nth-child(3){animation-delay:.34s}
.hero-left>*:nth-child(4){animation-delay:.46s}
.hero-left>*:nth-child(5){animation-delay:.58s}



@media(max-width:768px){
  .brf-hero{flex-direction:column;padding:40px 6%;gap:32px;}
  .brf-anim-wrapper{width:100%;max-width:340px;}
  .brf-anim-wrapper .card{width:100%;}
  .brf-hey-box{padding:40px 24px;}
}

/* ── PROBLEM STATEMENT BOX ── */
.brf-problem-box-section {
  background-color: var(--brf-cream);
  padding: 8px 5% 56px;
  display: flex; justify-content: center;
}
.brf-problem-box {
  width: 100%; max-width: 680px;
  background: var(--brf-ink);
  border-radius: 12px;
  padding: 52px 60px 52px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 5px 5px 0 var(--brf-gold);
}
.brf-problem-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 12px;
  background-image: repeating-linear-gradient(
    transparent, transparent 31px,
    rgba(201,187,99,0.12) 31px,
    rgba(201,187,99,0.12) 32px
  );
  pointer-events: none;
}
.brf-pb-script {
  font-family: var(--brf-font-hand);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: var(--brf-gold);
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  position: relative;
}
.brf-pb-headline {
  font-family: var(--brf-font-heading);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--brf-cream);
  text-align: center;
  margin: 0 0 36px 0;
  padding: 0; background: none; border: none;
  position: relative;
}
.brf-pb-headline em { font-style: italic; }
.brf-pb-highlight-wrap {
  display: flex; justify-content: center;
  position: relative;
}
.brf-pb-highlight {
  display: inline-block;
  position: relative;
  padding: 6px 24px;
}
.brf-pb-highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #c9bb63;
  border-radius: 3px;
  opacity: 0.85;
  pointer-events: none;
}
.brf-pb-highlight span {
  position: relative; z-index: 1;
  font-family: var(--brf-font-body);
  font-style: italic;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  color: #f9f5ec;
  white-space: nowrap;
}
@media(max-width:768px){
  .brf-problem-box { padding: 36px 28px; }
  .brf-pb-highlight span { white-space: normal; }
}

/* ── PROBLEM TEXT PARAGRAPHS ── */
.brf-problem-section {
  background-color: var(--brf-cream);
  padding: 0 5% 64px;
  display: flex;
  justify-content: center;
}
.brf-problem-inner {
  width: 100%;
  max-width: 680px; /* matches .brf-problem-box max-width */
}
.brf-problem-inner p {
  font-family: var(--brf-font-body);
  font-size: 18px;
  line-height: 1.8;
  color: var(--brf-ink);
  margin: 0 0 20px 0;
}
.brf-problem-inner p:last-child {
  font-weight: 700;
  margin-bottom: 0;
}



