/* Editorial Typography & Calligraphic Signature */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,400&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&family=Pinyon+Script&display=swap');

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background-color: #131411; color: #E1D9C6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { font-size: 0; color: transparent; max-width: 100%; height: auto; }

/* =========================================
   UNIVERSAL COMPONENTS 
   ========================================= */
.main-header { position: absolute; top: 0; left: 0; width: 100%; padding: 2.5rem 5%; display: flex; justify-content: space-between; align-items: flex-start; z-index: 50; background: transparent; }
.logo { font-family: 'Pinyon Script', cursive; font-size: 4.2rem; line-height: 0.8; color: #E1D9C6; text-decoration: none; flex: 1; white-space: nowrap; text-shadow: 2px 2px 10px rgba(0,0,0,0.6); transition: color 0.3s ease; display: inline-block; padding-top: 5px; text-transform: lowercase; letter-spacing: 0px; }
.logo:hover { color: #C4B495; }
.logo-last { display: inline; padding-left: 0px; margin-left: -2px; }

.main-nav { display: flex; justify-content: center; gap: 3rem; flex: 2; margin-top: 20px; }
.main-nav a { color: #948B6C; text-decoration: none; font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; font-weight: 600; transition: color 0.3s ease; }
.main-nav a:hover, .main-nav a.active { color: #E1D9C6; }
.inquiries-wrapper { flex: 1; display: flex; justify-content: flex-end; margin-top: 15px; }

.btn-primary { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; color: #E1D9C6; border: 1px solid #63614F; padding: 16px 36px; transition: all 0.4s ease; background: transparent; text-align: center; cursor: pointer; }
.btn-primary:hover { background-color: #948B6C; border-color: #948B6C; color: #131411; }
.btn-header { padding: 12px 24px; font-size: 0.65rem; }
.btn-grid { padding: 12px 20px; font-size: 0.6rem; width: 100%; margin-top: auto; }
.btn-block { display: block; width: 100%; max-width: 400px; margin: 0 auto 1.5rem auto; }

.editorial-divider { width: 100%; max-width: 700px; height: 30px; margin: 6rem auto; position: relative; z-index: 10; text-align: center; }
.editorial-divider::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: linear-gradient(to right, transparent 0%, rgba(196, 180, 149, 0.6) 15%, rgba(196, 180, 149, 0.6) calc(50% - 25px), transparent calc(50% - 25px), transparent calc(50% + 25px), rgba(196, 180, 149, 0.6) calc(50% + 25px), rgba(196, 180, 149, 0.6) 85%, transparent 100%); }
.editorial-divider::after { content: '✦'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #C4B495; font-size: 1.5rem; opacity: 1; text-shadow: 0 0 10px rgba(0,0,0,0.8); }

/* =========================================
   BOOK MOCKUP ENGINE 
   ========================================= */
.book-static-mockup { position: relative; display: block; border-radius: 2px 6px 6px 2px; background-color: #1a1b16; min-height: 400px; box-shadow: -15px 20px 40px rgba(0,0,0,0.8), inset 0 0 0 1px rgba(255,255,255,0.05); transition: transform 0.4s ease, box-shadow 0.4s ease; transform: translateZ(0); }
.book-static-mockup:hover { transform: translateY(-5px); box-shadow: -20px 30px 50px rgba(0,0,0,0.9), inset 0 0 0 1px rgba(255,255,255,0.1), 0 0 30px rgba(148, 139, 108, 0.1); }
.book-cover-img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px 6px 6px 2px; display: block; }
.book-static-mockup::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 3.5%; background: linear-gradient(to right, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.3) 100%); border-radius: 2px 0 0 2px; pointer-events: none; z-index: 2; }
.book-static-mockup::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 2px 6px 6px 2px; background: linear-gradient(110deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 40%, rgba(0,0,0,0.2) 100%); pointer-events: none; z-index: 3; }

/* =========================================
   DESKTOP PAGES 
   ========================================= */
.hero-spread { position: relative; height: 100vh; display: flex; align-items: center; justify-content: flex-end; padding: 0 10%; background-color: #131411; }
.hero-spread::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('hero-bg.jpg') no-repeat center center/cover; -webkit-mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%); mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%); z-index: 0; }
.hero-spread::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(19,20,17,0.2) 0%, rgba(19,20,17,0.95) 60%, rgba(19,20,17,1) 100%); z-index: 1; pointer-events: none; }
.hero-content { position: relative; z-index: 3; max-width: 750px; text-align: left; margin-top: 4rem; }
.hero-content h2 { font-family: 'Bodoni Moda', serif; font-size: 2.5rem; font-weight: 500; letter-spacing: 6px; text-transform: uppercase; margin-bottom: 1.5rem; color: #E1D9C6; }
.hero-content p { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 1.1rem; line-height: 1.8; margin-bottom: 2.5rem; color: #b8b3a7; max-width: 600px; font-style: italic; }
.btn-group { display: flex; gap: 1.5rem; }

.showcase-section { position: relative; display: flex; align-items: center; justify-content: center; padding: 10rem 10%; background: #131411; }
.showcase-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('setup-bg.jpg') no-repeat center center/cover; filter: brightness(0.20); opacity: 0.8; z-index: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }
.showcase-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 1150px; gap: 6rem; }
.showcase-content .book-static-mockup { width: 420px; flex-shrink: 0; }
.showcase-text { max-width: 600px; display: flex; flex-direction: column; justify-content: center; }
.showcase-tagline { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; letter-spacing: 6px; color: #C4B495; text-transform: uppercase; margin-bottom: 1.5rem; font-weight: 700; }
.showcase-title { font-family: 'Bodoni Moda', serif; font-size: 4.5rem; font-weight: 500; line-height: 1; letter-spacing: -1px; margin-bottom: 2rem; color: #E1D9C6; }
.showcase-desc { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 400; line-height: 2; color: #a6a39b; margin-bottom: 3.5rem; text-transform: uppercase; letter-spacing: 2px; }

.philosophy-section { position: relative; padding: 15rem 10%; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #131411; }
.philosophy-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('philosophy-bg.jpg') no-repeat center center/cover; background-attachment: fixed; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); z-index: 0; opacity: 0.4; }
.philosophy-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.philosophy-quote { font-family: 'Bodoni Moda', serif; font-size: 3.5rem; font-style: italic; font-weight: 400; color: #E1D9C6; line-height: 1.4; margin-bottom: 3rem; text-shadow: 0 10px 30px rgba(0,0,0,0.8); }

.archive-teaser-section { position: relative; padding: 12rem 10%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-color: #131411; }
.archive-teaser-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('collection-bg.jpg') no-repeat center center/cover; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); z-index: 0; opacity: 0.3; }
.archive-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.archive-tagline { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; letter-spacing: 6px; color: #C4B495; text-transform: uppercase; margin-bottom: 1.5rem; font-weight: 700; }
.archive-title { font-family: 'Bodoni Moda', serif; font-size: 4rem; font-weight: 500; color: #E1D9C6; margin-bottom: 2rem; letter-spacing: 2px; text-transform: uppercase; }
.archive-desc { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 300; line-height: 2; color: #b8b3a7; margin-bottom: 4rem; }

.about-hero-wrapper { position: relative; min-height: 100vh; padding: 15rem 5% 8rem 5%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #131411; }
.about-hero-wrapper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('love❤.jpg') no-repeat center center/cover; filter: blur(6px) brightness(0.20) saturate(0.6); z-index: 0; -webkit-mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%); mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%); }
.about-hero-content { position: relative; z-index: 2; width: 100%; max-width: 1000px; text-align: center; margin: 0 auto; }
.about-page-title { font-family: 'Bodoni Moda', serif; font-size: 3.5rem; font-weight: 500; color: #E1D9C6; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 0.5rem; }
.about-page-subtitle { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-style: italic; font-weight: 300; color: #948B6C; letter-spacing: 2px; margin-bottom: 5rem; }
.manifesto-quote { font-family: 'Bodoni Moda', serif; font-size: 2.2rem; font-style: italic; font-weight: 400; line-height: 1.5; color: #E1D9C6; text-shadow: 0 10px 30px rgba(0,0,0,0.8); width: 100%; margin: 0 auto; text-align: center; display: block; }
.manifesto-author { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; letter-spacing: 4px; color: #C4B495; margin-top: 5rem; text-transform: uppercase; font-weight: 600; }

.manifesto-section { padding: 8rem 10%; background: radial-gradient(circle at center, rgba(35, 12, 12, 0.4) 0%, #131411 70%); text-align: center; position: relative; }
.manifesto-header { margin-bottom: 6rem; }
.manifesto-tagline { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; letter-spacing: 6px; color: #948B6C; text-transform: uppercase; margin-bottom: 1rem; font-weight: 600; }
.manifesto-title { font-family: 'Bodoni Moda', serif; font-size: 3rem; font-weight: 500; color: #E1D9C6; letter-spacing: 6px; text-transform: uppercase; }
.manifesto-grid { display: flex; justify-content: center; gap: 6rem; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.manifesto-card { flex: 1; min-width: 250px; text-align: left; position: relative; }
.manifesto-number { font-family: 'Bodoni Moda', serif; font-size: 5rem; font-style: italic; color: rgba(196, 180, 149, 0.08); position: absolute; top: -45px; left: -20px; z-index: 0; user-select: none; }
.manifesto-card-title { position: relative; z-index: 1; font-family: 'Bodoni Moda', serif; font-size: 1.4rem; font-weight: 600; color: #E1D9C6; margin-bottom: 1rem; letter-spacing: 2px; text-transform: uppercase; }
.manifesto-card-desc { position: relative; z-index: 1; font-family: 'Montserrat', sans-serif; font-size: 0.9rem; line-height: 1.8; color: #a6a39b; font-weight: 300; }

.excerpts-section { padding: 8rem 10% 12rem 10%; text-align: center; position: relative; background-color: #131411; overflow: hidden; }
.excerpts-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('652036852304397526.jpg') no-repeat center center/cover; filter: blur(5px) brightness(0.18) saturate(0.8); z-index: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }
.excerpts-content { position: relative; z-index: 2; }
.excerpts-header { margin-bottom: 6rem; }
.excerpts-tagline { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; letter-spacing: 6px; color: #948B6C; text-transform: uppercase; margin-bottom: 1rem; font-weight: 600; }
.excerpts-title { font-family: 'Bodoni Moda', serif; font-size: 3rem; font-weight: 500; color: #E1D9C6; letter-spacing: 6px; text-transform: uppercase; }
.excerpts-grid { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.excerpt-card { flex: 1; min-width: 320px; text-align: left; padding: 2.5rem; background-color: rgba(19, 20, 17, 0.4); border: 1px solid rgba(196, 180, 149, 0.1); backdrop-filter: blur(4px); transition: all 0.4s ease; }
.excerpt-card:hover { border-color: #948B6C; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.8); background-color: rgba(19, 20, 17, 0.7); }
.excerpt-text { font-family: 'Bodoni Moda', serif; font-size: 1.15rem; font-style: italic; line-height: 1.8; color: #E1D9C6; margin-bottom: 2rem; }
.excerpt-source { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: #948B6C; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.excerpt-source::before { content: ''; display: block; width: 20px; height: 1px; background-color: #63614F; }

.books-header-section { padding: 12rem 5% 3rem 5%; text-align: center; background: transparent; position: relative; z-index: 1; }
.books-title { font-family: 'Bodoni Moda', serif; font-size: 3.5rem; font-weight: 500; color: #E1D9C6; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 0.2rem; }
.books-subtitle { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-style: italic; font-weight: 300; color: #948B6C; letter-spacing: 2px; }

.memoirs-section { position: relative; padding: 5rem 5% 5rem 5%; background-color: #131411; }
.memoirs-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('collection-bg.jpg') no-repeat center center/cover; filter: blur(5px) brightness(0.25); z-index: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }

.awakening-section { position: relative; padding: 5rem 5% 8rem 5%; background-color: #131411; }
.awakening-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('awakening-bg.jpg') no-repeat center center/cover; filter: blur(5px) brightness(0.25); z-index: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }

.collection-header { text-align: center; margin-bottom: 4rem; position: relative; z-index: 2; }
.collection-title { font-family: 'Bodoni Moda', serif; font-size: 2.5rem; color: #E1D9C6; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.5rem; }
.collection-subtitle { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-style: italic; color: #948B6C; letter-spacing: 2px; }
.collection-grid { display: flex; justify-content: center; align-items: stretch; gap: 4rem; flex-wrap: wrap; max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }
.collection-item { width: 300px; display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; }
.collection-item .book-static-mockup { width: 100%; min-height: 450px; margin-bottom: 2.5rem; }
.item-content-wrapper { display: flex; flex-direction: column; flex-grow: 1; width: 100%; align-items: center; }
.item-title { font-family: 'Bodoni Moda', serif; font-size: 1.4rem; font-weight: 600; color: #E1D9C6; margin-bottom: 0.5rem; line-height: 1.3; }
.item-desc { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 300; color: #948B6C; line-height: 1.5; margin-bottom: 1.5rem; letter-spacing: 1px; text-transform: uppercase; }

/* Contact Vaults */
.contact-wrapper { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 12rem 5% 8rem 5%; background-color: #131411; text-align: center; position: relative; }
.contact-wrapper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('contact-bg.jpg') no-repeat center center/cover; opacity: 0.15; z-index: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%); }
.contact-box { position: relative; z-index: 2; background-color: #161713; border: 1px solid #2a2a22; padding: 4.5rem 4rem; width: 100%; max-width: 700px; text-align: center; box-shadow: 0 30px 60px rgba(0,0,0,0.9); border-radius: 2px; margin: 0 auto; }
.contact-title { font-family: 'Bodoni Moda', serif; font-size: 3.5rem; font-weight: 500; color: #E1D9C6; margin-bottom: 0.5rem; letter-spacing: 4px; text-transform: uppercase; }
.contact-subtitle { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-style: italic; font-weight: 300; color: #948B6C; margin-bottom: 3rem; letter-spacing: 2px; }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; text-align: left; }
.contact-input, .contact-textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid #323228; color: #E1D9C6; padding: 15px 0; font-family: 'Montserrat', sans-serif; font-size: 0.85rem; outline: none; transition: border-color 0.3s ease; }
.contact-textarea { resize: vertical; min-height: 100px; }
.contact-input:focus, .contact-textarea:focus { border-bottom-color: #948B6C; }

/* =========================================
   FOOTER & NEWSLETTER
   ========================================= */
footer { padding: 4rem 5% 4rem 5%; background-color: #131411; text-align: center; position: relative; z-index: 10; border-top: 1px solid rgba(196, 180, 149, 0.1); }
.footer-title { font-family: 'Bodoni Moda', serif; font-size: 2.5rem; color: #E1D9C6; margin-bottom: 1.5rem; letter-spacing: 4px; text-transform: uppercase; }
.footer-desc { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 300; color: #948B6C; max-width: 600px; margin: 0 auto 4rem auto; line-height: 1.8; font-style: italic; }

.footer-bottom { border-top: 1px solid rgba(196, 180, 149, 0.2); padding-top: 3rem; display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; color: #63614F; letter-spacing: 2px; max-width: 1100px; margin: 0 auto; text-transform: uppercase; }
.footer-socials { display: flex; align-items: center; }
.footer-socials a { color: #948B6C; text-decoration: none; margin-left: 2rem; font-weight: 600; transition: color 0.3s ease; }
.footer-socials a:hover { color: #C4B495; }