:root{--bk:#070707;--cream:#f3eee2;--gold:#38ade6;--gold2:#6fc7f0;--wh:#f7f2e8;--mut:#beb5a6}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bk);color:var(--wh);font-family:'DM Sans',Arial,sans-serif;line-height:1.4;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
.c{width:min(1180px,calc(100% - 48px));margin:0 auto}
.btn{display:inline-flex;align-items:center;gap:10px;background:var(--gold);color:#050505;font-weight:900;text-transform:uppercase;letter-spacing:.2px;padding:16px 28px;border-radius:8px;box-shadow:0 12px 28px rgba(56,173,230,.22);transition:.2s;border:0;cursor:pointer;font-family:inherit;font-size:14px}
.btn:hover{transform:translateY(-2px);background:var(--gold2)}

nav{position:fixed;z-index:20;top:0;left:0;right:0;padding:20px 0;background:rgba(7,7,7,.88);backdrop-filter:blur(14px);border-bottom:1px solid #1a1a1a}
nav .c{display:flex;justify-content:space-between;align-items:center}
.brand strong{display:block;font-size:17px;letter-spacing:.5px;text-transform:uppercase}
.brand span{display:block;color:#d0c8bb;font-size:12px;margin-top:2px}
.menu{display:flex;gap:24px;align-items:center;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
.menu .btn{padding:12px 20px}

.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 45%,rgba(56,173,230,.08),transparent 35%),linear-gradient(135deg,rgba(7,7,7,.98),rgba(10,14,20,.92))}
.hero .c{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;padding-top:100px;padding-bottom:60px}
h1{margin:0;text-transform:uppercase;font-weight:900;font-size:clamp(56px,8vw,100px);line-height:.92;letter-spacing:-2px;font-family:'DM Serif Display',serif}
.gold{color:var(--gold)}
.hero-sub{margin-top:24px;font-size:clamp(18px,2vw,24px);color:rgba(240,234,223,.7);max-width:560px;font-weight:300;line-height:1.5}
.hero .btn{margin-top:32px}
.hero-book img{border-radius:6px;max-height:580px;margin:0 auto}

section.s{padding:80px 0}

.prob{background:var(--cream);color:#0b0b0b}
.prob .c{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
h2{margin:0;text-transform:uppercase;font-weight:900;font-size:clamp(36px,5vw,64px);line-height:.96;letter-spacing:-1px;font-family:'DM Serif Display',serif}
.prob p{font-size:19px;max-width:520px;margin:24px 0 0;color:#333}
.punch{margin-top:28px;font-size:20px;font-weight:900;text-transform:uppercase;color:#111;line-height:1.3}
.doors{display:flex;gap:24px;justify-content:center;align-items:center;min-height:300px}
.door{width:100px;height:180px;border:4px solid #111;border-radius:4px;display:flex;flex-direction:column;align-items:center;padding-top:14px;gap:8px;background:#eef7fd}
.door-label{font-weight:900;font-size:13px}

.story{background:#080808;border-top:1px solid #161616;border-bottom:1px solid #161616}
.story .c{display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:center}
.portrait{border-radius:14px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.6)}
.story p{color:#ddd5c9;font-size:19px;margin-bottom:14px;font-weight:300;line-height:1.6}
.story .bold{color:#fff;font-weight:900;font-size:22px;margin-top:24px;font-style:italic;font-family:'DM Serif Display',serif}

.inside{background:var(--cream);color:#111}
.inside .c{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.chapters{display:grid;grid-template-columns:1fr 1fr;gap:18px 30px;margin-top:28px}
.ch{display:flex;gap:12px;align-items:flex-start}
.ch-icon{width:38px;height:38px;border:3px solid #111;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;flex-shrink:0}
.ch strong{display:block;font-size:16px}
.ch span{display:block;font-size:13px;color:#555;margin-top:3px;font-weight:300}
.inside-book img{border-radius:6px;max-height:500px;margin:0 auto}

.testimonial{background:#0a0a0a;text-align:center;border-top:1px solid #161616;border-bottom:1px solid #161616}
.tst-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--mut);margin-bottom:32px}
.tst-wrap{max-width:640px;margin:0 auto;position:relative;padding:0 24px}
.tst-mark{font-family:'DM Serif Display',serif;font-size:120px;color:rgba(56,173,230,.15);position:absolute;top:-40px;left:0;line-height:1}
.tst-wrap blockquote{font-family:'DM Serif Display',serif;font-size:24px;font-style:italic;color:var(--wh);line-height:1.5;margin:0;position:relative}
.tst-wrap cite{display:block;margin-top:20px;font-style:normal;font-size:14px;color:var(--mut);font-weight:600}

.scan{background:linear-gradient(170deg,#0a0d12,#070707);border-top:1px solid rgba(56,173,230,.15);border-bottom:1px solid rgba(56,173,230,.15)}
.scan .c{max-width:620px;text-align:center}
.scan h2{font-size:clamp(32px,4vw,48px)}
.scan-sub{color:var(--mut);margin:12px 0 36px;font-size:17px;font-weight:300}
.scan-form{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:0 auto}
.scan-form input{background:rgba(56,173,230,.05);border:1.5px solid rgba(56,173,230,.2);border-radius:6px;padding:15px 18px;color:var(--wh);font-size:16px;font-family:inherit;outline:none;transition:.2s}
.scan-form input::placeholder{color:rgba(190,181,166,.5)}
.scan-form input:focus{border-color:rgba(56,173,230,.5)}
.scan-note{font-size:13px;color:var(--mut);opacity:.5;margin-top:16px}

.cred{background:#070707}
.cred .c{display:grid;grid-template-columns:240px repeat(4,1fr);gap:28px;align-items:start}
.cred h2{font-size:40px;line-height:1}
.cred-card{border-left:1px solid #353535;padding-left:22px;min-height:160px}
.cred-card b{display:block;color:#fff;font-size:15px;text-transform:uppercase;margin-bottom:8px}
.cred-card p{color:#c9c0b4;font-size:14px;font-weight:300;line-height:1.5}
.cred-card.qt{font-family:'DM Serif Display',serif;font-style:italic;font-size:16px;color:#eee;line-height:1.5}
.sig{color:var(--gold);font-size:24px;margin-top:12px}

.final{background:radial-gradient(circle at 30% 50%,rgba(56,173,230,.06),transparent 50%),linear-gradient(135deg,#0a0a0a,#070707)}
.final .c{display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:center}
.final-book img{max-height:480px;border-radius:6px}
.final h2{font-size:clamp(36px,5vw,60px)}
.final p{font-size:20px;color:rgba(240,234,223,.7);margin:20px 0 0;font-weight:300;max-width:560px}
.final .btn{margin-top:32px}

.foot{background:var(--cream);color:#111;padding:16px 0}
.foot .c{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center;font-size:12px}
.foot strong{display:block;text-transform:uppercase;font-size:12px}

@media(max-width:900px){
.menu{display:none}
.hero .c,.prob .c,.story .c,.inside .c,.final .c{grid-template-columns:1fr;gap:32px}
.hero{min-height:auto;padding-top:100px;padding-bottom:60px}
h1{font-size:clamp(48px,14vw,80px)}
.hero-book img{max-height:420px}
.doors{display:none}
.story .c{display:flex;flex-direction:column-reverse;gap:32px}
.portrait{max-width:320px}
.chapters{grid-template-columns:1fr}
.inside-book{display:none}
.cred .c{grid-template-columns:1fr}
.cred-card{border-left:0;border-top:1px solid #303030;padding:18px 0 0;min-height:auto}
.final-book img{max-height:350px;margin:0 auto}
.foot .c{grid-template-columns:1fr 1fr}
}

/* --- stili spostati da inline (pacchetto micrositi) --- */
.story-quote{color:#38ade6;font-size:18px;margin-top:22px;font-weight:400;line-height:1.6;font-style:italic;font-family:'DM Serif Display',serif;}
.btn-full{width:100%;justify-content:center;}

/* riga legale footer (sobria) */
.foot-legal{max-width:1100px;margin:18px auto 0;padding:14px 24px 0;border-top:1px solid rgba(0,0,0,.12);text-align:center;font-size:12.5px;line-height:1.5;color:rgba(0,0,0,.5);}

/* === Infografica: il percorso del cliente === */
.journey{display:flex;flex-direction:column;gap:0;align-items:stretch}
.jstep{display:flex;align-items:center;gap:14px;background:#f7fcff;border:1.5px solid #cbe0ec;border-radius:14px;padding:13px 16px;box-shadow:0 6px 16px rgba(0,0,0,.05)}
.jic{flex:none;width:44px;height:44px;border-radius:50%;background:#d6ecfa;display:flex;align-items:center;justify-content:center}
.jic svg{width:23px;height:23px;fill:none;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jtx{display:flex;flex-direction:column;font-size:13px;color:#5a5a5a;line-height:1.4}
.jtx b{font-size:15.5px;color:#111;font-weight:700;margin-bottom:1px}
.jar{display:flex;justify-content:center;height:30px}
.jar svg{width:22px;height:30px;fill:none;stroke:var(--gold);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.jsplit{display:flex;gap:12px;margin-top:16px}
.jout{flex:1;display:flex;align-items:center;gap:8px;font-size:13px;border-radius:12px;padding:13px 12px;line-height:1.3}
.jout svg{width:18px;height:18px;flex:none;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.jout b{font-weight:800}
.jout.yes{background:#d6ecfa;color:#0d4a6b;border:1.5px solid var(--gold)}
.jout.yes svg{stroke:#1e7ba8}.jout.yes b{color:#111}
.jout.no{background:#eceae3;color:#7a7a72;border:1.5px solid #d8d4c8}
.jout.no svg{stroke:#b23b2e}.jout.no b{color:#b23b2e}

/* === Modale prenotazione + privacy === */
.modal[aria-hidden="true"]{display:none}
.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}
.modal-bg{position:absolute;inset:0;background:rgba(7,7,7,.62);backdrop-filter:blur(2px)}
body.modal-open{overflow:hidden}
.modal-box{position:relative;background:var(--cream);color:#111;width:100%;max-width:430px;border-radius:18px;padding:30px 26px 26px;box-shadow:0 30px 70px rgba(0,0,0,.45);animation:modalin .22s ease}
.modal-box-wide{max-width:560px;max-height:86vh;overflow:auto}
@keyframes modalin{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.modal-x{position:absolute;top:12px;right:14px;background:none;border:0;font-size:30px;line-height:1;color:#8a8275;cursor:pointer;padding:4px}
.modal-x:hover{color:#111}
.modal-box h3{font-family:'DM Serif Display',serif;font-size:27px;margin:0 0 4px}
.modal-sub{font-size:14px;color:#555;margin:0 0 18px}
.modal-sub b{color:#111}
#bookForm label{display:block;font-size:12.5px;font-weight:700;color:#444;margin-bottom:12px}
#bookForm .frow{display:flex;gap:12px}
#bookForm .frow label{flex:1}
#bookForm input[type=text],#bookForm input[type=tel],#bookForm input[type=email]{width:100%;margin-top:5px;padding:11px 13px;border:1.5px solid #bcd6e6;border-radius:10px;font-size:15px;font-family:inherit;background:#f7fcff;font-weight:400}
#bookForm input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(56,173,230,.18)}
#bookForm .fcheck{display:flex;align-items:flex-start;gap:9px;font-weight:400;font-size:12.5px;color:#555;line-height:1.45;margin:2px 0 18px}
#bookForm .fcheck input{margin-top:2px;width:16px;height:16px;flex:none;accent-color:var(--gold)}
#bookForm .fcheck a{color:#1e7ba8;text-decoration:underline}
#bookForm .btn-full{margin-top:2px}
.form-msg{margin-top:14px;font-size:13px;font-weight:600;text-align:center;padding:10px;border-radius:9px}
.form-msg.ok{background:#d6ecfa;color:#0d4a6b}
.form-msg.err{background:#fbe9e6;color:#b23b2e}
.privacy-body{font-size:13.5px;line-height:1.6;color:#444}
.privacy-body p{margin:0 0 13px}
.privacy-body b{color:#111}
.privacy-body .ph{color:#b23b2e;font-weight:600}
.privacy-draft{font-size:12.5px;color:#27688a;background:#eef6fc;border-radius:9px;padding:10px 12px}

/* riga offerta lancio nell'hero */
.hero-offer{margin:22px 0 0;padding:8px 0 8px 16px;border-left:3px solid var(--gold);font-size:16px;color:rgba(240,234,223,.92);max-width:520px;line-height:1.5}
.hero-offer b{color:var(--gold2)}
#bookForm .frow label{flex:1}

/* === LANCIO: barra urgenza, offerta hero, stati per data === */
.offerbar{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;justify-content:center;gap:10px 18px;flex-wrap:wrap;background:linear-gradient(90deg,var(--gold),var(--gold2));color:#000;padding:8px 18px;font-size:13px;font-weight:700;box-shadow:0 2px 14px rgba(0,0,0,.3)}
.offerbar b{font-weight:900}
.ob-cd b{font-variant-numeric:tabular-nums}
.ob-cta{background:#060a0c;color:var(--gold2);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.4px;padding:7px 15px;border-radius:7px;white-space:nowrap;transition:.2s}
.ob-cta:hover{background:#000}
body.s-after .offerbar{display:none}
body.s-wait nav,body.s-launch nav{top:40px}
body.s-wait .hero .c,body.s-launch .hero .c{padding-top:150px}

.hero-offer{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px;margin:24px 0 4px}
.ho-deal{display:inline-flex;align-items:baseline;gap:10px;background:var(--gold);color:#000;padding:9px 15px;border-radius:9px;flex-wrap:wrap}
.ho-deal b{font-family:'DM Serif Display',serif;font-size:27px;line-height:1;color:#000}
.ho-deal i{font-style:normal;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;opacity:.85}
.ho-cd{font-size:14px;color:var(--mut)}
.ho-cd b{color:var(--wh);font-variant-numeric:tabular-nums}

@media(max-width:900px){
.offerbar{font-size:11px;gap:6px;padding:8px 12px;white-space:nowrap}
.ob-cd,.ob-cta{display:none}
body.s-wait nav,body.s-launch nav{top:34px}
body.s-wait .hero .c,body.s-launch .hero .c{padding-top:124px}
.ho-deal b{font-size:23px}
}

/* === Rifinitura responsive === */
@media(max-width:900px){
section.s{padding:56px 0}
.hero .c{gap:28px}
.foot .c{gap:14px}
}
@media(max-width:520px){
h1{font-size:clamp(40px,12.5vw,56px);letter-spacing:-1px}
h2{font-size:clamp(30px,8vw,42px)}
.hero-sub{font-size:16px;margin-top:16px}
.hero-offer{gap:10px 12px;margin:18px 0 2px}
.ho-deal{padding:8px 12px}
.ho-deal b{font-size:21px}
.ho-deal i{font-size:11px}
.ho-cd{font-size:13px}
body.s-wait .hero .c,body.s-launch .hero .c{padding-top:116px}
section.s{padding:44px 0}
.scan-form{max-width:100%}
.foot .c{grid-template-columns:1fr 1fr}
.punch{font-size:18px}
}

/* === Modulo lista inline nell'hero (stile scuro) === */
.leadform{margin-top:26px;max-width:520px}
.leadform h3{font-family:'DM Serif Display',serif;font-size:26px;margin:0 0 4px;color:var(--wh)}
.leadform-sub{color:var(--mut);font-size:14px;margin:0 0 16px;line-height:1.5}
.leadform-sub b{color:var(--gold2)}
.leadform form{display:flex;flex-direction:column;gap:11px}
.leadform .frow2{display:flex;gap:11px}
.leadform .frow2 input{flex:1;min-width:0}
.leadform input[type=text],.leadform input[type=email],.leadform input[type=tel]{width:100%;background:rgba(56,173,230,.06);border:1.5px solid rgba(56,173,230,.25);border-radius:8px;padding:13px 15px;color:var(--wh);font-size:15px;font-family:inherit;outline:none;transition:.2s}
.leadform input::placeholder{color:rgba(190,181,166,.55)}
.leadform input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(56,173,230,.14)}
.leadform input.invalid{border-color:#e0644c;box-shadow:0 0 0 3px rgba(224,100,76,.16)}
.leadform .lf-check{display:flex;gap:9px;align-items:flex-start;font-size:12.5px;color:var(--mut);line-height:1.45}
.leadform .lf-check input{margin-top:2px;width:16px;height:16px;flex:none;accent-color:var(--gold)}
.leadform .lf-check a{color:var(--gold2);text-decoration:underline}
.leadform .btn{margin-top:4px}
.leadform .form-msg{margin-top:4px}
.leadform .form-msg.ok{background:rgba(56,173,230,.14);color:var(--gold2)}
@media(max-width:520px){
.leadform .frow2{flex-direction:column;gap:11px}
.leadform h3{font-size:23px}
}

/* === Visibilità per stato (mancavano sulla pagina completa) === */
.state{display:none}
body.s-wait .state.s-wait,body.s-launch .state.s-launch,body.s-after .state.s-after{display:block}
body.s-launch a.btn.s-launch,body.s-after a.btn.s-after{display:inline-flex;margin-top:26px}
body.s-wait a.btn.s-wait{display:flex;justify-content:center;margin-top:26px}

/* === SchedaViva evidenziata === */
.scan-badge{display:inline-block;background:var(--gold);color:#000;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1.2px;padding:6px 15px;border-radius:999px;margin:0 0 18px}
.scan-badge b{font-weight:900}
.scan-card{border:1.5px solid rgba(56,173,230,.42);border-radius:16px;padding:24px 22px;background:rgba(56,173,230,.05);box-shadow:0 0 0 6px rgba(56,173,230,.04),0 26px 60px rgba(0,0,0,.45);max-width:460px;margin:24px auto 0}
.scan-card .scan-form{margin:0}

/* nota ebook */
.ebook-note{margin:14px 0 0;font-size:13.5px;color:var(--mut);max-width:520px;line-height:1.5}
.ebook-note b{color:var(--wh)}

/* SchedaViva: punti */
.scan-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 26px;text-align:left}
.scan-pt{border:1px solid rgba(56,173,230,.28);border-radius:12px;padding:15px 15px;background:rgba(56,173,230,.05)}
.scan-pt b{display:block;color:var(--gold2);font-size:14.5px;margin-bottom:5px}
.scan-pt span{font-size:13px;color:var(--mut);line-height:1.45}
.scan .btn{margin:0 auto}
@media(max-width:700px){.scan-points{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}

/* bottone WhatsApp nel modale */
.btn-wa{background:#25d366;color:#fff;gap:10px;box-shadow:0 12px 28px rgba(37,211,102,.3)}
.btn-wa:hover{background:#20bd5a}
.btn-wa svg{width:20px;height:20px;fill:currentColor;flex:none}
.modal-or{display:flex;align-items:center;gap:10px;text-align:center;color:#9a917f;font-size:12.5px;margin:14px 0 2px}
.modal-or::before,.modal-or::after{content:"";flex:1;height:1px;background:#ddd5c2}

/* il titolo hero largo quanto la riga più lunga (per allinearci il bottone) */
.hero h1{width:fit-content;max-width:100%}

.scene{background:#080808;border-top:1px solid #161616;border-bottom:1px solid #161616}
.scene .c{max-width:780px;text-align:center}
.scene-lead{font-size:clamp(20px,2.4vw,26px);line-height:1.55;color:var(--wh);font-weight:300;margin:0}
.scene-quote{font-family:'DM Serif Display',serif;font-style:italic;font-size:clamp(22px,2.6vw,30px);color:var(--gold);line-height:1.4;margin:36px auto;max-width:640px}
.scene-quote span{display:block;font-family:'DM Sans',sans-serif;font-style:normal;font-size:12px;color:var(--mut);letter-spacing:1.5px;margin-top:16px;font-weight:600;text-transform:uppercase}
.scene-sign{font-size:17px;line-height:1.65;color:#cfc7b9;font-weight:300;margin:0 auto;max-width:680px}
.scene-sign strong{color:#fff;font-weight:700}


/* === Sezione autore con foto storica === */
.story.vintage{
  background:
    radial-gradient(circle at 18% 45%, rgba(56,173,230,.10), transparent 34%),
    linear-gradient(135deg,#060606,#070a0c 62%,#070707);
}
.story.vintage .c{
  display:grid;
  grid-template-columns:430px 1fr;
  gap:64px;
  align-items:center;
}
.vintage-photo{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(56,173,230,.22);
  box-shadow:0 34px 90px rgba(0,0,0,.75);
  background:#111;
}
.vintage-photo img{
  width:100%;
  aspect-ratio:1 / 1.04;
  object-fit:cover;
  filter:contrast(1.05) brightness(.92);
}
.photo-caption{
  position:absolute;
  left:18px;
  bottom:18px;
  right:18px;
  padding:12px 14px;
  border-left:3px solid var(--gold);
  background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25));
  color:#f3eee2;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-weight:800;
}
.story-copy .eyebrow{
  color:var(--gold);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:900;
  margin-bottom:18px;
}
.story-copy h2{
  margin-bottom:24px;
}
.story-copy .btn{
  margin-top:22px;
}
.story.vintage .story-quote{
  max-width:680px;
}

@media(max-width:900px){
  .story.vintage .c{
    grid-template-columns:1fr;
    display:grid;
    gap:30px;
  }
  .vintage-photo{
    max-width:420px;
    margin:0 auto;
  }
  .photo-caption{
    font-size:10.5px;
  }
}


/* === Sezione autore attuale con foto recente === */
.cred-author{
  background:
    radial-gradient(circle at 82% 20%, rgba(56,173,230,.09), transparent 32%),
    #070707;
}
.cred-author .c{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:34px 46px;
  align-items:center;
}
.cred-head{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:320px 1fr;
  gap:46px;
  align-items:end;
  border-bottom:1px solid rgba(255,255,255,.10);
  padding-bottom:28px;
}
.cred-head h2{
  font-size:42px;
  line-height:1;
}
.cred-head p{
  color:#c9c0b4;
  margin:0;
  font-size:18px;
  font-weight:300;
  max-width:680px;
}
.author-now-photo{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(56,173,230,.20);
  box-shadow:0 30px 80px rgba(0,0,0,.65);
  background:#111;
}
.author-now-photo img{
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
}
.author-now-copy h3{
  font-family:'DM Serif Display',serif;
  font-size:clamp(28px,3vw,44px);
  line-height:1.05;
  margin:0 0 18px;
  color:#fff;
}
.author-now-copy p{
  color:#d8d0c4;
  font-size:18px;
  line-height:1.62;
  font-weight:300;
  max-width:760px;
}
.cred-cards-row{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin-top:18px;
}
.cred-author .cred-card{
  border-left:1px solid #353535;
  padding-left:22px;
  min-height:150px;
}
.cred-author .cred-card b{
  display:block;
  color:#fff;
  font-size:15px;
  text-transform:uppercase;
  margin-bottom:8px;
}
.cred-author .cred-card p{
  color:#c9c0b4;
  font-size:14px;
  font-weight:300;
  line-height:1.5;
}
.cred-author .cred-card.qt{
  font-family:'DM Serif Display',serif;
  font-style:italic;
  font-size:16px;
  color:#eee;
  line-height:1.5;
}
.cred-author .sig{
  color:var(--gold);
  font-size:24px;
  margin-top:12px;
}

@media(max-width:900px){
  .cred-author .c,
  .cred-head{
    grid-template-columns:1fr;
    gap:24px;
  }
  .cred-head{
    align-items:start;
  }
  .author-now-photo{
    max-width:320px;
    margin:0 auto;
  }
  .cred-cards-row{
    grid-template-columns:1fr;
  }
  .cred-author .cred-card{
    border-left:0;
    border-top:1px solid #303030;
    padding:18px 0 0;
    min-height:auto;
  }
}
.foot-social{max-width:1100px;margin:10px auto 0;text-align:center;font-size:13px}
.foot-social a{color:#0f5c7a;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(56,173,230,.5)}
.foot-social a:hover{color:var(--gold)}
