/* wetsuit-thickness — migrated from SCUBA DIVER NETWORK - NEW ARTICTURE */

*{margin:0;padding:0;box-sizing:border-box;}
:root{
  --bg:#f4f8fb;--bg2:#ffffff;--bg3:#e8f1f8;
  --border:rgba(0,0,0,0.08);--border2:rgba(0,0,0,0.16);
  --text:#0c1e2e;--text2:#3a5060;--text3:#5a7a8a;
  --accent:#1a9bb5;--accent-dk:#0e6b8c;--accent2:#7dd3e8;
  --card:#ffffff;
  --gear-gold:#c9a227;--gear-gold2:#f5dc7a;
  --warm:#e07830;--warm2:#f5b87a;
  --cold:#2a7fc4;--cold2:#a8d4f0;
  --body-heat:#c0392b;--body-heat2:#f5a89a;
  --neo:#2d6a2d;--neo2:#8fd48f;
  --azure:#2a7fc4;--azure2:#a8d4f0;
}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.75;background:var(--bg);color:var(--text);overflow-x:hidden;}


.ex-header-strip{background:linear-gradient(135deg,#0b1a2a 0%,#0f2236 60%,#0b2030 100%);padding:2.5rem 0 2rem;border-bottom:3px solid var(--neo);}
.ex-header-inner{max-width:860px;margin:0 auto;padding:0 1.25rem;}
.ex-format-badge{display:inline-flex;align-items:center;gap:.55rem;font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;background:rgba(45,106,45,0.18);color:var(--neo2);border:1px solid rgba(45,106,45,0.3);margin-bottom:1.2rem;}
.ex-format-dot{width:7px;height:7px;border-radius:50%;background:var(--neo2);flex-shrink:0;}
.ex-question{font-family:'Crimson Pro',serif;font-size:clamp(1.9rem,5vw,3.8rem);font-weight:200;line-height:1.05;letter-spacing:-.5px;color:#fff;margin-bottom:1.2rem;}
.ex-question em{font-style:italic;font-weight:300;color:var(--neo2);}
.ex-meta{display:flex;flex-wrap:wrap;gap:.5rem;}
.ex-pill{font-size:11px;font-weight:500;letter-spacing:.5px;padding:4px 12px;border-radius:14px;}
.ex-pill-gear{background:rgba(26,155,181,0.12);color:#7dd3e8;border:1px solid rgba(26,155,181,0.22);}
.ex-pill-wet{background:rgba(45,106,45,0.14);color:var(--neo2);border:1px solid rgba(45,106,45,0.28);}
.ex-pill-all{background:rgba(255,255,255,0.07);color:rgba(255,255,255,0.55);border:1px solid rgba(255,255,255,0.12);}


.ex-body{max-width:860px;margin:0 auto;padding:2rem 1.25rem 3.5rem;}


.direct-answer{background:#fff;border:1px solid var(--border);border-left:4px solid var(--neo);border-radius:0 14px 14px 0;padding:1.25rem 1.5rem;margin-bottom:2.25rem;box-shadow:0 1px 8px rgba(0,0,0,0.06);}
.da-eyebrow{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--neo);margin-bottom:.5rem;}
.da-answer{font-family:'Crimson Pro',serif;font-size:clamp(1.1rem,3vw,1.32rem);font-weight:300;line-height:1.7;color:var(--text);}
.da-answer strong{font-weight:600;color:var(--neo);}


.section-label{font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--text3);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;}
.section-label::after{content:'';flex:1;height:1px;background:var(--border);}


.diagram-wrap{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:2.25rem;box-shadow:0 1px 8px rgba(0,0,0,0.06);}
.diagram-title{padding:.7rem 1.25rem;background:var(--bg3);border-bottom:1px solid var(--border);font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text3);}
.diagram-svg-wrap{padding:1.25rem 1rem;display:flex;justify-content:center;overflow-x:auto;}
.diagram-svg-wrap svg{max-width:100%;height:auto;}
.diagram-caption{padding:.75rem 1.25rem;background:var(--bg3);border-top:1px solid var(--border);font-size:13px;color:var(--text3);line-height:1.65;}


.prose{font-size:15px;line-height:1.88;color:var(--text2);margin-bottom:1.35rem;}
.prose:last-of-type{margin-bottom:0;}
.prose strong{font-weight:500;color:var(--text);}
.prose em{font-style:italic;color:var(--text);}


.pull-quote{font-family:'Crimson Pro',serif;font-size:clamp(1.05rem,3vw,1.38rem);font-weight:300;font-style:italic;color:var(--accent-dk);line-height:1.6;border-left:2px solid rgba(14,107,140,0.3);padding-left:1.25rem;margin:1.75rem 0;max-width:640px;}


.thickness-row{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2.25rem;}
.tc-card{border-radius:14px;padding:1.1rem 1.15rem;border:1px solid;transition:transform .22s,box-shadow .22s;}
.tc-card:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(0,0,0,0.09);}
.tc-card.t3{background:rgba(224,120,48,0.06);border-color:rgba(224,120,48,0.22);}
.tc-card.t5{background:rgba(42,127,196,0.06);border-color:rgba(42,127,196,0.2);}
.tc-card.t7{background:rgba(45,106,45,0.07);border-color:rgba(45,106,45,0.22);}
.tc-thickness{font-family:'Crimson Pro',serif;font-size:2.4rem;font-weight:300;line-height:1;margin-bottom:.3rem;}
.tc-card.t3 .tc-thickness{color:var(--warm);}
.tc-card.t5 .tc-thickness{color:var(--cold);}
.tc-card.t7 .tc-thickness{color:var(--neo);}
.tc-range{font-size:12px;font-weight:500;margin-bottom:.45rem;}
.tc-card.t3 .tc-range{color:var(--warm);}
.tc-card.t5 .tc-range{color:var(--cold);}
.tc-card.t7 .tc-range{color:var(--neo);}
.tc-desc{font-size:13px;color:var(--text2);line-height:1.6;margin-bottom:.7rem;}
.tc-tags{display:flex;flex-direction:column;gap:.3rem;}
.tc-tag{font-size:10px;font-weight:500;padding:3px 9px;border-radius:5px;display:inline-block;width:fit-content;}
.tc-card.t3 .tc-tag{background:rgba(224,120,48,0.1);color:#a04010;border:1px solid rgba(224,120,48,0.2);}
.tc-card.t5 .tc-tag{background:rgba(42,127,196,0.1);color:#1a5090;border:1px solid rgba(42,127,196,0.2);}
.tc-card.t7 .tc-tag{background:rgba(45,106,45,0.1);color:#1a4a1a;border:1px solid rgba(45,106,45,0.2);}


.var-table{border-radius:14px;overflow:hidden;border:1px solid var(--border);margin-bottom:2.25rem;box-shadow:0 1px 8px rgba(0,0,0,0.05);}
.vt-header{display:none;}
.vt-row{display:grid;grid-template-columns:1fr;border-bottom:1px solid var(--border);transition:background .15s;}
.vt-row:last-child{border-bottom:none;}
.vt-row:hover{background:rgba(14,107,140,0.03);}
.vt-cell{padding:.75rem 1rem;font-size:13px;color:var(--text2);line-height:1.5;}
.vt-factor{font-weight:600;color:var(--text);background:var(--bg3);}
.vt-effect-warm{color:#a04010;font-weight:500;}
.vt-effect-cold{color:#1a5090;font-weight:500;}
.vt-note{color:var(--text2);}


.diver-angle{border-left:3px solid rgba(45,106,45,0.4);background:rgba(45,106,45,0.05);border-radius:0 12px 12px 0;padding:1.1rem 1.35rem;margin:1.75rem 0;}
.da-eye{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:rgba(45,106,45,0.8);margin-bottom:.4rem;}
.da-text{font-size:15px;color:var(--text2);line-height:1.82;}
.da-text strong{font-weight:500;color:var(--text);}


.safety-note{background:rgba(74,222,128,0.06);border:1px solid rgba(74,222,128,0.18);border-radius:12px;padding:1.1rem 1.35rem;margin-bottom:2.25rem;display:flex;gap:.75rem;align-items:flex-start;}
.sn-icon{font-size:16px;flex-shrink:0;margin-top:2px;}
.sn-text{font-size:14px;color:var(--text2);line-height:1.75;}
.sn-text strong{color:var(--text);font-weight:500;}


.ladder-band{background:#07121e;border-radius:12px;padding:1.35rem 1.5rem;margin-bottom:2.25rem;border:1px solid rgba(255,255,255,0.07);}
.lb-text{font-family:'Crimson Pro',serif;font-size:1rem;font-weight:300;font-style:italic;color:rgba(232,240,248,0.65);line-height:1.65;margin-bottom:.75rem;}
.lb-link{font-size:13px;font-weight:500;color:#7dd3e8;text-decoration:none;border-bottom:1px solid rgba(125,211,232,0.25);padding-bottom:1px;transition:color .2s,border-color .2s;}
.lb-link:hover{color:#a8d4f0;border-bottom-color:rgba(168,212,240,0.5);}


.closing-meta{padding-top:1.75rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.cm-pills{display:flex;gap:.4rem;flex-wrap:wrap;}
.cm-pill{font-size:11px;font-weight:500;padding:4px 11px;border-radius:20px;border:1px solid;}
.cm-pill-gear{background:rgba(201,162,39,0.08);color:#8a6a00;border-color:rgba(201,162,39,0.22);}
.cm-pill-date{background:rgba(14,107,140,0.07);color:var(--accent-dk);border-color:rgba(14,107,140,0.18);}
.cm-note{font-size:12px;color:var(--text3);font-style:italic;}


.site-footer{background:#04090f;border-top:1px solid rgba(255,255,255,0.08);}
.footer-notify{padding:3rem 1.25rem 2.5rem;}
.footer-notify-inner{max-width:860px;margin:0 auto;}
.footer-notify-headline{font-family:'Crimson Pro',serif;font-size:clamp(1.1rem,4vw,1.5rem);font-weight:300;font-style:italic;color:#fff;margin-bottom:.4rem;}
.footer-notify-sub{font-size:13px;color:rgba(255,255,255,0.55);margin-bottom:1.25rem;line-height:1.6;}
.footer-notify-form{display:flex;flex-direction:column;gap:.6rem;max-width:400px;}
.footer-notify-input{font-family:'DM Sans',sans-serif;font-size:14px;padding:11px 15px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.22);border-radius:8px;color:rgba(255,255,255,0.92);outline:none;width:100%;}
.footer-notify-input::placeholder{color:rgba(255,255,255,0.38);}
.footer-notify-input:focus{border-color:rgba(26,155,181,0.6);background:rgba(255,255,255,0.1);}
.footer-notify-btn{font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;padding:11px 18px;background:#1a9bb5;border:1px solid #1a9bb5;border-radius:8px;color:white;cursor:pointer;transition:background .2s;width:100%;}
.footer-notify-btn:hover{background:#158fa8;}
.footer-bottom{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;border-top:1px solid rgba(255,255,255,0.07);}
.footer-brand-name{font-family:'Crimson Pro',serif;font-size:18px;font-weight:300;color:rgba(255,255,255,0.75);}
.footer-brand-name span{color:#1a9bb5;font-style:italic;}
.footer-brand-tag{font-size:12px;color:rgba(255,255,255,0.38);font-style:italic;margin-top:2px;}
.footer-links{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;align-items:center;}
.footer-links a{font-size:12px;color:rgba(255,255,255,0.45);text-decoration:none;transition:color .2s;}
.footer-links a:hover{color:rgba(255,255,255,0.85);}
.footer-copyright{font-size:12px;color:rgba(255,255,255,0.38);}
.footer-dan{color:rgba(26,155,181,0.8)!important;font-weight:500;}
.footer-dan:hover{color:#1a9bb5!important;}
@keyframes dp-wave{0%{background-position:0% 50%;}100%{background-position:200% 50%;}}
.footer-dp{font-size:12px;color:rgba(255,255,255,0.35);}
.footer-dp strong{color:rgba(26,155,181,0.85);font-weight:500;display:inline-block;position:relative;padding-bottom:2px;}
.footer-dp strong::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:1.5px;background:linear-gradient(90deg,rgba(26,155,181,0) 0%,rgba(26,155,181,0.8) 20%,rgba(125,211,232,1) 40%,rgba(26,155,181,0.8) 60%,rgba(26,155,181,0) 100%);background-size:200% 100%;animation:dp-wave 2.8s linear infinite;border-radius:2px;}


@media(max-width:640px){.breadcrumb{display:none;}}
@media(min-width:640px){
  body{padding-top:60px;}
  .topbar{padding:0 2rem;height:60px;}
  .logo{font-size:24px;}
  .ex-header-strip{padding:3rem 0 2.5rem;}
  .ex-header-inner{padding:0 2rem;}
  .ex-body{padding:2.5rem 2rem 4rem;}
  .thickness-row{grid-template-columns:repeat(3,1fr);}
  .vt-header{display:grid;grid-template-columns:1.6fr 1fr 1.4fr;}
  .vt-row{grid-template-columns:1.6fr 1fr 1.4fr;}
  .vt-factor{background:none;}
  .footer-notify{padding:3.5rem 2rem 3rem;}
  .footer-bottom{padding:1.75rem 2rem 1.5rem;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;}
  .footer-notify-form{flex-direction:row;max-width:420px;}
  .footer-notify-input{border-radius:8px 0 0 8px;border-right:none;flex:1;}
  .footer-notify-btn{border-radius:0 8px 8px 0;width:auto;white-space:nowrap;}
}


@media(min-width:900px){
  body{padding-top:64px;}
  .topbar{padding:0 2.5rem;height:64px;}
  .logo{font-size:26px;}
  .topbar-nav{display:flex;align-items:center;gap:2rem;}
  .ham-btn{display:none;}
  .ex-header-strip{padding:3.5rem 0 3rem;}
  .ex-body{padding:2.5rem 2rem 4rem;}
  .prose{font-size:16.5px;}
  .footer-notify{padding:4rem 2.5rem 3rem;}
  .footer-bottom{padding:1.75rem 2.5rem 1.5rem;}
}
