/*
Theme Name: Yunshengxin
Theme URI: https://www.biocloudservice.com/wordpress/
Author: Yunshengxin
Description: A clean, editorial bioinformatics theme for 云生信.
Version: 1.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: yunshengxin
*/

:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, .08);
  --surface: #fff;
  --soft: #f5f5f7;
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --cyan: #37d5e7;
  --page-title-size: clamp(44px, 5.2vw, 64px);
  --page-title-mobile: 40px;
  --page-title-leading: 1.06;
  --page-title-spacing: -.055em;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --shadow: 0 28px 70px rgba(29, 29, 31, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.mobile-only { display: none; }
:focus-visible { outline: 3px solid rgba(0,113,227,.42); outline-offset: 4px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid rgba(0,0,0,.06);
  backdrop-filter: saturate(180%) blur(22px);
}
.nav-shell {
  width: min(1180px, calc(100% - 48px));
  height: 72px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 680; letter-spacing: -.03em; }
.brand-mark {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #0b7be9, #42c7e9);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  box-shadow: 0 7px 18px rgba(0,113,227,.18);
}
.main-menu { display: flex; justify-content: center; align-items: center; gap: 36px; font-size: 14px; color: #3a3a3c; }
.main-menu a, .login-link { transition: opacity .2s ease; }
.main-menu a:hover, .login-link:hover { opacity: .58; }
.nav-actions { display: flex; align-items: center; gap: 18px; font-size: 14px; }
.icon-button { width: 30px; height: 30px; padding: 5px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.icon-button svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  box-shadow: 0 8px 22px rgba(0,113,227,.18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--blue-hover); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0,113,227,.24); }
.button-small { min-height: 38px; padding: 0 17px; font-size: 13px; box-shadow: none; }
.text-link { color: var(--blue); font-size: 16px; font-weight: 540; }
.text-link span, .card-copy a span, .article-body a span { display: inline-block; padding-left: 3px; transition: transform .2s ease; }
.text-link:hover span, .card-copy a:hover span, .article-body a:hover span { transform: translateX(3px); }

.hero {
  min-height: 800px;
  padding: 126px max(24px, calc((100vw - 1180px) / 2)) 70px;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(580px, 1.22fr);
  align-items: center;
  gap: 8px;
  overflow: hidden;
  background: linear-gradient(150deg, #fff 0%, #f8fbff 46%, #edf4fc 100%);
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 8px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(58px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; font-weight: 720; }
.hero h1 span { color: #8b8b91; }
.hero-lead { max-width: 540px; margin: 30px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.hero-note { margin-top: 31px; display: flex; align-items: center; gap: 9px; color: #6b6b70; font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #30d158; box-shadow: 0 0 0 4px rgba(48,209,88,.13); }
.hero-visual { position: relative; height: 630px; margin-right: min(-12vw, -90px); }
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual::after { content: ""; position: absolute; inset: 10% 12% 8% 4%; border-radius: 50%; background: rgba(110,190,255,.15); filter: blur(60px); }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; mix-blend-mode: multiply; border-radius: 50% 0 0 50%; mask-image: radial-gradient(ellipse 87% 82% at 58% 50%, #000 57%, transparent 82%); }

.entry-section { padding: 130px 0 120px; }
.notice-bar { margin-top: 30px; padding: 18px 24px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(0,113,227,.12); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(29,29,31,.045); font-size: 14px; }
.notice-bar > span { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 700; }
.notice-bar a { color: #3d3d42; }
.notice-bar b { margin-left: 8px; color: var(--blue); font-weight: 600; }
.path-section { padding: 110px 0 0; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.path-card { padding: 30px; min-height: 285px; border-radius: 25px; background: #fff; box-shadow: 0 18px 48px rgba(29,29,31,.05); transition: transform .22s ease, box-shadow .22s ease; }
.path-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(29,29,31,.09); }
.path-card > span { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.path-card h3 { margin: 38px 0 12px; font-size: 27px; letter-spacing: -.04em; }
.path-card p { min-height: 76px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.path-card b { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 14px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5.2vw, 66px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 21px 0 0; color: var(--muted); font-size: 20px; }
.entry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.entry-card { position: relative; min-height: 570px; padding: 34px; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.card-learn { grid-row: span 2; min-height: 720px; background: linear-gradient(145deg, #101115 0%, #242936 100%); color: #fff; }
.card-compute { background: linear-gradient(145deg, #eaf5ff 0%, #fff 80%); }
.card-tools { min-height: 470px; background: linear-gradient(145deg, #eefcfb 0%, #fff 80%); }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.75); color: var(--blue); box-shadow: 0 7px 26px rgba(0,80,160,.08); }
.card-learn .card-icon { background: rgba(255,255,255,.09); color: #7ac7ff; }
.card-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.card-index { color: rgba(29,29,31,.28); font-size: 13px; letter-spacing: .12em; }
.card-learn .card-index { color: rgba(255,255,255,.32); }
.card-copy { position: relative; z-index: 2; max-width: 470px; margin-top: 55px; }
.card-kicker { margin: 0 0 13px; color: var(--blue); font-size: 14px; font-weight: 650; }
.card-learn .card-kicker { color: #7ac7ff; }
.card-copy h3 { margin: 0; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.card-copy > p:not(.card-kicker) { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.card-learn .card-copy > p:not(.card-kicker) { color: #aeb3bf; }
.card-copy a { display: inline-block; margin-top: 24px; color: var(--blue); font-size: 15px; font-weight: 550; }
.card-learn .card-copy a { color: #7ac7ff; }
.code-sample { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 18px 21px 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.code-bar { display: flex; gap: 6px; margin-bottom: 18px; }
.code-bar i { width: 7px; height: 7px; border-radius: 50%; background: #565c68; }
.code-sample code { color: #c6cad2; font: 14px/2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-sample code span { color: #61aef6; }
.compute-orbit { position: absolute; width: 240px; height: 240px; right: -15px; bottom: -38px; }
.orbit { position: absolute; border: 1px solid rgba(0,113,227,.18); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { inset: 12px; }
.orbit-two { inset: 42px; transform: rotate(36deg); }
.orbit span { position: absolute; top: 50%; left: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px rgba(0,113,227,.6); }
.orbit-two span { left: auto; right: -5px; background: var(--cyan); }
.compute-core { position: absolute; inset: 73px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 15px 40px rgba(0,113,227,.15); }
.compute-core b { font-size: 36px; line-height: 1; letter-spacing: -.04em; }
.compute-core small { margin-top: 6px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.mini-chart { position: absolute; right: 34px; bottom: 28px; width: 220px; height: 130px; display: flex; align-items: end; gap: 11px; padding: 15px 17px; border-radius: 20px; background: rgba(255,255,255,.72); border: 1px solid rgba(0,0,0,.045); box-shadow: 0 16px 40px rgba(18,130,130,.09); }
.mini-chart::before { content: ""; position: absolute; inset: 15px 17px; background: repeating-linear-gradient(to top, transparent 0 27px, rgba(0,0,0,.05) 28px); }
.mini-chart span { position: relative; z-index: 1; flex: 1; height: var(--h); border-radius: 999px; background: linear-gradient(to top, #26bfb7, #61e0d9); }

.content-section { padding: 40px 0 130px; }
.row-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; }
.content-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; }
.article-card { overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 55px rgba(29,29,31,.055); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 25px 65px rgba(29,29,31,.1); }
.article-visual { height: 250px; position: relative; overflow: hidden; display: grid; place-items: center; }
.visual-ai { background: radial-gradient(circle at 72% 22%, #1e7ee5 0, transparent 26%), linear-gradient(145deg, #0b1525, #112c54); }
.visual-chip { position: absolute; top: 24px; left: 24px; padding: 8px 11px; color: #9ed3ff; font-size: 11px; letter-spacing: .12em; border: 1px solid rgba(135,204,255,.3); border-radius: 999px; }
.terminal-lines { width: 67%; display: grid; gap: 14px; transform: rotate(-5deg); }
.terminal-lines i { height: 9px; border-radius: 99px; background: linear-gradient(90deg, rgba(93,190,255,.9), rgba(109,237,255,.15)); }
.terminal-lines i:nth-child(2) { width: 76%; }
.terminal-lines i:nth-child(3) { width: 88%; }
.terminal-lines i:nth-child(4) { width: 54%; }
.visual-linux { background: linear-gradient(145deg, #fff5de, #f4e7c8); }
.visual-linux svg { width: 75%; fill: none; stroke: #70592b; stroke-width: 3; stroke-linecap: round; opacity: .7; }
.visual-slurm { background: linear-gradient(145deg, #eaf2ff, #dbe7ff); }
.node-grid { display: grid; grid-template-columns: repeat(3, 32px); gap: 20px; }
.node-grid i { width: 32px; height: 32px; border-radius: 10px; background: #fff; border: 1px solid rgba(0,113,227,.12); box-shadow: 0 10px 20px rgba(0,113,227,.12); }
.node-grid::before, .node-grid::after { content: ""; position: absolute; width: 150px; height: 1px; background: rgba(0,113,227,.15); }
.node-grid::after { transform: rotate(90deg); }
.article-body { padding: 27px 28px 30px; }
.article-meta { margin: 0 0 13px; color: var(--blue); font-size: 12px; font-weight: 620; }
.article-body h3 { margin: 0; font-size: 24px; line-height: 1.32; letter-spacing: -.035em; }
.article-body > p:not(.article-meta) { margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.article-body a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: 14px; font-weight: 550; }

.services-section { padding: 120px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 30%, #145eb2 0, transparent 28%), linear-gradient(145deg, #07111e 0%, #0c264a 55%, #071523 100%); }
.services-shell { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.service-copy h2 { margin: 0; font-size: clamp(44px, 5.3vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.service-copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 0; color: #aab9ca; font-size: 18px; line-height: 1.7; }
.service-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button-light { background: #fff; color: #0f3968; box-shadow: none; }
.button-light:hover { background: #f5f9ff; }
.text-link-light { color: #8cc9ff; }
.service-panel { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.075); backdrop-filter: blur(20px); box-shadow: 0 35px 80px rgba(0,0,0,.24); }
.panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; font-size: 14px; font-weight: 600; }
.live { display: flex; align-items: center; gap: 7px; color: #8fe6b0; font-size: 12px; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: #36d16c; box-shadow: 0 0 0 4px rgba(54,209,108,.13); }
.config-label { padding: 6px 9px; color: #bfe0ff; font-size: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; }
.metric { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; margin-top: 23px; font-size: 13px; color: #b5c5d5; }
.metric strong { color: #fff; font-size: 15px; }
.metric div { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.metric div i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #249cff, #56ddf2); }
.panel-foot { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.panel-foot span { padding: 7px 10px; color: #bdd4e8; font-size: 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; }

.final-cta { padding: 140px 0; text-align: center; }
.trust-section { padding: 120px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.trust-grid > div { padding: 32px 24px 10px 0; }
.trust-grid b { color: var(--blue); font-size: 12px; }
.trust-grid h3 { margin: 24px 0 10px; font-size: 21px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.search-open { overflow: hidden; }
.search-overlay { position: fixed; z-index: 100; inset: 0; }
.search-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.search-dialog { position: relative; width: min(720px, calc(100% - 32px)); margin: 105px auto 0; padding: 26px; border-radius: 25px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.search-dialog-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-size: 14px; font-weight: 650; }
.search-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--soft); color: #555; font-size: 23px; cursor: pointer; }
.search-dialog form { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; padding: 8px 8px 8px 18px; border-radius: 16px; background: var(--soft); }
.search-dialog form svg { width: 22px; fill: none; stroke: var(--muted); stroke-width: 1.6; }
.search-dialog input { min-width: 0; padding: 13px 0; border: 0; outline: 0; background: transparent; font-size: 19px; }
.search-dialog form button { padding: 12px 18px; border: 0; border-radius: 11px; background: var(--blue); color: #fff; cursor: pointer; }
.search-dialog > p { margin: 17px 2px 0; color: var(--muted); font-size: 12px; }

.landing-page { padding-top: 72px; }
.landing-hero { padding-top: 90px; padding-bottom: 80px; text-align: center; }
.landing-hero h1 { margin: 0 auto; max-width: 900px; font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.landing-hero > p:not(.eyebrow) { max-width: 720px; margin: 28px auto 0; color: var(--muted); font-size: 19px; line-height: 1.75; }
.landing-hero .hero-actions { justify-content: center; }
.service-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 120px; }
.service-options article { display: flex; flex-direction: column; padding: 32px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.service-options article > span, .tool-group > div:first-child > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.service-options h2 { margin: 24px 0 14px; font-size: 31px; letter-spacing: -.04em; }
.service-options article > p { min-height: 110px; margin: 0; color: var(--muted); line-height: 1.7; }
.service-options dl { margin: 25px 0 28px; }
.service-options dl div { padding: 15px 0; border-top: 1px solid var(--line); }
.service-options dt { margin-bottom: 6px; font-size: 12px; font-weight: 700; }
.service-options dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-options .button { margin-top: auto; }
.deliverables { padding: 100px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; border-top: 1px solid var(--line); }
.deliverables h2, .tool-help h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); letter-spacing: -.05em; }
.deliverable-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.deliverable-grid p { color: var(--muted); line-height: 1.7; }
.tool-groups { padding-bottom: 110px; }
.tool-group { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; padding: 70px 0; border-top: 1px solid var(--line); }
.tool-group h2 { margin: 18px 0 14px; font-size: 37px; letter-spacing: -.04em; }
.tool-group > div:first-child p { color: var(--muted); line-height: 1.7; }
.tool-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.tool-card-grid a { min-height: 230px; padding: 24px; border-radius: 22px; background: #fff; box-shadow: 0 15px 40px rgba(29,29,31,.05); transition: transform .2s ease; }
.tool-card-grid a:hover { transform: translateY(-4px); }
.tool-card-grid b { display: block; font-size: 18px; }
.tool-card-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.tool-card-grid span { display: inline-block; margin-top: 25px; color: var(--blue); font-size: 13px; }
.tool-help { margin-bottom: 120px; padding: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-radius: 30px; color: #fff; background: linear-gradient(145deg, #07111e, #123d70); }
.tool-help p { color: #bed0e1; line-height: 1.7; }
.tool-help .button { margin-top: 15px; background: #fff; color: #174678; }

.learning-page { padding-top: 72px; }
.learning-hero { padding-top: 80px; padding-bottom: 65px; text-align: center; }
.learning-hero h1 { margin: 0; font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.learning-hero > p:not(.eyebrow) { max-width: 720px; margin: 25px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.learning-search { width: min(620px, 100%); margin: 32px auto 0; padding: 7px; display: grid; grid-template-columns: 1fr auto; border: 1px solid rgba(0,0,0,.07); border-radius: 17px; background: #fff; box-shadow: 0 18px 45px rgba(29,29,31,.06); }
.learning-search input { min-width: 0; padding: 12px 14px; border: 0; outline: 0; background: transparent; }
.learning-search button { padding: 0 20px; border: 0; border-radius: 11px; background: var(--blue); color: #fff; cursor: pointer; }
.learning-browser { padding-bottom: 120px; }
.learning-browser .section-heading h2 { font-size: clamp(32px, 3.2vw, 40px); line-height: 1.12; letter-spacing: -.04em; }
.learning-filters { margin-bottom: 75px; padding: 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; border-radius: 20px; background: #fff; }
.learning-filters a { padding: 9px 13px; border-radius: 999px; color: #4d4d52; font-size: 13px; }
.learning-filters a:hover, .learning-filters a.active { background: var(--ink); color: #fff; }
.learning-filters span { margin-left: 6px; opacity: .55; }
.result-summary { margin: 0; color: var(--muted); font-size: 13px; }
.learning-grid { grid-template-columns: repeat(3, 1fr); }
.learning-grid .article-card { display: flex; min-height: 280px; flex-direction: column; border-top: 3px solid rgba(0,113,227,.72); }
.learning-grid .article-body { flex: 1; display: flex; flex-direction: column; }
.learning-grid .article-body h3 { font-size: 21px; }
.learning-grid .article-body > p:not(.article-meta) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.learning-grid .article-body > a { margin-top: auto; padding-top: 20px; }
.learning-browser .page-numbers { list-style: none; }
.learning-browser > ul.page-numbers { margin: 55px 0 0; padding: 0; display: flex; justify-content: center; gap: 8px; }
.learning-browser .page-numbers a, .learning-browser .page-numbers span { display: grid; min-width: 38px; height: 38px; place-items: center; padding: 0 10px; border-radius: 999px; background: #fff; color: var(--blue); font-size: 13px; }
.learning-browser .page-numbers .current { background: var(--blue); color: #fff; }

.account-page { padding-top: 145px; padding-bottom: 110px; }
.account-panel { min-height: 630px; display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 85px; padding: 70px; border-radius: 34px; background: linear-gradient(145deg, #f7fbff, #fff); box-shadow: var(--shadow); }
.account-intro h1 { margin: 0; font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.account-intro > p:not(.eyebrow) { max-width: 510px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.account-form-card { padding: 34px; border: 1px solid rgba(0,0,0,.06); border-radius: 25px; background: #fff; box-shadow: 0 20px 55px rgba(29,29,31,.07); }
.account-form-card h2 { margin: 0 0 25px; font-size: 28px; letter-spacing: -.04em; }
.member-form { display: grid; }
.member-form > label:not(.check-row) { margin: 16px 0 8px; color: #45454a; font-size: 13px; font-weight: 600; }
.member-form > label:first-of-type { margin-top: 0; }
.member-form > input { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid #d8d8dd; border-radius: 12px; background: #fbfbfc; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.member-form > input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,113,227,.1); }
.check-row { margin: 16px 0 20px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.account-button { width: 100%; border: 0; cursor: pointer; }
.account-links { margin-top: 20px; display: flex; justify-content: space-between; gap: 15px; color: var(--blue); font-size: 13px; }
.account-links span { color: var(--muted); }
.account-secondary { display: block; margin-top: 18px; text-align: center; color: var(--muted); font-size: 13px; }
.account-welcome { margin: 0 0 25px; color: var(--muted); line-height: 1.7; }
.account-welcome strong { color: var(--ink); font-size: 23px; }
.form-message { margin-bottom: 18px; padding: 12px 14px; border-radius: 11px; font-size: 13px; line-height: 1.55; }
.form-message.error { background: #fff0f0; color: #a62c2c; }

.my-account-page { padding-top: 130px; padding-bottom: 110px; }
.my-account-hero { margin-bottom: 45px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.my-account-hero h1 { margin: 0; font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.my-account-hero p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.account-benefits { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.account-benefits span { padding: 9px 12px; border: 1px solid rgba(0,0,0,.07); border-radius: 999px; background: #fff; color: var(--muted); font-size: 12px; }
.woocommerce-account-shell .woocommerce { width: 100%; }
.woocommerce-account-shell .u-columns.col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woocommerce-account-shell .u-columns::before, .woocommerce-account-shell .u-columns::after { display: none; }
.woocommerce-account-shell .u-column1, .woocommerce-account-shell .u-column2 { width: auto !important; float: none !important; padding: 34px; border-radius: 25px; background: #fff; box-shadow: 0 18px 52px rgba(29,29,31,.06); }
.woocommerce-account-shell .u-column1 h2, .woocommerce-account-shell .u-column2 h2 { margin: 0 0 25px; font-size: 30px; letter-spacing: -.04em; }
.woocommerce-account-shell .woocommerce-form { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.woocommerce-account-shell .form-row { margin: 0 0 18px !important; padding: 0 !important; }
.woocommerce-account-shell label { margin-bottom: 8px; color: #46464b; font-size: 13px; font-weight: 600; }
.woocommerce-account-shell .input-text { min-height: 50px; padding: 0 14px; border: 1px solid #d8d8dd; border-radius: 12px; background: #fbfbfc; font-size: 15px; outline: 0; }
.woocommerce-account-shell .input-text:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,113,227,.1); }
.woocommerce-account-shell .password-input { width: 100%; }
.woocommerce-account-shell .show-password-input { top: 15px !important; right: 13px !important; }
.woocommerce-account-shell .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 7px; margin: 12px 15px 12px 0; }
.woocommerce-account-shell .woocommerce-form-login__submit, .woocommerce-account-shell .woocommerce-form-register__submit { min-height: 45px; padding: 0 24px !important; }
.woocommerce-account-shell .woocommerce-LostPassword { margin-top: 18px; font-size: 13px; }
.woocommerce-account-shell .woocommerce-LostPassword a { color: var(--blue); }
.woocommerce-account-shell .woocommerce-MyAccount-navigation { width: 25%; }
.woocommerce-account-shell .woocommerce-MyAccount-navigation ul { margin: 0; padding: 12px; list-style: none; border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(29,29,31,.055); }
.woocommerce-account-shell .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 15px; border-radius: 11px; color: #525257; font-size: 14px; }
.woocommerce-account-shell .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account-shell .woocommerce-MyAccount-navigation li a:hover { background: var(--soft); color: var(--blue); }
.woocommerce-account-shell .woocommerce-MyAccount-content { width: 72%; min-height: 330px; padding: 32px; border-radius: 22px; background: #fff; box-shadow: 0 15px 45px rgba(29,29,31,.055); line-height: 1.75; }
.woocommerce-account-shell .woocommerce-MyAccount-content a { color: var(--blue); }
.final-cta .eyebrow { margin-bottom: 21px; }
.final-cta p:not(.eyebrow) { max-width: 600px; margin: 24px auto 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.site-footer { padding: 65px 0 24px; background: #e9e9ed; }
.footer-shell { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 45px; }
.footer-brand p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 12px; font-size: 13px; color: #525257; }
.footer-column h3 { margin: 0 0 4px; color: var(--ink); font-size: 13px; }
.footer-column a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.09); color: #747479; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 1020px) {
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .main-menu { gap: 21px; }
  .hero { min-height: 760px; grid-template-columns: .95fr 1.05fr; }
  .hero-visual { height: 540px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .article-featured { grid-column: span 2; display: grid; grid-template-columns: 1.1fr 1fr; }
  .article-featured .article-visual { height: 100%; min-height: 330px; }
  .services-shell { gap: 50px; }
}

@media (max-width: 780px) {
  .section-shell, .nav-shell { width: min(100% - 32px, 620px); }
  .site-header { background: rgba(255,255,255,.84); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(0,0,0,.06); }
  .nav-shell { height: 62px; grid-template-columns: 1fr auto; }
  .brand-mark { width: 27px; height: 27px; }
  .nav-actions { display: none; }
  .menu-toggle { display: flex; width: 36px; height: 36px; padding: 10px 8px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1.5px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
  .main-menu { position: fixed; z-index: -1; top: 62px; left: 0; right: 0; display: grid; justify-content: stretch; gap: 0; padding: 12px 24px 26px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); transform: translateY(-125%); transition: transform .28s ease; }
  .main-menu.open { transform: translateY(0); }
  .main-menu a { padding: 15px 0; font-size: 18px; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; padding: 118px 24px 56px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 620px; margin: auto; }
  .hero h1 { font-size: clamp(52px, 14vw, 72px); }
  .hero-lead { margin-inline: auto; font-size: 18px; }
  .hero-actions { justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-visual { order: -1; height: 330px; margin: -36px -100px -5px -40px; }
  .hero-visual img { border-radius: 0; mask-image: radial-gradient(ellipse 74% 73% at 64% 50%, #000 47%, transparent 76%); }
  .entry-section { padding: 90px 0; }
  .section-heading { text-align: center; margin-inline: auto; }
  .section-heading > p:last-child { font-size: 17px; }
  .entry-grid { grid-template-columns: 1fr; }
  .entry-card, .card-learn, .card-tools { min-height: 580px; grid-row: auto; }
  .card-compute, .card-tools { min-height: 520px; }
  .card-copy { margin-top: 40px; }
  .content-section { padding-bottom: 90px; }
  .row-heading { display: block; text-align: left; }
  .row-heading .text-link { display: inline-block; margin-top: 20px; }
  .content-grid { grid-template-columns: 1fr; }
  .article-featured { grid-column: auto; display: block; }
  .article-featured .article-visual, .article-visual { height: 235px; min-height: 0; }
  .services-section { padding: 90px 0; }
  .services-shell { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  .service-copy > p:not(.eyebrow) { margin-inline: auto; }
  .service-actions { justify-content: center; }
  .service-panel { text-align: left; }
  .final-cta { padding: 100px 0; }
  .footer-shell { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 12px; }
}

@media (max-width: 520px) {
  .hero { padding-inline: 18px; }
  .hero-visual { height: 270px; margin-inline: -90px -120px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: min(100%, 260px); }
  .hero-note { font-size: 11px; }
  .section-heading h2, .final-cta h2 { font-size: 41px; }
  .entry-card { padding: 26px; border-radius: 26px; }
  .card-copy h3 { font-size: 36px; }
  .code-sample { left: 26px; right: 26px; bottom: 26px; }
  .mini-chart { right: 20px; width: 190px; }
  .service-copy h2 { font-size: 43px; }
  .service-actions { flex-direction: column; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.archive-page { padding-top: 150px; padding-bottom: 120px; }
.archive-page .section-heading h1 { margin: 0; font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.single-article h1 { margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: 1.04; letter-spacing: -.06em; }
.page:not(.woocommerce-page) .single-article > h1 { font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.single-article > h1.title-long { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.12; letter-spacing: -.045em; }
.single-article > h1.title-xlong { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.16; letter-spacing: -.04em; }
.archive-page .article-visual { display: block; }
.archive-page .article-visual img { width: 100%; height: 100%; object-fit: cover; }
.single-page { padding-top: 150px; padding-bottom: 120px; }
.single-article { max-width: 850px; margin: 0 auto; padding: 58px clamp(24px, 6vw, 78px); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.single-article h1 { margin-top: 14px; }
.single-meta { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.single-cover { margin: 40px -20px 0; overflow: hidden; border-radius: 20px; }
.single-cover img { display: block; width: 100%; height: auto; }
.single-content { margin-top: 42px; color: #36363a; font-size: 18px; line-height: 1.9; }
.single-content h2, .single-content h3 { margin: 42px 0 14px; color: var(--ink); letter-spacing: -.03em; line-height: 1.25; }
.single-content img { max-width: 100%; height: auto; }
.single-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.single-content blockquote { margin: 28px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--blue); color: var(--muted); }
.single-content #activity-name { display: none !important; }
.single-content pre { position: relative; max-width: 100%; overflow-x: auto; padding: 25px 20px; border-radius: 16px; background: #121721; color: #dbe6f3; font-size: 14px; line-height: 1.7; }
.single-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.single-content th, .single-content td { padding: 10px 13px; border: 1px solid #dedee3; white-space: nowrap; }
.copy-code { position: sticky; float: right; top: 0; margin: -12px -8px 5px 12px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: #283142; color: #dce7f3; font-size: 11px; cursor: pointer; }
.article-breadcrumb { display: flex; gap: 9px; margin-bottom: 35px; color: var(--muted); font-size: 12px; }
.single-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.article-toc { margin: 36px 0 8px; padding: 22px 25px; border-radius: 18px; background: var(--soft); }
.article-toc ol { margin: 13px 0 0; padding-left: 20px; }
.article-toc li { margin: 8px 0; color: var(--muted); font-size: 14px; }
.article-toc .toc-sub { margin-left: 18px; }
.article-toc a:hover { color: var(--blue); }
.article-support { margin-top: 55px; padding: 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: 18px; background: #eef6ff; }
.article-support p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.post-navigation { margin-top: 36px; padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid var(--line); }
.post-navigation div:last-child { text-align: right; }
.post-navigation small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.post-navigation a { color: var(--blue); font-size: 14px; }
.related-posts { padding-top: 110px; }

.woocommerce-page main, .woocommerce-page .site-main, .woocommerce-page #primary { width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding-top: 105px; padding-bottom: 100px; }
.woocommerce-shop main, .woocommerce-shop .site-main, .woocommerce-shop #primary, .tax-product_cat main, .tax-product_cat .site-main, .tax-product_cat #primary { padding-top: 72px; }
.woocommerce-shop .woocommerce-breadcrumb, .tax-product_cat .woocommerce-breadcrumb { display: none; }
.shop-hero { margin: 0 0 22px; padding: 32px 0 38px; display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 70px; border-bottom: 1px solid var(--line); }
.shop-hero h1 { max-width: 760px; margin: 0; font-size: var(--page-title-size); line-height: var(--page-title-leading); letter-spacing: var(--page-title-spacing); }
.shop-hero > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.shop-assurance { display: grid; gap: 10px; }
.shop-assurance span { padding: 14px 16px; border-radius: 14px; background: #fff; color: #4e4e53; font-size: 13px; }
.shop-assurance b { margin-right: 10px; color: var(--blue); font-size: 11px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 18px 18px 22px; display: flex; flex-direction: column; border-radius: 22px; background: #fff; box-shadow: 0 16px 45px rgba(29,29,31,.055); transition: transform .22s ease, box-shadow .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(29,29,31,.1); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.woocommerce ul.products li.product a img { width: 100%; height: 205px; object-fit: cover; border-radius: 15px; background: var(--soft); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { order: 2; min-height: 76px; margin-top: 5px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--ink); font-size: 17px; line-height: 1.5; }
.woocommerce ul.products li.product .star-rating { order: 3; }
.woocommerce ul.products li.product .price { order: 4; margin: 13px 0 15px; color: var(--blue); font-size: 18px; font-weight: 650; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 43px; margin-top: auto; text-align: center; }
.woocommerce ul.products li.product .onsale { top: 10px; right: 10px; left: auto; min-width: 0; min-height: 0; padding: 7px 9px; border-radius: 999px; background: rgba(27,145,76,.92); line-height: 1; font-size: 11px; }
.product-context { order: 1; align-self: flex-start; margin: 15px 0 0; color: var(--blue); font-size: 11px; font-weight: 650; }
.woocommerce .woocommerce-ordering select { padding: 10px 14px; border: 1px solid #d5d5da; border-radius: 10px; background: #fff; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 999px; background: var(--blue); color: #fff; font-weight: 550; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--blue-hover); color: #fff; }
.shop-guide { clear: both; margin: 0 0 32px; padding: 24px; border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(29,29,31,.05); }
.shop-guide > strong { display: block; margin-bottom: 15px; }
.shop-guide > div { display: flex; flex-wrap: wrap; gap: 9px; }
.shop-guide a { padding: 9px 12px; border-radius: 999px; background: var(--soft); color: #424247; font-size: 13px; }
.shop-guide a:hover { color: var(--blue); }
.shop-guide a span { margin-left: 6px; color: var(--muted); }
.shop-guide p { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.nav-links { display: flex; justify-content: center; gap: 10px; margin-top: 55px; }
.nav-links a, .nav-links span { padding: 9px 13px; border-radius: 999px; background: #fff; color: var(--blue); font-size: 13px; }
@media (max-width: 780px) {
  .archive-page, .single-page { padding-top: 110px; padding-bottom: 80px; }
  .single-article { padding: 35px 22px; border-radius: 26px; }
  .single-content { font-size: 16px; }
  .single-cover { margin-inline: -8px; }
}

@media (max-width: 780px) {
  .mobile-only { display: block; }
  .notice-bar { align-items: flex-start; }
  .path-grid, .service-options { grid-template-columns: 1fr; }
  .path-card { min-height: 245px; }
  .path-card p, .service-options article > p { min-height: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .landing-page { padding-top: 62px; }
  .landing-hero { padding-top: 80px; padding-bottom: 75px; }
  .deliverables, .tool-group, .tool-help { grid-template-columns: 1fr; gap: 38px; }
  .tool-card-grid { grid-template-columns: 1fr; }
  .tool-card-grid a { min-height: 180px; }
  .tool-help { width: min(100% - 32px, 620px); padding: 35px 25px; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .shop-hero { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .shop-hero > div:first-child > p:not(.eyebrow) { margin-inline: auto; }
  .shop-assurance { grid-template-columns: repeat(3, 1fr); }
  .article-support { align-items: flex-start; flex-direction: column; }
  .learning-page { padding-top: 62px; }
  .learning-hero { padding-top: 62px; padding-bottom: 50px; }
  .learning-grid { grid-template-columns: 1fr; }
  .learning-browser .section-heading h2 { font-size: 32px; }
  .learning-filters { justify-content: flex-start; margin-bottom: 55px; overflow-x: auto; flex-wrap: nowrap; }
  .learning-filters a { flex: 0 0 auto; }
  .account-page { padding-top: 100px; padding-bottom: 75px; }
  .account-panel { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding: 40px 28px; }
  .account-intro { text-align: center; }
  .account-intro > p:not(.eyebrow) { margin-inline: auto; }
  .my-account-page { padding-top: 100px; padding-bottom: 75px; }
  .my-account-hero { display: block; text-align: center; }
  .account-benefits { margin-top: 25px; justify-content: center; }
  .woocommerce-account-shell .u-columns.col2-set { grid-template-columns: 1fr; }
  .woocommerce-account-shell .woocommerce-MyAccount-navigation, .woocommerce-account-shell .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account-shell .woocommerce-MyAccount-navigation { margin-bottom: 20px; }
  .woocommerce-account-shell .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; }
  .woocommerce-account-shell .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
}

@media (max-width: 520px) {
  .notice-bar { display: grid; gap: 10px; }
  .trust-grid, .deliverable-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .search-dialog { margin-top: 75px; padding: 20px; }
  .search-dialog form { grid-template-columns: 20px 1fr; }
  .search-dialog form button { grid-column: 1 / -1; }
  .landing-hero h1 { font-size: var(--page-title-mobile); }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation div:last-child { text-align: left; }
  .shop-hero { padding-top: 35px; }
  .shop-hero h1 { font-size: var(--page-title-mobile); }
  .shop-assurance { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product a img { height: 180px; }
  .learning-hero h1 { font-size: var(--page-title-mobile); }
  .learning-search { grid-template-columns: 1fr; }
  .learning-search button { min-height: 43px; }
  .account-panel { padding: 34px 18px 20px; border-radius: 26px; }
  .account-intro h1 { font-size: var(--page-title-mobile); }
  .account-form-card { padding: 25px 20px; }
  .my-account-hero h1 { font-size: var(--page-title-mobile); }
  .archive-page .section-heading h1, .page:not(.woocommerce-page) .single-article > h1 { font-size: var(--page-title-mobile); }
  .woocommerce-account-shell .u-column1, .woocommerce-account-shell .u-column2 { padding: 25px 20px; }
  .woocommerce-account-shell .woocommerce-MyAccount-content { padding: 24px 20px; }
}

/* Unified 云生信 brand mark: reuse the homepage logo everywhere. */
.brand-mark.brand-image { padding: 0; border-radius: 50%; background: #fff; object-fit: contain; stroke: none; box-shadow: 0 7px 18px rgba(0,113,227,.18); }
