/* LG-12-09: scoped to technique pages; fish and water layouts stay unchanged. */
.tech-page .top{position:relative;top:auto;backdrop-filter:none;background:#fff}
.tech-page .nav{gap:24px}
.tech-page .brand{flex:0 0 220px}
.tech-page .global{flex-shrink:0}
.tech-page .global a.active{color:var(--blue);text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:8px}
.tech-page :is(a,button,summary):focus-visible{outline:3px solid var(--red);outline-offset:5px;border-radius:4px}
.tech-page .crumbs{align-items:center;line-height:1.6}
.tech-page:has(.tech-hub) .crumbs{width:min(1100px,calc(100% - 40px))}
.tech-page .article{padding-top:38px}
.tech-page .article-return{width:min(820px,calc(100% - 40px));margin:18px auto 0;font-size:14px}
.tech-page .article-return a{color:var(--blue);text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:4px}
.tech-page :is(h2,h3,[id]){scroll-margin-top:24px}
.tech-page .toc a{width:auto}
.tech-page .tech-generated-toc{margin:24px 0 36px}
.tech-hub{width:min(1100px,calc(100% - 40px));margin:auto;padding:36px 0 88px}
.tech-hub h1{font:600 clamp(40px,5.5vw,68px)/1.08 var(--serif);letter-spacing:-.035em;color:var(--blue);margin:8px 0 18px}
.tech-hub .hub-intro{max-width:760px;font-size:18px;color:var(--muted);margin:0 0 30px;line-height:1.65}
.tech-hub .hub-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 48px}
.tech-hub .hub-choice{position:relative;padding:20px 22px;background:var(--warm);border:1px solid transparent;border-radius:20px;display:flex;flex-direction:column;gap:5px;transition:border-color .15s}
.tech-hub .hub-choice:hover{border-color:var(--blue)}
.tech-hub .hub-choice strong{color:var(--blue);font-size:17px;padding-right:12px}
.tech-hub .hub-choice .choice-arrow{position:absolute;right:12px;top:19px;color:var(--blue)}
.tech-hub .hub-choice span{font-size:13px;color:var(--muted)}
.tech-hub .hub-choice:first-child{background:var(--blue)}
.tech-hub .hub-choice:first-child strong{color:#fff}
.tech-hub .hub-choice:first-child span{color:#e0dfef}
.tech-hub .hub-section{display:grid;grid-template-columns:260px minmax(0,1fr);gap:48px;padding:38px 0;border-top:1px solid var(--line)}
.tech-hub .hub-section h2{font:600 clamp(27px,3vw,36px)/1.15 var(--serif);letter-spacing:-.02em;color:var(--blue);margin:0 0 12px}
.tech-hub .hub-section-intro{font-size:14px;color:var(--muted);margin:0;line-height:1.65}
.tech-hub .hub-articles{list-style:none;margin:0;padding:0}
.tech-hub .hub-articles li+li{border-top:1px solid var(--line)}
.tech-hub .hub-articles a{display:block;padding:18px 12px;border-radius:12px}
.tech-hub .hub-articles li:first-child a{padding-top:0}
.tech-hub .hub-articles a:hover{background:var(--warm)}
.tech-hub .hub-articles h3{font:700 18px/1.4 var(--sans);color:var(--blue);margin:4px 0 5px}
.tech-hub .hub-articles p{font-size:14px;color:var(--muted);margin:0;line-height:1.6}
.tech-hub .hub-kind{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--red)}
.tech-hub .hub-overview-link{display:inline-block;margin-top:16px;color:var(--blue);font-size:14px;font-weight:700;text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:4px}
.tech-hub .hub-next{padding:28px;border-radius:24px;background:var(--warm);margin-top:28px}
.tech-hub .hub-next h2{margin:0 0 8px;font:600 28px/1.2 var(--serif);color:var(--blue)}
.tech-hub .hub-next p{margin:0 0 12px;color:var(--muted)}
.tech-hub .hub-next a{font-weight:700;color:var(--blue);text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:4px}
@media(max-width:1000px){.tech-page .brand{flex-basis:190px}.tech-page .nav{gap:12px}.tech-page .global{gap:12px}}
@media(max-width:760px){.tech-hub .hub-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.tech-hub .hub-section{grid-template-columns:1fr;gap:18px}.tech-hub .hub-section-intro{max-width:550px}.tech-hub .hub-articles a{padding:17px 0}.tech-hub{padding-top:24px}.tech-hub .hub-intro{font-size:16px}}
@media(max-width:420px){.tech-hub .hub-choice{padding:16px 13px}.tech-hub .hub-choice strong{font-size:15px}.tech-page .brand{flex-basis:180px}}
@media(prefers-reduced-motion:reduce){.tech-page{scroll-behavior:auto}.tech-page *{transition:none!important}html:has(.tech-page){scroll-behavior:auto}}
