/* ===== Turquino Studios — light article reading theme ===== */
body.reading{background:#f6f4f1;color:#1a1d1d}
/* keep the fixed nav dark for contrast over the light reading page */
body.reading .nav{background:rgba(11,16,17,.96);border-bottom:1px solid rgba(255,255,255,.08)}
.art{max-width:760px;margin:0 auto;padding:122px 24px 40px}
.crumbs{font-size:13px;color:#6b7674;margin-bottom:20px;font-weight:600}
.crumbs a{color:#0c726d}
.crumbs a:hover{text-decoration:underline}
.crumbs span{margin:0 5px;color:#a9b2b0}

.art-head .art-cat{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0c726d;background:rgba(25,184,176,.12);padding:6px 12px;border-radius:6px}
.art-head h1{font-family:var(--display);font-weight:700;letter-spacing:-.02em;color:#0b1011;font-size:clamp(32px,5vw,54px);line-height:1.05;margin:18px 0 0}
.art-sub{font-size:clamp(17px,1.8vw,21px);color:#44514f;line-height:1.5;margin-top:16px;max-width:60ch}
.art-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:20px;color:#6b7674;font-size:14px}
.art-meta b{color:#0b1011}

.art-hero{margin:32px 0 8px;border-radius:16px;overflow:hidden;aspect-ratio:16/9;background:#0c2628}
.art-hero img{width:100%;height:100%;object-fit:cover;display:block}

.art-body{margin-top:20px}
.art-body p{font-size:18px;line-height:1.75;color:#2b3432;margin:0 0 22px}
.art-body h2{font-family:var(--display);font-weight:700;color:#0b1011;font-size:clamp(24px,3vw,33px);line-height:1.15;margin:46px 0 14px;letter-spacing:-.01em}
.art-body h3{font-weight:700;color:#0b1011;font-size:20px;margin:8px 0}
.art-body ul,.art-body ol{margin:0 0 24px;padding-left:24px}
.art-body li{font-size:18px;line-height:1.7;color:#2b3432;margin-bottom:10px}
.art-body strong{color:#0b1011}
.art-body a{color:#0c726d;text-decoration:underline;text-underline-offset:2px}
.art-body blockquote{border-left:4px solid var(--teal);background:rgba(25,184,176,.07);padding:16px 22px;margin:30px 0;font-family:var(--display);font-size:clamp(19px,2vw,23px);font-weight:600;color:#0b1011;border-radius:0 10px 10px 0}

.key-answer{background:#0b1011;color:#eaf6f5;border-radius:14px;padding:20px 24px;font-size:17px;line-height:1.62;margin:8px 0 32px}
.key-answer strong{color:var(--teal-bright)}

.art-cta{background:linear-gradient(150deg,#0c726d,#0b1011);border-radius:18px;padding:38px 32px;text-align:center;margin:46px 0}
.art-cta h3{font-family:var(--display);font-weight:700;color:#fff;font-size:clamp(22px,2.6vw,30px);margin:0 0 10px}
.art-cta p{color:#cfe6e4;margin:0 auto 20px;max-width:46ch;font-size:16px;line-height:1.55}

.faq{margin:46px 0}
.faq h2{font-family:var(--display);font-weight:700;color:#0b1011;font-size:clamp(24px,3vw,32px);margin-bottom:8px}
.faq details{border-top:1px solid #e3ded7;padding:16px 0}
.faq details:last-child{border-bottom:1px solid #e3ded7}
.faq summary{font-weight:700;color:#0b1011;font-size:18px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--teal-dark);font-size:24px;font-weight:400;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq details p{margin:12px 0 0;color:#44514f;font-size:16px;line-height:1.62}

.art-author{display:flex;gap:16px;align-items:center;background:#efece6;border-radius:14px;padding:20px 22px;margin:42px 0}
.art-author img{width:54px;height:54px;border-radius:12px;background:#0b1011;padding:8px;flex:0 0 auto}
.art-author b{color:#0b1011;display:block;font-size:15px}
.art-author span{color:#55605e;font-size:14px;line-height:1.5;display:block;margin-top:3px}

.art-related{margin:42px 0 10px}
.art-related h3{font-family:var(--display);font-weight:700;color:#0b1011;font-size:21px;margin-bottom:12px}
.art-related a{display:block;padding:15px 0;border-top:1px solid #e3ded7;color:#0b1011;font-weight:700;font-size:19px;font-family:var(--display);transition:color .15s}
.art-related a:last-child{border-bottom:1px solid #e3ded7}
.art-related a span{display:block;font-family:var(--font);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0c726d;margin-bottom:3px}
.art-related a:hover{color:var(--teal-dark)}

@media (max-width:640px){ .art{padding:100px 20px 30px} }
