/* Reset + Base */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
html { margin-top: 0 !important; }
body.page-template-page-paperworld-home { font-family: 'Open Sans', sans-serif; background: #fdfcf8; color: #222; line-height: 1.6; }
body.page-template-page-paperworld-home .gform_wrapper.gravity-theme .gform_footer, body.page-template-page-paperworld-home .gform_wrapper.gravity-theme .gform_page_footer { margin: 0; padding: 0; }
.site-content .ast-container { max-width: 100%; padding: 0; }
section { min-height: 100vh; padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: center; align-items: center; scroll-snap-align: start; }
#wpadminbar {display:none;}
#concorde {display:none;}
.top-header-menu {
    position: fixed;
    padding: 20px 10px;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.top-header-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.top-header-menu ul li {

}
.top-header-menu ul li:not(:first-child):before {
    content: '|';
    padding: 0 15px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.top-header-menu ul li a {
    color: #fff;
    font-family: 'Open Sans', serif;
    text-shadow: 1px 1px 5px #000;
    outline: 0;
    font-size: clamp(0.5rem, 3vw, 0.9rem);
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.top-header-menu ul li a:hover {

}

main { /*scroll-snap-type: y mandatory;*/ overflow-x: hidden; }
#main-home h2 { color: #222; }
h1, h2 { font-family: 'Open Sans', serif; font-weight: 500; margin-bottom: 1rem; }
p { font-weight: normal; margin-bottom: inherit; }
.btn { background: #222; color: #fff; padding: 0.75rem 1.5rem; text-decoration: none; font-weight: bold; border-radius: 4px; }
.responsive-img { max-width: 100%; height: auto; }
.paper-girls-world-img { margin: 1rem auto !important; }
.max-width-90 img { max-width: 90% !important; margin-left: auto !important; margin-right: auto !important; display: block !important; }
.p-sto { font-weight: 700; margin: 0 20px; }
footer { font-size: 0.9rem; opacity: 0.7; }

/* Hero */
#concordee { max-width: 600px; z-index: 99; position: absolute; top: 0; left: -600px; }
#hero { min-height: 100vh; width: 100%; padding: 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; scroll-snap-align: start; box-sizing: border-box; position: relative; }

/* ===== Animation ===== */
#hero .animation { text-align: center; margin-bottom: 2rem; }
#hero .animation img { max-width: 400px; width: 100%; height: auto; }

/* ===== Hero Grid (top images) ===== */
.hero-grid { display: grid; grid-template-columns: 20% 20% 20% 40%; margin-bottom: 0; max-height: 350px; width: 100%; }
.hero-grid div { position: relative; overflow: hidden; max-height: 350px; }
.hero-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== Hero Layout (main row) ===== */
.hero-layout { display: grid; grid-template-columns: 20% 60% 20%; width: 100%; align-items: start; }

/* Left + Right images */
.hero-side { height: 100%; }
.hero-side img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Extra stacked images */
.hero-extra { display: grid; grid-template-rows: 1fr 1fr; height: 100%; }
.hero-extra div {}
.hero-extra img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== Main Content ===== */
.hero-main-wrap { background: #f26522; color: #fff; padding: 20px; text-align: center; }
.hero-logo { display: inline-block; }
.hero-main { display: grid; grid-template-columns: 65% 35%; margin: 20px auto 0; text-align: center; max-width: 60rem; }
.hero-logo .tagline { font-size: 16px; margin-bottom: 20px; font-weight: 700; }
.hero-logo .title-img { max-width: 90%; height: auto; margin: 20px auto; display: block; }
.hero-text { margin: 0 1rem; }
.hero-main .description { font-size: 16px; margin: 20px 0; }
.hero-main .newsletter { display: flex; flex-wrap: wrap; justify-content: center; margin: 1.5rem 0; }
.hero-main .newsletter input { padding: 0.6rem; width: 250px; background: #fafafa; border: 1px solid #eaeaea; outline: none; font-weight: bold; font-family: 'Open Sans'; font-size: 15px; text-align: center; }
.hero-main .newsletter button { background: #0f4e8c; color: #fff; border: none; padding: 0.6rem 1.2rem; cursor: pointer; font-weight: bold; transition: background 0.3s; width: 250px; font-family: 'Open Sans'; font-size: 15px; }
.hero-main .newsletter button:hover { background-color: #38679d; border-color: #38679d; }
.hero-main .subtext { font-size: 14px; line-height: 1.5; max-width: 380px; width: 90%; margin: 0 auto; }
.hero-main h2 { color: #3a3a3a; font-size: 23px; margin-top: 20px; }

/* ===== Responsive ===== */
@media (max-width: 1400px) { .hero-main { max-width: 50rem; } }

@media (max-width: 1024px) { .hero-layout { grid-template-columns: 25% 75%; } .hero-extra { display: none; } }
@media (max-width: 921px) {
    .ast-primary-header-bar  {
        background-color: transparent;
    }
    .top-header-menu {
        display: none;
    }
    header#masthead {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    .ast-header-break-point .ast-primary-header-bar {
        border-bottom-color: transparent;
    }
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {outline: 0;}
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        fill: #fff;
        width: 30px;
        height: 30px;
    }
    .ast-header-break-point .main-header-menu {
        background-color: transparent;
    }
    #ast-hf-mobile-menu a {
        color: #222;
        font-size: 15px;
        font-family: 'minion-pro';
        font-weight: 600;
    }
    .ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content {
        background-color: transparent;
    }
    .ast-main-header-nav-open header#masthead {
        background-color: #ffffffe6;
    }
    .ast-main-header-nav-open [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        fill: #f26522;
    }
}
@media (max-width: 768px) { 
  .hero-grid { grid-template-columns: repeat(4, 1fr); } 
  .hero-layout { grid-template-columns: 1fr; text-align: center; } 
  .hero-text { margin: 0; } 
  .hero-main .description { font-size: 14px; margin: 20px 0; font-weight: 600; } 
  .hero-side { display: none; } 
  .hero-logo .tagline { font-size: 14px; } 
  .hero-main .subtext { font-size: 12px; } 
  .hero-main h2 { font-size: 20px; } 
  	#ast-scroll-top {
		right: inherit;
		left: 30px;
    }
	.about_potrait img {
		height: auto;
	}
}
@media (max-width: 480px) { 
	div.max-width-90 { max-width: 100% !important;}
  .hero-main { grid-template-columns: repeat(1, 1fr); } 
  #hero .animation img { max-width: 300px !important; } 
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1.4 !important; min-height: 45px !important; } 
}

/* Home 2 */
.homeq {
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#home-1 {height: auto;}
.homeq h2 {
    color: #fff !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 7vw, 6rem);
    letter-spacing: -1.6px;
    margin-bottom: 1rem;
    max-width: 80%;
    margin: 3rem auto 1rem;
    text-align: center;
}
.homeq h2 span {
    font-family: 'minion-pro';
    font-weight: 100;
    opacity: 0.91;
}
.home-book,
.home-book-2 {
    text-align: center;
    margin-bottom: 1rem;
}
.home-book img {
    width: 80vh;
}
.home-images.two_splits_full {
    width: 100%;
    display: flex;
    height: 100%;
}
.home-images.two_splits_full > img {
    width: 100%;
    min-width: 50%;
    object-fit: cover;
    /* object-position: left; */
}
/* .home-images.two_splits_full.increasedsize {
    height: 120vh;
    overflow: hidden; 
}
.home-images.two_splits_full.increasedsize > img {
    height: 116%;
    object-position: center;
} */
.main-img-hidden {
    background-size: 119%; background-position: center;
}
.main-img-hidden img {visibility: hidden;}
.home-images.two_splits_full .home-content {
    position: absolute;
    top: 10%;
    width: 100%;
}
.home-images.two_splits_full .home-content h2 {
    font-size: clamp(4rem, 11vw, 9rem);
}
#home-5 .home-images.two_splits_full .home-content {
  top:inherit;
  bottom:18%;
}
.home-book-2 img {
    width: 90%;
    max-width: 1200px;
}
#home-12 h2 span.s, #home-12 h2 span.t {
    font-family: 'Cormorant Garamond';
    font-size: 0;
    line-height: 60px;
    height: 30px;
    display: -webkit-inline-box;
    width: 60px;
    position: relative;
}
#home-12 h2 span.s:before {
    content: "“";
    font-size: 200px;
    color: #f26522;
    line-height: 80px;
    width: 72px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: -18px;
    top: 0;
    text-align: right;
}

#home-12 h2 span.t:before {
    content: "”";
    font-size: 200px;
    color: #f26522;
    line-height: 80px;
    width: 72px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: right;
}

#home-3 .home-images.two_splits_full,
#home-5 .home-images.two_splits_full,
#home-7 .home-images.two_splits_full,
#home-9 .home-images.two_splits_full {
    background-size: 100%;
}
@media (min-width: 1200px) {
    #home-3 .home-images.two_splits_full,
    #home-5 .home-images.two_splits_full,
    #home-7 .home-images.two_splits_full,
    #home-9 .home-images.two_splits_full {
        height: 130vh;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #home-5 .home-images.two_splits_full {
        height: 125vh;
        background-position: right bottom -10vh !important;
    }
}
@media (max-width: 768px) {
    #home-12 h2 br:not(:last-of-type), #home-12 h2 br:not(:last-of-type(2)) {display:none;}
    #home-12 h2 span.s:before, #home-12 h2 span.t:before { font-size: 120px; } 
    #home-12 h2 span.t:before { top: 10px; left:-25px; } 
    .home-images.two_splits_full .home-content {
      top: 3%;
    }
    #home-5 .home-images.two_splits_full .home-content {
      bottom:5%;
    }
    .home-images.two_splits_full .home-content h2 {
      margin: 1rem auto;
    }
}

/* ===== About Section ===== */
#about { background: #fdfcf8; color: #222; text-align: center; padding: 4rem 1rem; }
.about-section {
    min-height: auto;
    padding-top: 0;
}
.about-container { max-width: 1000px; margin: 0 auto; }

#about h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 4rem); margin-bottom: 1rem; font-weight: 700; }
.about-intro { font-family: 'minion-pro', serif; font-size: clamp(1rem, 2.5vw, 1.2rem); max-width: 780px; margin: 0 auto 2rem; line-height: clamp(1.4, 2vw, 1.6); font-weight: normal; }

/* Key Stats */
.about-stats { display: flex; justify-content: center; font-family: 'minion-pro', serif; gap: 2rem; margin: 2rem 0;  font-weight: normal; }
.about-stats div { text-align: center; }
.about-stats span { display: block; font-size: 3.1rem; font-weight: bold; color: #f26522; }
.about-stats p { margin-top: 0.25rem; font-size: 1.05rem; color: #555; }

/* Feature spread */
.about-feature { margin: 2rem 0; }
.about-feature img { max-width: 80%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }

/* Horizontal gallery */
.about-gallery { display: flex; gap: 1rem; overflow-x: auto; margin: 2rem 0; padding-bottom: 1rem; scroll-behavior: smooth; cursor: grab; }
.about-gallery:active { cursor: grabbing; }
.about-gallery img { flex: 0 0 auto; border-radius: 6px; max-height: 330px; }
.about-gallery::-webkit-scrollbar { height: 8px; }
.about-gallery { scrollbar-color: orange #f1f1f1; scrollbar-width: thin; }
.about-gallery::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }
.about-gallery::-webkit-scrollbar-thumb { background: #f26522; border-radius: 4px; }
.about-gallery::-webkit-scrollbar-thumb:hover { background: darkorange; }

/* Subtext */
.about-subtext { font-family: 'minion-pro'; font-weight: normal; font-size: 1.1rem; margin-top: 1rem; max-width: 740px; margin-left: auto; margin-right: auto; color: #444; }


/* Mobile adjustments */
@media (max-width: 768px) { .about-stats { flex-direction: column; gap: 1rem; } .about-gallery img { max-height: 260px; } }

/* ====== Author & Testimonials Section Styling ====== */
#author, #testimonials { padding: 0; }
.paper-girl-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; height: 100%; position: relative; width: 100%; }
.paper-girl-portrait, .paper-girl-author { flex: 0 0 50%; max-width: 50%; box-sizing: border-box; }
.paper-girl-portrait { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; }
.paper-girl-portrait img { height: 100%; }
.paper-girl-author { padding: 0 6%; text-align: center; align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; }
.paper-girl-author.max-width-90 { display: flex !important; }
.paper-girl-author h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.7rem, 3vw + 1.8rem, 5rem); font-weight: 500; margin-bottom: 1.5rem; line-height: clamp(2.9rem, 3vw + 1.5rem, 5rem); }
.paper-girl-author h3 { font-family: 'minion-pro', serif; font-weight: 600; font-size: clamp(2.2rem, 2vw + 1rem, 2.7rem); }
.paper-girl-author .author-intro { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.35rem, 1.5vw + 0.8rem, 1.88rem); font-weight: 700; font-style: italic; margin-bottom: 30px; }
.paper-girl-author .author-intro span { font-style: normal; color: #f26522; padding: 0 5px; }
.paper-girl-author p { font-family: "Cormorant Garamond", serif; font-size: clamp(1.3rem, 1vw + 0.67rem, 1.75rem); font-weight: 500; line-height: 1.5; }
#author .paper-girl-author h2 { font-size: clamp(2.9rem, 3vw + 2rem, 5rem); margin-bottom: clamp(2rem, 2vw + 1rem, 4.2rem); line-height: 1; }
.testimonial-author h2 { font-size: clamp(2.9rem, 3vw + 2.6rem, 5rem); margin-bottom: clamp(5rem, 4vw + 1rem, 5.2rem); line-height: 0.9; }

.testimonial-author .author-intro { margin-top: 25px; margin-bottom: 3px; font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem); font-weight: 500; }
/* .testimonial-author p { font-family: "Cormorant Garamond", serif; font-size: clamp(1rem, 1vw, 1.3rem); font-weight: 500; line-height: 1.3; } */
.testimonial-author blockquote {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.3rem, 1vw + 0.75rem, 1.85rem);
    color: #222;
    font-weight: 500;
    line-height: 1.45;
    max-width: 520px;
    padding: 0;
    border: 0;
    margin: 0 auto;
    font-style: normal;
}
.testimonial-author blockquote span {
    font-size: 0;
    line-height: 60px;
    height: 30px;
    display: -webkit-inline-box;
    width: 60px;
    position: relative;
}
.testimonial-author blockquote:befossre {
    content: "“";
    font-size: 180px;
    color: #f26522;
    line-height: 80px;
    width: 88px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
}
.testimonial-author blockquote span:before {
    content: "“";
    font-size: 200px;
    color: #f26522;
    line-height: 80px;
    width: 72px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: -10px;
    top: 0;
    text-align: right;
}

.buy-button { position: fixed; bottom: 60px; right: 65px; z-index: 2; }
.buy-button a { background: #f26522; color: #fff; text-align: center; display: inline-flex; align-items: center; justify-content: center; font-family: 'Open Sans', sans-serif; font-size: 2.1rem; width: 150px; height: 150px; line-height: 1.9rem; padding: 0.75rem; text-decoration: none; text-transform: uppercase; font-weight: 800; border-radius: 100px; transition: background 0.3s ease; word-break: break-word; }
.buy-button a:hover { background: #e65c00; }

/* New About */
/* .about-section {
	padding: 2rem 1rem;
} */
.about_potrait {
    min-height: 88vh;
    background-size: contain;
    background-position: right;
}
.about_potrait img {
    height: 88vh;
}
#about-2 .paper-girl-author,
#about-4 .paper-girl-author {
    order: -1;
}
#about-2 .about_potrait,
#about-4 .about_potrait {
    background-position: left;
}

/* Responsive stacking */
@media (max-width: 768px) { 
	.paper-girl-wrap { flex-direction: column; text-align: center; gap: 60px; }
	.paper-girl-portrait, .paper-girl-author { flex: 1 1 100%; max-width: 100%; }
	.paper-girl-portrait { width: 400px; margin: 0 auto; min-height: 50vh; border-radius: 5px; order: -1; }
	.paper-girl-author { margin-bottom: 2.4rem; }
	.buy-button { bottom: 10px; right: 20px;}
	.buy-button a { font-size: 1.45rem; width: 110px; height: 110px; line-height: 1.45rem; padding: 0.55rem; }
    
    .testimonial-author blockquote span:before { font-size: 150px; }
    .homeq h2 {
        max-width: 95%;
    }
    #home-11 h2 br {display:none;}
    
    .about-section {
        padding: 0;
    }
    .about_potrait img {
        height: auto;
    }
    .about_potrait {
        padding: 0 20px;
        background-position: center !important;
    }
}

/* Purchase Section */
#purchase { padding: 4rem 1rem; background: #f9e7d4; background-size: cover; background-repeat: no-repeat; position: relative; text-align: center; }
#purchase h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.9rem, 2vw + 1rem, 4rem); margin-bottom: 1rem; font-weight: 700; }
.purchase-container { display: flex; align-items: center; justify-content: center; gap: 1rem; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.purchase-book { flex: 1 1 50%; display: flex; justify-content: center; }
.purchase-book img { max-width: 100%; height: auto; border-radius: 8px; }
.purchasee-book img { height:104vh; }
.purchase-content { flex: 1 1 25%; }
.purchase-content h2 { font-size: 2rem; margin-bottom: 1rem; }
.purchase-content p { font-size: 1.1rem; line-height: 1.6; margin-bottom: 1.5rem; }
.purchase-content .buy-button { position: inherit; }
.purchase-content .buy-button a { font-size: clamp(1.3rem, 1vw + 0.5rem, 1.9rem); width: 250px; height: clamp(60px, 8vw, 90px); line-height: 1.8rem; padding: 0.75rem; }

/* Responsive */
@media (max-width: 768px) { .purchase-container { flex-direction: column; text-align: center; } .purchase-content { flex: 1 1 100%; } .purchasee-book img { height:auto; } #purchase {background-position:right;} }

/* Newsletter Section */
#contact { padding: 5rem 1rem; background: linear-gradient(135deg, #ffca95 0%, #ffffff 100%);background: #2a3f92; position: relative; overflow: hidden; text-align: center; }
.contact-container { max-width: 800px; margin: 0 auto; }
#contact h2 {
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: clamp(2.9rem, 3vw + 2rem, 6rem);
    margin-bottom: 0;
    margin-top: 5rem;
}
.newsletter-sub {
    font-family: 'Cormorant Garamond';
    font-size: clamp(1rem, 2.3vw, 2.6rem);
    letter-spacing: -1px;
    line-height: 1.6;
    margin: 0 auto 1rem;
    max-width: 900px;
    font-weight: normal;
    color: #fff;
}

/* Gravity Form styling reset (inline look) */
.newsletter-form .gform_wrapper {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    max-width: 350px;
}
.newsletter-form .gform_wrapper form {
    width: 100%;
}
.newsletter-form .gform_wrapper.gravity-theme input[type=text],
.newsletter-form .gform_wrapper.gravity-theme button {
    font-size: 18px;
    padding: 16px;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input { margin-bottom: 20px !important; }
div#gform_confirmation_message_1 { background: #ffffff; color: #000; padding: 12px 20px 13px; border-radius: 5px; line-height: 1.5; }
.newsletter-form input[type="email"] { padding: 0.75rem 1rem; border: 1px solid #ccc;  flex: 1 1 300px; }
.newsletter-form input[type="submit"] {
    font-size: 18px;
    background: #ff6600;
    color: #fff;
    padding: 0.75rem 1.5rem;
    padding: 19px 13px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin-top: -1px;
    transition: background 0.3s ease;
}
.newsletter-form input[type="submit"]:hover { background: #e65c00; }

/* Contact link */
.newsletter-contact {
    font-family: 'Cormorant Garamond';
    font-size: clamp(1rem, 2.5vw, 2.7rem);
    color: #fff;
}
.newsletter-contact a { color: #ff6600; font-weight: 600; text-decoration: none; }
.newsletter-contact a:hover { text-decoration: underline; }
.newsletter-image {
    margin: 5rem 0 3rem;
}
.newsletter-image img {
    width: 500px;
}
/* Background Decoration (envelope SVG) */
/* #contact::before { content: url('/wp-content/uploads/2025/08/envelope_icon.svg'); position: absolute; bottom: -20px; right: -20px; opacity: 0.08; transform: scale(2); } */