/*
Theme Name: Slougui
Theme URI: https://slougui.ma
Author: Slougui.ma
Description: Boutique bilingue (arabe RTL / français) pour le Sloughi et le Galgo — accessoires, vitamines et livres. Thème WooCommerce sur mesure. Bilingual (Arabic RTL / French) WooCommerce theme for a Moroccan sighthound store.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: slougui
Tags: e-commerce, rtl-language-support, translation-ready, custom-menu, featured-images, full-width-template
WC requires at least: 7.0
WC tested up to: 9.0
*/


:root{
  --sand:#F7F1E7; --cream:#FBF7F0; --paper:#FFFFFF;
  --ink:#2A2621; --ink-soft:#5C554B;
  --terra:#B95B36; --terra-dark:#9E4A2B;
  --gold:#C4A052; --gold-soft:#D9C08A;
  --olive:#556149; --sky:#8FA9A0;
  --line:rgba(42,38,33,.12);
  --shadow:0 22px 60px -20px rgba(42,38,33,.35);
  --radius:18px;
  --maxw:1180px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--sand); color:var(--ink);
  font-family:'Tajawal',sans-serif; line-height:1.7;
  overflow-x:hidden; -webkit-font-smoothing:antialiased;
}
/* Language-aware typography */
html[lang="ar"] body{font-family:'Tajawal',sans-serif}
html[lang="fr"] body{font-family:'Poppins',sans-serif}
html[lang="ar"] .display{font-family:'Amiri',serif; letter-spacing:0}
html[lang="fr"] .display{font-family:'Playfair Display',serif}
h1,h2,h3{line-height:1.2; font-weight:700}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px}
.display{font-weight:700}
.eyebrow{
  font-size:.78rem; letter-spacing:.22em; text-transform:uppercase;
  color:var(--terra); font-weight:600; margin-bottom:14px;
}
html[lang="ar"] .eyebrow{letter-spacing:.06em}
.btn{
  display:inline-flex; align-items:center; gap:9px;
  padding:14px 30px; border-radius:100px; font-weight:600; font-size:.98rem;
  cursor:pointer; border:1.5px solid transparent; transition:.25s; white-space:nowrap;
}
.btn-primary{background:var(--terra); color:#fff; box-shadow:0 12px 26px -10px rgba(185,91,54,.7)}
.btn-primary:hover{background:var(--terra-dark); transform:translateY(-2px)}
.btn-ghost{background:transparent; color:var(--ink); border-color:var(--line)}
.btn-ghost:hover{border-color:var(--ink); background:rgba(42,38,33,.04)}
.btn-gold{background:var(--ink); color:var(--gold-soft)}
.btn-gold:hover{background:#000}
.pill{display:inline-block; padding:5px 14px; border-radius:100px; background:rgba(196,160,82,.16); color:var(--terra-dark); font-size:.8rem; font-weight:600}
section{padding:96px 0}
.center{text-align:center}
.muted{color:var(--ink-soft)}
.section-head{max-width:640px; margin:0 auto 54px}
.section-head h2{font-size:clamp(1.9rem,4vw,2.9rem)}
.section-head p{margin-top:14px; color:var(--ink-soft); font-size:1.05rem}

/* ---------- Header ---------- */
header{
  position:sticky; top:0; z-index:60; background:rgba(247,241,231,.82);
  backdrop-filter:blur(14px); border-bottom:1px solid var(--line);
}
.nav{display:flex; align-items:center; justify-content:space-between; height:74px; gap:20px}
.brand{display:flex; align-items:center; gap:12px; cursor:pointer}
.brand .glyph{width:42px;height:42px;border-radius:12px;
  background:linear-gradient(135deg,var(--terra),var(--gold));
  display:grid;place-items:center;color:#fff;font-weight:800;font-family:'Amiri',serif;font-size:1.3rem;
  box-shadow:0 8px 18px -8px rgba(185,91,54,.8)}
.brand b{font-size:1.35rem; font-weight:800; letter-spacing:.02em}
.brand span{display:block;font-size:.68rem;color:var(--ink-soft);letter-spacing:.18em;text-transform:uppercase;margin-top:-3px}
.menu{display:flex; align-items:center; gap:6px}
.menu a{padding:9px 15px; border-radius:100px; font-weight:500; font-size:.96rem; color:var(--ink-soft); transition:.2s; cursor:pointer}
.menu a:hover,.menu a.active{color:var(--ink); background:rgba(42,38,33,.06)}
.nav-right{display:flex; align-items:center; gap:14px}
.lang{display:flex; border:1.5px solid var(--line); border-radius:100px; overflow:hidden; font-size:.85rem; font-weight:600}
.lang button{border:none; background:transparent; padding:7px 14px; cursor:pointer; color:var(--ink-soft); font-family:inherit; font-weight:600}
.lang button.on{background:var(--ink); color:var(--sand)}
.cart-ico{width:42px;height:42px;border-radius:12px;border:1.5px solid var(--line);display:grid;place-items:center;cursor:pointer;transition:.2s;position:relative}
.cart-ico:hover{border-color:var(--ink)}
.cart-ico b{position:absolute;top:-6px;inset-inline-end:-6px;background:var(--terra);color:#fff;font-size:.68rem;width:19px;height:19px;border-radius:50%;display:grid;place-items:center}
.burger{display:none;width:42px;height:42px;border-radius:12px;border:1.5px solid var(--line);background:none;cursor:pointer;place-items:center}
.burger span{width:18px;height:2px;background:var(--ink);display:block;position:relative}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--ink)}
.burger span::before{top:-5px}.burger span::after{top:5px}

/* ---------- Page switching ---------- */
.page{display:block}

@keyframes fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

/* ---------- Hero (home) ---------- */
.hero{position:relative; padding:70px 0 80px; overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;
  background:
   radial-gradient(circle at 80% 20%,rgba(196,160,82,.18),transparent 45%),
   radial-gradient(circle at 15% 85%,rgba(185,91,54,.12),transparent 42%);z-index:0}
.hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.hero h1{font-size:clamp(2.4rem,5.2vw,4rem); line-height:1.08}
.hero h1 em{font-style:normal;color:var(--terra)}
.hero p.lead{font-size:1.15rem;color:var(--ink-soft);margin:22px 0 30px;max-width:520px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{display:flex;gap:34px;margin-top:44px}
.hero-stats div b{font-family:'Playfair Display',serif;font-size:1.9rem;color:var(--ink);display:block}
html[lang="ar"] .hero-stats div b{font-family:'Amiri',serif}
.hero-stats div span{font-size:.86rem;color:var(--ink-soft)}
.hero-art{position:relative;height:440px}
.hero-art .disc{position:absolute;inset:6% 8%;border-radius:50%;
  background:linear-gradient(160deg,#e9d9bd,#cdb388);box-shadow:var(--shadow);overflow:hidden}
.hero-art .disc::after{content:"صورة السلوقي / photo Sloughi";position:absolute;inset:0;display:grid;place-items:center;
  color:rgba(42,38,33,.4);font-size:.9rem;letter-spacing:.05em}
.hero-art .float{position:absolute;background:var(--paper);border-radius:16px;box-shadow:var(--shadow);
  padding:14px 18px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:10px}
.hero-art .float i{width:34px;height:34px;border-radius:10px;background:rgba(185,91,54,.14);display:grid;place-items:center;font-style:normal;font-size:1.1rem}
.hero-art .f1{top:8%;inset-inline-start:-4%}
.hero-art .f2{bottom:12%;inset-inline-end:-6%}

/* ---------- Category tiles ---------- */
.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.cat{position:relative;border-radius:var(--radius);overflow:hidden;min-height:300px;padding:32px;
  display:flex;flex-direction:column;justify-content:flex-end;color:#fff;cursor:pointer;box-shadow:var(--shadow);transition:.3s}
.cat:hover{transform:translateY(-6px)}
.cat.books{background:linear-gradient(200deg,#3c4a3a,#232b21)}
.cat.acc{background:linear-gradient(200deg,#b95b36,#7e3a21)}
.cat.vit{background:linear-gradient(200deg,#c4a052,#8a6f2f)}
.cat .pill{position:absolute;top:22px;inset-inline-start:22px;background:rgba(255,255,255,.2);color:#fff}
.cat h3{font-size:1.6rem;margin-bottom:6px}
.cat p{opacity:.85;font-size:.95rem;margin-bottom:16px}
.cat .go{font-weight:700;font-size:.95rem;display:inline-flex;gap:8px;align-items:center}

/* ---------- Feature strip ---------- */
.feats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feat{background:var(--paper);border-radius:var(--radius);padding:26px;border:1px solid var(--line)}
.feat i{font-style:normal;font-size:1.6rem;display:block;margin-bottom:12px}
.feat h4{font-size:1.05rem;margin-bottom:6px}
.feat p{font-size:.9rem;color:var(--ink-soft)}

/* ---------- Books page (Odrin style) ---------- */
.books-hero{background:linear-gradient(180deg,#2b3327,#20271e);color:var(--sand);position:relative;overflow:hidden}
.books-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,rgba(196,160,82,.25),transparent 50%)}
.books-hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:560px;padding:70px 24px}
.books-hero h1{font-size:clamp(2.3rem,5vw,3.7rem);color:#fff}
.books-hero h1 em{font-style:normal;color:var(--gold-soft)}
.books-hero p{color:rgba(247,241,231,.75);font-size:1.12rem;margin:22px 0 30px;max-width:480px}
.stars{color:var(--gold);letter-spacing:3px;font-size:1.1rem;margin-bottom:10px}
.book-stack{position:relative;height:460px;display:grid;place-items:center}
.book3d{position:absolute;width:210px;height:310px;border-radius:6px 12px 12px 6px;box-shadow:0 30px 60px -18px rgba(0,0,0,.6);
  display:flex;flex-direction:column;justify-content:space-between;padding:26px 22px;color:#fff;transition:.4s}
.book3d::before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:14px;background:rgba(0,0,0,.22);border-radius:6px 0 0 6px}
.book3d small{opacity:.7;letter-spacing:.14em;text-transform:uppercase;font-size:.62rem}
.book3d b{font-family:'Amiri',serif;font-size:1.5rem;line-height:1.2}
.book3d .by{font-size:.78rem;opacity:.8}
.book-a{background:linear-gradient(160deg,#b95b36,#7e3a21);transform:rotate(-8deg) translateX(-58px)}
.book-b{background:linear-gradient(160deg,#556149,#333c2b);transform:rotate(7deg) translateX(58px);z-index:2}
.book-stack:hover .book-a{transform:rotate(-11deg) translateX(-72px)}
.book-stack:hover .book-b{transform:rotate(10deg) translateX(72px)}

.two-books{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.bookcard{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:34px;display:flex;gap:26px;box-shadow:var(--shadow)}
.bookcard .cover{flex:0 0 130px;height:196px;border-radius:6px 10px 10px 6px;position:relative;color:#fff;padding:18px 14px;display:flex;flex-direction:column;justify-content:space-between}
.bookcard .cover::before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:9px;background:rgba(0,0,0,.22);border-radius:6px 0 0 6px}
.bookcard .cover.c1{background:linear-gradient(160deg,#b95b36,#7e3a21)}
.bookcard .cover.c2{background:linear-gradient(160deg,#556149,#333c2b)}
.bookcard .cover small{font-size:.55rem;letter-spacing:.12em;opacity:.7;text-transform:uppercase}
.bookcard .cover b{font-family:'Amiri',serif;font-size:1.15rem;line-height:1.15}
.bookcard h3{font-size:1.35rem;margin-bottom:6px}
.bookcard .price{font-size:1.3rem;font-weight:800;color:var(--terra);margin:12px 0}
.bookcard .price s{font-size:.9rem;color:var(--ink-soft);font-weight:500}
.bookcard .meta{font-size:.85rem;color:var(--ink-soft);margin-bottom:14px}

.author{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:center;background:var(--paper);border-radius:24px;padding:46px;border:1px solid var(--line)}
.author .portrait{aspect-ratio:1;border-radius:20px;background:linear-gradient(160deg,#e9d9bd,#cdb388);display:grid;place-items:center;color:rgba(42,38,33,.4);font-size:.9rem;box-shadow:var(--shadow)}
.author h2{font-size:2.1rem;margin-bottom:8px}
.author .role{color:var(--terra);font-weight:600;margin-bottom:16px}

.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.review .stars{font-size:.95rem;margin-bottom:12px}
.review p{font-size:.98rem;margin-bottom:18px}
.review .who{display:flex;align-items:center;gap:12px}
.review .who i{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--terra),var(--gold));font-style:normal;display:grid;place-items:center;color:#fff;font-weight:700}
.review .who b{display:block;font-size:.92rem}
.review .who span{font-size:.8rem;color:var(--ink-soft)}

.excerpt{background:linear-gradient(180deg,#2b3327,#20271e);color:var(--sand);border-radius:24px;padding:56px;position:relative;overflow:hidden}
.excerpt::before{content:"“";position:absolute;font-family:'Playfair Display',serif;font-size:16rem;color:rgba(196,160,82,.18);top:-40px;inset-inline-start:20px}
.excerpt blockquote{position:relative;z-index:1;font-family:'Amiri',serif;font-size:1.5rem;line-height:1.7;max-width:760px;margin:0 auto;text-align:center}
html[lang="fr"] .excerpt blockquote{font-family:'Playfair Display',serif;font-style:italic}

/* ---------- Newsletter ---------- */
.news{background:linear-gradient(135deg,var(--terra),var(--gold));color:#fff;border-radius:24px;padding:56px;text-align:center}
.news h2{font-size:2.1rem;margin-bottom:10px}
.news p{opacity:.9;max-width:520px;margin:0 auto 26px}
.news form{display:flex;gap:12px;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.news input{flex:1;min-width:220px;padding:15px 22px;border-radius:100px;border:none;font-family:inherit;font-size:1rem}
.news .btn{background:var(--ink);color:#fff}

/* ---------- Product grids ---------- */
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.prod{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s;cursor:pointer}
.prod:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.prod .ph{aspect-ratio:1;background:linear-gradient(160deg,#efe6d4,#ddceb2);display:grid;place-items:center;color:rgba(42,38,33,.38);font-size:.82rem;position:relative}
.prod .ph .tag{position:absolute;top:12px;inset-inline-start:12px;background:var(--terra);color:#fff;font-size:.72rem;padding:4px 11px;border-radius:100px;font-weight:600}
.prod .body{padding:18px}
.prod .body small{color:var(--terra);font-weight:600;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}
.prod .body h4{font-size:1.05rem;margin:5px 0 8px}
.prod .body .row{display:flex;align-items:center;justify-content:space-between;margin-top:12px}
.prod .body .p{font-weight:800;color:var(--ink);font-size:1.1rem}
.prod .body .add{width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:1.2rem}
.filterbar{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}
.filterbar button{border:1.5px solid var(--line);background:var(--paper);padding:9px 20px;border-radius:100px;cursor:pointer;font-family:inherit;font-weight:500;color:var(--ink-soft)}
.filterbar button.on{background:var(--ink);color:var(--sand);border-color:var(--ink)}

/* ---------- About ---------- */
.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.about-hero .img{aspect-ratio:4/3;border-radius:20px;background:linear-gradient(160deg,#e9d9bd,#cdb388);display:grid;place-items:center;color:rgba(42,38,33,.4);box-shadow:var(--shadow)}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}
.value{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px;text-align:center}
.value i{font-style:normal;font-size:2rem;display:block;margin-bottom:12px}

/* ---------- Contact ---------- */
.contact{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.contact .info div{margin-bottom:22px}
.contact .info b{display:block;color:var(--terra);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}
.form-row{display:flex;gap:14px}
.field{margin-bottom:16px;flex:1}
.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px}
.field input,.field textarea{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid var(--line);font-family:inherit;font-size:1rem;background:var(--paper)}
.field textarea{min-height:130px;resize:vertical}

/* ---------- Footer ---------- */
footer{background:#20271e;color:rgba(247,241,231,.7);padding:64px 0 30px;margin-top:40px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;margin-bottom:44px}
.foot-grid h5{color:#fff;font-size:1rem;margin-bottom:16px}
.foot-grid a{display:block;padding:5px 0;font-size:.92rem;cursor:pointer}
.foot-grid a:hover{color:var(--gold-soft)}
.foot-brand b{color:#fff;font-size:1.3rem;font-family:'Amiri',serif}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.85rem}

/* placeholder note */
.ph-note{display:inline-block;background:rgba(196,160,82,.16);color:var(--terra-dark);font-size:.72rem;padding:3px 10px;border-radius:6px;font-weight:600;margin-top:8px}

/* ---------- Responsive ---------- */
@media(max-width:900px){
  .menu{display:none}
  .burger{display:grid}
  .hero .wrap,.books-hero .wrap,.author,.about-hero,.contact{grid-template-columns:1fr}
  .cats,.feats,.reviews,.two-books,.grid,.values,.foot-grid{grid-template-columns:1fr 1fr}
  .hero-art{height:340px;order:-1}
  .book-stack{height:380px}
}
@media(max-width:560px){
  section{padding:64px 0}
  .cats,.feats,.reviews,.two-books,.grid,.values,.foot-grid{grid-template-columns:1fr}
  .hero-stats{gap:22px}
  .bookcard{flex-direction:column}
  .form-row{flex-direction:column}
  .excerpt,.news,.author{padding:34px 24px}
}


/* ============ WooCommerce integration ============ */
.woo-wrap{max-width:var(--maxw);margin:0 auto;padding:60px 24px}
.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;list-style:none}
.woocommerce ul.products li.product{width:auto !important;margin:0 !important;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-align:start;transition:.25s}
.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{margin:0;border-radius:0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.05rem;padding:16px 18px 4px;font-weight:600}
.woocommerce ul.products li.product .price{padding:0 18px;color:var(--terra) !important;font-weight:800}
.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button,.woocommerce #respond input#submit,.woocommerce input.button{background:var(--terra) !important;color:#fff !important;border-radius:100px !important;font-weight:600 !important;margin:14px 18px 18px !important;padding:11px 22px !important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce .button:hover{background:var(--terra-dark) !important}
.woocommerce span.onsale{background:var(--terra);border-radius:100px;padding:6px 12px}
.woocommerce .star-rating span{color:var(--gold)}
.woocommerce-message,.woocommerce-info{border-top-color:var(--terra)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--terra)}
.woocommerce div.product .product_title{font-family:'Amiri',serif}
html[lang^="fr"] .woocommerce div.product .product_title{font-family:'Playfair Display',serif}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--terra);font-weight:800}
.page-title-band{background:linear-gradient(180deg,#2b3327,#20271e);color:var(--sand);padding:54px 0;text-align:center;margin-bottom:10px}
.page-title-band h1{font-size:clamp(1.8rem,4vw,2.8rem)}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr}}

/* language switcher (TranslatePress / Polylang) fits our pill style */
.trp-language-switcher,.lang-switch{display:flex;gap:6px;align-items:center}
#lang-toggle a{padding:7px 14px;border:1.5px solid var(--line);border-radius:100px;font-weight:600;color:var(--ink-soft);font-size:.85rem}
#lang-toggle a.active{background:var(--ink);color:var(--sand)}

/* ============ v2 additions: topbar, lang, mobile menu, featured book ============ */
.topbar{background:var(--ink);color:var(--sand);font-size:.82rem}
.topbar-in{display:flex;align-items:center;justify-content:center;gap:26px;height:38px;flex-wrap:wrap}
.topbar-in a{color:var(--gold-soft)}
.topbar .tb-item{white-space:nowrap}
@media(max-width:640px){.topbar .tb-mail{display:none}.topbar-in{gap:16px;font-size:.75rem}}

.lang.slg-lang button.on{background:var(--ink);color:var(--sand)}
.menu.open{display:flex !important;position:absolute;inset-inline-start:0;inset-inline-end:0;top:112px;flex-direction:column;background:var(--sand);padding:14px 20px;border-bottom:1px solid var(--line);gap:4px;z-index:55}

.feature-book{display:grid;grid-template-columns:.42fr 1fr;gap:40px;align-items:center;background:linear-gradient(180deg,#2b3327,#20271e);color:var(--sand);border-radius:24px;padding:44px;overflow:hidden}
.feature-book .fb-cover img{width:100%;max-width:230px;border-radius:6px 12px 12px 6px;box-shadow:0 30px 60px -18px rgba(0,0,0,.6);margin-inline:auto;display:block}
.feature-book .fb-text h2{font-size:clamp(1.6rem,3.4vw,2.4rem);color:#fff;margin:6px 0 12px}
.feature-book .fb-text p{color:rgba(247,241,231,.8);margin-bottom:22px;max-width:560px}
.feature-book .stars{color:var(--gold);letter-spacing:3px}
@media(max-width:760px){.feature-book{grid-template-columns:1fr;text-align:center;padding:34px 24px}.feature-book .fb-text p{margin-inline:auto}}
