:root{--navy:#07172f;--navy2:#0d2548;--gold:#d7a536;--cream:#fff8e8;--white:#fff;--muted:#667085;--line:#e7e9ef;--shadow:0 20px 50px rgba(7,23,47,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#0f172a;background:linear-gradient(180deg,#f8fbff,#fff)}a{color:inherit}.notice{background:var(--gold);color:#111827;text-align:center;padding:9px 16px;font-weight:800;font-size:.9rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 24px;min-height:130px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;color:var(--navy)}.brand img{height:120px;max-width:420px;object-fit:contain}.brand span{font-size:1rem;line-height:1.1}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a{text-decoration:none;font-weight:800;color:#1f2937;font-size:.92rem}.nav-links a:hover{color:var(--gold)}.menu-toggle{display:none;border:0;background:var(--navy);color:white;border-radius:10px;padding:8px 11px;font-size:1.2rem}.hero{max-width:1180px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center}.hero-text h1{font-size:clamp(2.2rem,5vw,4.8rem);line-height:1;margin:8px 0 20px;color:var(--navy);letter-spacing:-.05em}.lead{font-size:1.22rem;line-height:1.7;color:#344054;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:950;font-size:.78rem}.hero-actions,.form-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:14px;padding:14px 20px;font-weight:950;cursor:pointer;transition:.2s ease}.btn.primary{background:var(--navy);color:white}.btn.secondary{background:white;color:var(--navy);border:1px solid var(--line)}.btn.payment{background:var(--gold);color:#111827;width:100%;margin-top:18px}.btn.full{width:100%}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.hero-card{background:linear-gradient(145deg,var(--navy),#123b75);color:white;border-radius:28px;padding:34px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;inset:auto -60px -60px auto;width:180px;height:180px;border-radius:50%;background:rgba(215,165,54,.24)}.hero-card img{width:150px;background:white;border-radius:24px;padding:10px}.trust-strip{max-width:1180px;margin:0 auto 30px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-strip div{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(7,23,47,.06)}.trust-strip strong{display:block;color:var(--navy);font-size:1.1rem}.trust-strip span{color:var(--muted);font-size:.9rem}.section{max-width:1180px;margin:0 auto;padding:70px 20px}.section-head{max-width:760px;margin-bottom:30px}.section h2{font-size:clamp(2rem,4vw,3.2rem);color:var(--navy);line-height:1.05;margin:6px 0 12px;letter-spacing:-.035em}.section p{line-height:1.7;color:#475467}.book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.book-card{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 28px rgba(7,23,47,.07);display:flex;flex-direction:column}.cover-wrap{background:linear-gradient(180deg,#f3f7ff,#fff);padding:24px;text-align:center;position:relative}.cover-wrap.pathway3-cover{background:linear-gradient(180deg,#fff8e8,#ffffff)}.pathway-badge{position:absolute;top:14px;left:14px;background:var(--navy);color:white;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:950;letter-spacing:.08em;box-shadow:0 8px 18px rgba(7,23,47,.18);z-index:2}.pathway-badge.strong{background:var(--gold);color:#111827;border:2px solid var(--navy);font-size:.8rem}.cover-wrap img{height:320px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 16px 20px rgba(0,0,0,.18))}.book-info{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.book-info h3{margin:0;color:var(--navy);font-size:1.18rem}.price{font-weight:950;color:#111827}.book-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.book-actions .btn{padding:11px}.preview-section{background:linear-gradient(180deg,#fff,#f6f8fc);border-radius:36px}.preview-layout{display:grid;grid-template-columns:320px 1fr;gap:24px}.preview-sidebar,.viewer-shell,.card-form,.order-summary-card,.payment-card,.contact-section{background:white;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:24px}.preview-sidebar label,.card-form label{display:flex;flex-direction:column;gap:8px;font-weight:850;color:var(--navy);margin-bottom:16px}input,select,textarea{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:13px 14px;font:inherit;background:white}textarea{resize:vertical}.sample-pages{background:var(--cream);border:1px dashed var(--gold);border-radius:16px;padding:14px;margin:16px 0}.fine-print{font-size:.82rem!important;color:#667085!important}.viewer-shell{min-height:650px;position:relative;overflow:hidden}.viewer-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:20px}.viewer-toolbar button{border:1px solid var(--line);background:#f9fafb;border-radius:10px;padding:10px 14px;font-weight:850;cursor:pointer}.sample-page{position:relative;max-width:720px;min-height:540px;margin:auto;background:white;border:1px solid #d9dde7;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:54px;line-height:1.7;user-select:none;-webkit-user-select:none}.sample-page h3{color:var(--navy);font-size:1.7rem;margin-top:0}.sample-page:before{content:"EDMAR SAMPLE";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:950;color:rgba(215,165,54,.13);transform:rotate(-28deg);pointer-events:none;white-space:nowrap}.page-watermark{position:absolute;top:100px;left:50%;transform:translateX(-50%) rotate(-18deg);font-size:2rem;font-weight:950;color:rgba(7,23,47,.08);z-index:2;pointer-events:none;white-space:nowrap}.protected-content{user-select:none;-webkit-user-select:none}.protected-content img{pointer-events:none}.blurred .protected-content{filter:blur(12px)}.split-section{display:grid;grid-template-columns:1.35fr .65fr;gap:24px;align-items:start}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-lines{display:grid;gap:12px;margin:14px 0}.order-line{display:grid;grid-template-columns:1fr 95px 110px 42px;gap:10px;align-items:center;background:#f9fafb;padding:12px;border-radius:14px}.order-line button{border:0;border-radius:10px;background:#fee4e2;color:#b42318;font-weight:950;padding:10px}.order-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:18px;font-size:1.2rem}.cart-item{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;gap:10px}.quote-section{background:var(--navy);border-radius:36px;color:white}.quote-section h2,.quote-section p{color:white}.quote-section .card-form{box-shadow:none}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.payment-card h3{color:var(--navy);margin-top:0}.contact-section{display:flex;align-items:center;justify-content:space-between;gap:20px}footer{text-align:center;background:var(--navy);color:white;padding:30px 20px}footer p{margin:6px 0;color:#d7dce8}@media print{body{display:none!important}}@media(max-width:900px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:72px;left:12px;right:12px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:16px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.hero,.preview-layout,.split-section{grid-template-columns:1fr}.book-grid,.payment-grid,.trust-strip{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.order-line{grid-template-columns:1fr 90px}.contact-section{flex-direction:column;align-items:flex-start}.sample-page{padding:30px;min-height:500px}.brand img{height:56px}.brand span{font-size:.82rem}}

/* Evidence/invoice and secure preview updates */
.brand img{height:76px;max-width:170px;object-fit:contain}.brand span{font-size:1.05rem;line-height:1.05}.preview-img{width:100%;max-width:720px;display:block;margin:0 auto;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.16);user-select:none;-webkit-user-drag:none;pointer-events:none}.sample-page{min-height:700px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.preview-caption{margin-top:14px;font-weight:800;color:#0a1f44}.card-form select,.card-form input,.card-form textarea{font-size:1rem}.viewer-shell{overflow:auto;max-height:960px}.protected-content{position:relative}.protected-content::after{content:'EDMAR EDUCATION PUBLISHERS • PREVIEW ONLY';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:2.2rem;color:rgba(10,31,68,.08);transform:rotate(-24deg);pointer-events:none;text-align:center}.blurred .protected-content{filter:blur(10px)}

/* Updated for clearer protected previews and original book covers */
.cover-wrap img{height:250px;object-fit:contain;}
.viewer-shell{max-height:1120px;overflow:auto;}
.sample-page{max-width:920px;min-height:auto;padding:18px;background:#ffffff;}
.preview-img{width:100%;max-width:900px;border-radius:8px;image-rendering:auto;}
.preview-caption{font-size:.9rem;color:#344054;}
.protected-content::after{font-size:2.6rem;color:rgba(10,31,68,.06);letter-spacing:.08em;}
.sample-page:before{display:none;}
@media(max-width:900px){.sample-page{padding:10px}.preview-img{max-width:100%;}.cover-wrap img{height:230px}}

/* Final customer-request updates: original catalogue covers and vertical PDF-style viewer */
.cover-wrap img{height:260px;object-fit:contain;}
.viewer-shell{max-height:980px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:#eef2f7;}
.viewer-toolbar{position:sticky;top:0;background:white;z-index:8;margin:-24px -24px 20px -24px;padding:14px 18px;border-radius:24px 24px 0 0;}
.sample-page{max-width:980px;margin:0 auto;background:transparent;border:0;box-shadow:none;padding:10px;display:block;}
.preview-page-block{margin:0 auto 26px auto;max-width:900px;}
.preview-caption.top{margin:0 0 8px 0;text-align:center;color:#0a1f44;background:white;border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-weight:850;font-size:.9rem;}
.page-frame{position:relative;background:white;border:1px solid #d9dde7;border-radius:12px;box-shadow:0 18px 42px rgba(7,23,47,.16);padding:10px;overflow:hidden;}
.preview-img{width:100%;max-width:100%;display:block;border-radius:6px;image-rendering:auto;user-select:none;-webkit-user-drag:none;pointer-events:none;}
.diagonal-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-28deg);font-size:clamp(1.6rem,4vw,3rem);font-weight:950;color:rgba(7,23,47,.075);letter-spacing:.12em;white-space:nowrap;pointer-events:none;text-align:center;}
.protected-content::after{display:none;}
.page-watermark{display:none;}
.sample-pages strong{display:block;line-height:1.4;}
@media(max-width:900px){.viewer-toolbar{margin:-24px -24px 14px -24px;gap:8px}.viewer-toolbar button{padding:9px 10px;font-size:.8rem}.preview-page-block{margin-bottom:18px}.page-frame{padding:6px}.cover-wrap img{height:230px}}


/* Full-screen protected preview mode */
.fullscreen-btn{background:var(--navy)!important;color:white!important;border-color:var(--navy)!important}
.viewer-shell:fullscreen{background:#eef2f7;padding:24px;max-height:none;height:100vh;overflow-y:auto;overflow-x:hidden;border-radius:0;box-shadow:none;border:0;}
.viewer-shell:fullscreen .viewer-toolbar{position:sticky;top:0;margin:0 0 22px 0;border-radius:16px;box-shadow:0 12px 30px rgba(7,23,47,.16)}
.viewer-shell:fullscreen .preview-page-block{max-width:1050px;margin-bottom:32px;}
.viewer-shell:fullscreen .page-frame{padding:12px;border-radius:14px;}
.viewer-shell:fullscreen .preview-img{max-width:100%;}
.viewer-shell.expanded-viewer{position:fixed;inset:0;z-index:9999;border-radius:0!important;max-height:none!important;height:100vh!important;width:100vw!important;overflow-y:auto!important;background:#eef2f7!important;padding:24px!important;}
.viewer-shell.expanded-viewer .viewer-toolbar{position:sticky;top:0;margin:0 0 22px 0;border-radius:16px;box-shadow:0 12px 30px rgba(7,23,47,.16)}
.viewer-shell.expanded-viewer .preview-page-block{max-width:1050px;margin-bottom:32px;}
body.viewer-open{overflow:hidden;}
@media(max-width:900px){.viewer-toolbar{flex-wrap:wrap}.fullscreen-btn{width:100%;}.viewer-shell:fullscreen,.viewer-shell.expanded-viewer{padding:12px!important}.viewer-shell:fullscreen .preview-page-block,.viewer-shell.expanded-viewer .preview-page-block{max-width:100%;}}


/* Update: lighter, buyer-friendly watermark + cleaner school dropdown */
.diagonal-watermark{color:rgba(7,23,47,.045)!important;font-size:clamp(1.35rem,3vw,2.35rem)!important;letter-spacing:.1em!important;}
.page-frame{background:#fff!important;}
.preview-img{filter:none!important;}
.card-form select.schoolSelect{font-size:.95rem;}


/* PayPal and admin dashboard updates */
.btn.payment.alt{background:#fff;color:var(--navy);border:1px solid var(--line);}
.payment-note{margin-top:18px;background:#fff8e8;border:1px solid var(--gold);border-radius:18px;padding:16px;color:#1f2937;line-height:1.6;}
.admin-section{background:linear-gradient(180deg,#fff,#f7f9fc);border-radius:36px;}
.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.admin-grid div{background:white;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 12px 28px rgba(7,23,47,.07)}
.admin-grid strong{display:block;color:var(--navy);font-size:1.05rem;margin-bottom:8px}.admin-grid span{color:#667085;line-height:1.5;font-size:.95rem}
@media(max-width:900px){.admin-grid{grid-template-columns:1fr}}
/* Request-catalogue redesign additions */
.nav-links a[href="#order"], .nav-links a[href="#payment"]{display:none!important}
.publisher-hero .lead{max-width:820px}.search-row{max-width:820px;margin:0 auto 24px}.search-row input{width:100%;padding:16px 18px;border:1px solid rgba(16,33,63,.18);border-radius:16px;font-size:1rem;box-shadow:0 10px 25px rgba(16,33,63,.06)}.soft{background:#eef4ff;color:#10213f;border:1px solid rgba(16,33,63,.12)}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.workflow-list{display:grid;gap:14px}.workflow-list div{background:#fff;border:1px solid rgba(16,33,63,.1);border-radius:18px;padding:18px;box-shadow:0 15px 35px rgba(16,33,63,.08)}.workflow-list strong,.admin-grid strong{display:block;color:#10213f;margin-bottom:6px}.workflow-list span,.admin-grid span{color:#526071}.center{text-align:center}.status{margin-top:16px;padding:14px 16px;border-radius:14px;display:none}.status.good{display:block;background:#e8fff1;color:#075f2a;border:1px solid #9fe2b5}.status.bad{display:block;background:#fff1f1;color:#8a1c1c;border:1px solid #f1b3b3}.preview-page-card{background:#f7f9fc;border:1px solid rgba(16,33,63,.1);border-radius:18px;margin:0 0 24px;overflow:hidden}.preview-page-head{display:flex;justify-content:space-between;gap:12px;padding:10px 14px;background:#10213f;color:#fff;font-size:.9rem}.page-frame{position:relative;background:#fff;text-align:center;padding:12px}.page-frame img{max-width:100%;height:auto;user-select:none;-webkit-user-drag:none}.soft-watermark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform:rotate(-25deg);font-size:clamp(1.4rem,4vw,3.2rem);font-weight:800;color:rgba(16,33,63,.09);pointer-events:none;text-align:center}.viewer-shell{max-height:760px;overflow:auto}.viewer-shell.fullscreen-mode{background:#eef3f8;padding:20px}.privacy-blur .protected-content{filter:blur(5px)}.empty-preview{padding:60px;text-align:center;background:#fff;border-radius:18px}.card-form label select,.card-form label input,.card-form label textarea{margin-top:7px}.book-actions{display:flex;flex-wrap:wrap;gap:9px}.book-actions .btn{padding:10px 12px;font-size:.9rem}.fine-print{font-size:.87rem;color:#697386}.hero-actions{flex-wrap:wrap}@media(max-width:850px){.three-col,.two-col{grid-template-columns:1fr!important}.nav-links.open{display:flex}.book-actions .btn{width:100%}.preview-layout{grid-template-columns:1fr!important}.hero h1{font-size:2.4rem}.site-header .brand span{font-size:1rem}}
@media print{.site-header,.notice,.viewer-toolbar,.preview-sidebar,.nav,.btn,footer{display:none!important}}

/* Cleaner, catchier public catalogue redesign */
.notice{display:none!important}
.clean-header{box-shadow:0 8px 30px rgba(7,23,47,.05)}
.clean-header .brand img{height:84px;max-width:210px}.clean-header .brand span{font-size:.95rem;color:#10213f}
.fresh-hero{position:relative;max-width:none;margin:0;padding:90px max(24px,calc((100vw - 1180px)/2)) 80px;background:radial-gradient(circle at 82% 14%,rgba(215,165,54,.28),transparent 28%),linear-gradient(135deg,#081a35 0%,#0f3568 54%,#f6f8fc 54%,#fff 100%);overflow:hidden}
.fresh-hero .hero-text{max-width:760px}.fresh-hero .eyebrow{color:#f0c35b}.fresh-hero h1{color:white;text-shadow:0 12px 28px rgba(0,0,0,.18)}.fresh-hero .lead{color:#e8eef8;font-weight:500}.fresh-hero .btn.secondary{background:rgba(255,255,255,.12);color:white;border-color:rgba(255,255,255,.35);backdrop-filter:blur(10px)}
.hero-showcase{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.showcase-card{background:white;border:1px solid rgba(16,33,63,.08);border-radius:24px;padding:18px;text-align:center;box-shadow:0 22px 50px rgba(0,0,0,.16);transform:rotate(2deg)}.showcase-card.main{grid-row:span 2;transform:rotate(-2deg)}.showcase-card img{height:210px;max-width:100%;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.18))}.showcase-card.main img{height:320px}.showcase-card span{display:block;margin-top:10px;font-weight:950;color:#10213f}
.quick-strip{max-width:1180px;margin:-36px auto 30px;position:relative;z-index:3;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-strip div{background:white;border:1px solid rgba(16,33,63,.08);border-radius:20px;padding:22px;box-shadow:0 18px 45px rgba(16,33,63,.12)}.quick-strip strong{display:block;color:#10213f;font-size:1.08rem}.quick-strip span{color:#667085;font-size:.92rem}
.center-head{text-align:center;margin-left:auto;margin-right:auto}.catalogue-section{padding-top:60px}.catalogue-section .section-head p{font-size:1.05rem}.book-card{transition:.25s ease}.book-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(16,33,63,.13)}.book-actions{display:grid!important;grid-template-columns:1fr;gap:10px}.book-actions .btn:first-child{background:#f6f8fc;color:#10213f;border:1px solid #dfe6f0}.book-actions .btn{width:100%;border-radius:12px}.book-info p{min-height:auto!important}
.clean-preview{border-radius:0;background:linear-gradient(180deg,#fff,#eef4fb)}.clean-preview .preview-sidebar{border-top:5px solid var(--gold)}.request-panel{max-width:none;background:linear-gradient(135deg,#07172f,#123b75);border-radius:0;padding-left:max(20px,calc((100vw - 1180px)/2));padding-right:max(20px,calc((100vw - 1180px)/2))}.light-text h2,.light-text p{color:#fff!important}.polished-form{max-width:1080px;margin:auto;box-shadow:0 28px 70px rgba(0,0,0,.25)}
.simple-process{padding-top:65px}.process-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-cards div{background:white;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 15px 35px rgba(16,33,63,.08)}.process-cards span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;background:#10213f;color:white;font-weight:950;margin-bottom:16px}.process-cards strong{display:block;color:#10213f;font-size:1.2rem}.process-cards p{color:#667085}.refined-contact{background:#fff;border:1px solid rgba(16,33,63,.1)}
footer a{color:#d7a536;text-decoration:none}.soft{display:none!important}.admin-section,.split-section{display:none!important}.nav-links a[href="#workflow"],.nav-links a[href="#evidence"],.nav-links a[href="admin.html"]{display:none!important}
@media(max-width:900px){.fresh-hero{grid-template-columns:1fr;background:linear-gradient(180deg,#081a35,#0f3568);padding-top:60px}.hero-showcase{grid-template-columns:repeat(3,1fr)}.showcase-card,.showcase-card.main{transform:none;grid-row:auto}.showcase-card img,.showcase-card.main img{height:160px}.quick-strip,.process-cards{grid-template-columns:1fr}.clean-header .brand img{height:62px}.fresh-hero h1{font-size:2.55rem}}
@media(max-width:560px){.hero-showcase{display:none}.fresh-hero{padding-bottom:70px}.quick-strip{margin-top:-28px}.book-grid{grid-template-columns:1fr!important}.section{padding:52px 16px}.process-cards div{padding:20px}}


/* Header polish requested: larger, cleaner EdMar Publishers logo */
.clean-header{background:rgba(255,255,255,.97);box-shadow:0 12px 34px rgba(7,23,47,.08);}
.clean-header .nav{max-width:1280px;padding:18px 24px;}
.clean-header .brand{gap:18px;padding:8px 18px 8px 10px;border-radius:22px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 55%,#fff8e8 100%);box-shadow:0 14px 34px rgba(7,23,47,.10);border:1px solid rgba(215,165,54,.22);}
.clean-header .brand img{height:118px!important;max-width:350px!important;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(7,23,47,.18));}
.clean-header .brand span{font-size:1.22rem!important;font-weight:950;letter-spacing:-.02em;color:#07172f;white-space:nowrap;}
.fresh-hero .hero-text{padding-top:18px;}
.fresh-hero h1{margin-top:14px;}
@media(max-width:900px){
  .clean-header .nav{padding:12px 16px;}
  .clean-header .brand{gap:10px;padding:6px 10px;border-radius:16px;}
  .clean-header .brand img{height:74px!important;max-width:220px!important;}
  .clean-header .brand span{font-size:.98rem!important;white-space:normal;}
}
@media(max-width:560px){
  .clean-header .brand img{height:62px!important;max-width:180px!important;}
  .clean-header .brand span{font-size:.86rem!important;}
}


/* Final publishing-catalogue polish: fixed logo, cleaner hero wrap, larger uniform books */
.clean-header .brand{max-width:560px;overflow:visible;}
.clean-header .brand img{height:96px!important;max-width:330px!important;width:auto!important;object-fit:contain!important;}
.clean-header .brand span{display:none!important;}
.fresh-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr)!important;
  gap:42px!important;
  background:radial-gradient(circle at 84% 12%,rgba(215,165,54,.22),transparent 28%),linear-gradient(135deg,#081a35 0%,#0f3568 72%,#f6f8fc 72%,#fff 100%)!important;
  padding-top:78px!important;
}
.fresh-hero .hero-text{max-width:780px!important;min-width:0!important;}
.fresh-hero h1{font-size:clamp(3rem,5.6vw,5.9rem)!important;line-height:.98!important;max-width:780px!important;letter-spacing:-.055em!important;text-wrap:balance;}
.hero-actions .btn{font-size:1.08rem;padding:17px 28px;border-radius:20px;}
.hero-showcase{min-width:0;}
.showcase-card{border-radius:28px;padding:20px;}
.showcase-card img{height:250px!important;width:auto!important;}
.showcase-card.main img{height:350px!important;}
.book-grid{grid-template-columns:repeat(auto-fit,minmax(285px,1fr))!important;gap:28px!important;}
.book-card{border-radius:30px!important;box-shadow:0 18px 40px rgba(7,23,47,.10)!important;}
.cover-wrap{padding:26px 18px 20px!important;min-height:355px!important;display:flex;align-items:center;justify-content:center;}
.cover-wrap img{height:300px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;image-rendering:auto!important;}
.book-info{padding:24px!important;}
.book-info h3{font-size:1.26rem!important;line-height:1.25!important;}
.price{font-size:1.12rem!important;}
.book-actions .btn{font-size:.95rem!important;padding:13px 14px!important;}
.catalogue-section{background:linear-gradient(180deg,#fff 0%,#f7faff 100%);}
.catalogue-section .section-head{max-width:850px;}
.search-row{max-width:900px!important;margin-bottom:34px!important;}
@media(max-width:1100px){
  .fresh-hero{background:linear-gradient(180deg,#081a35 0%,#0f3568 100%)!important;grid-template-columns:1fr!important;}
  .fresh-hero .hero-text,.fresh-hero h1{max-width:900px!important;}
  .hero-showcase{grid-template-columns:repeat(3,1fr)!important;}
  .showcase-card img,.showcase-card.main img{height:210px!important;}
}
@media(max-width:720px){
  .clean-header .brand img{height:70px!important;max-width:240px!important;}
  .fresh-hero h1{font-size:2.65rem!important;}
  .hero-showcase{display:none!important;}
  .cover-wrap{min-height:330px!important;}
  .cover-wrap img{height:280px!important;}
}

/* Updated EdMar logo + SAT/ACT cover refinements */
.clean-header .brand{
  min-height:92px;
  max-width:520px;
  background:#ffffff;
  overflow:visible!important;
}
.clean-header .brand img{
  height:88px!important;
  max-width:300px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.book-card[data-book="sat"] .cover-wrap img,
.book-card[data-book="act"] .cover-wrap img{
  height:315px!important;
  max-height:315px!important;
  width:auto!important;
  object-fit:contain!important;
}
.book-card[data-book="sat"] .cover-wrap,
.book-card[data-book="act"] .cover-wrap{
  min-height:370px!important;
}
@media(max-width:900px){
  .clean-header .brand{min-height:72px;max-width:320px;}
  .clean-header .brand img{height:68px!important;max-width:220px!important;}
  .book-card[data-book="sat"] .cover-wrap img,
  .book-card[data-book="act"] .cover-wrap img{height:280px!important;max-height:280px!important;}
}


/* Customer update: larger header logo and uniform catalogue cover sizes */
.clean-header .nav{padding:20px 24px!important;min-height:150px!important;}
.clean-header .brand{min-height:130px!important;max-width:720px!important;padding:10px 22px!important;background:#fff!important;}
.clean-header .brand img{height:125px!important;max-height:125px!important;max-width:560px!important;width:auto!important;object-fit:contain!important;object-position:left center!important;}
.book-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;align-items:stretch!important;}
.book-card{height:100%!important;}
.cover-wrap{min-height:390px!important;padding:24px!important;}
.cover-wrap img,
.book-card[data-book="sat"] .cover-wrap img,
.book-card[data-book="act"] .cover-wrap img{height:330px!important;max-height:330px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;}
.book-card[data-book="sat"] .cover-wrap,
.book-card[data-book="act"] .cover-wrap{min-height:390px!important;}
@media(max-width:900px){
  .clean-header .nav{min-height:110px!important;}
  .clean-header .brand{min-height:92px!important;max-width:430px!important;}
  .clean-header .brand img{height:88px!important;max-height:88px!important;max-width:360px!important;}
  .cover-wrap{min-height:350px!important;}
  .cover-wrap img,.book-card[data-book="sat"] .cover-wrap img,.book-card[data-book="act"] .cover-wrap img{height:300px!important;max-height:300px!important;}
}
@media(max-width:560px){
  .clean-header .nav{min-height:92px!important;}
  .clean-header .brand{min-height:78px!important;max-width:300px!important;padding:6px 10px!important;}
  .clean-header .brand img{height:72px!important;max-height:72px!important;max-width:270px!important;}
}

/* Final update: use the new landscape EdMar Education Publishers logo, large and readable */
.clean-header{
  background:rgba(255,255,255,.98)!important;
}
.clean-header .nav{
  max-width:1600px!important;
  min-height:170px!important;
  padding:20px 28px!important;
  gap:24px!important;
}
.clean-header .brand{
  flex:0 0 auto!important;
  width:min(56vw,760px)!important;
  max-width:760px!important;
  min-height:140px!important;
  padding:8px 16px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.clean-header .brand img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:760px!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
.clean-header .brand span{display:none!important;}
.clean-header .nav-links{flex-wrap:wrap!important;justify-content:flex-end!important;gap:14px 18px!important;}

@media(max-width:1050px){
  .clean-header .nav{min-height:135px!important;padding:16px 18px!important;}
  .clean-header .brand{width:min(62vw,560px)!important;min-height:105px!important;padding:6px 8px!important;}
  .clean-header .brand img{max-width:560px!important;}
}
@media(max-width:700px){
  .clean-header .nav{min-height:110px!important;}
  .clean-header .brand{width:270px!important;min-height:78px!important;}
  .clean-header .brand img{max-width:270px!important;}
}

/* User update: slimmer top header, logo readable but not oversized */
.clean-header{
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 6px 18px rgba(7,23,47,.06)!important;
}
.clean-header .nav{
  max-width:1280px!important;
  min-height:104px!important; /* a little over 1 inch */
  padding:8px 24px!important;
  gap:18px!important;
}
.clean-header .brand{
  width:430px!important;
  max-width:430px!important;
  min-height:82px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.clean-header .brand img{
  width:430px!important;
  max-width:430px!important;
  height:auto!important;
  max-height:82px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
.clean-header .nav-links a{
  font-size:.9rem!important;
}
.fresh-hero{
  padding-top:54px!important;
}
@media(max-width:1050px){
  .clean-header .nav{min-height:92px!important;padding:8px 18px!important;}
  .clean-header .brand{width:340px!important;max-width:340px!important;min-height:68px!important;}
  .clean-header .brand img{width:340px!important;max-width:340px!important;max-height:68px!important;}
}
@media(max-width:700px){
  .clean-header .nav{min-height:80px!important;padding:7px 14px!important;}
  .clean-header .brand{width:250px!important;max-width:250px!important;min-height:56px!important;}
  .clean-header .brand img{width:250px!important;max-width:250px!important;max-height:56px!important;}
}
