/*
Theme Name: Guanhang AI Toys
Theme URI: https://guanhangchuhai.com/
Author: Guanhang Chuhai
Author URI: https://guanhangchuhai.com/
Description: Custom B2B WordPress theme for JOPARK.AI plush toy products and OEM/ODM enquiries.
Version: 1.10.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: guanhang-ai-toys
Tags: custom-logo, custom-menu, one-column, responsive-layout, featured-images
*/

    :root {
      --ink: #17213a;
      --muted: #667085;
      --purple: #6753dc;
      --purple-dark: #4939b7;
      --blue: #1e8dff;
      --lime: #c8f151;
      --peach: #ffb697;
      --pink: #f7d7ff;
      --lavender: #f2efff;
      --cream: #fffaf2;
      --white: #fff;
      --line: rgba(23, 33, 58, .13);
      --shadow: 0 26px 70px rgba(47, 39, 105, .15);
      --radius: 28px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--white);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }
    section { scroll-margin-top: 90px; }
    .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .skip-link { position: fixed; top: -100px; left: 18px; z-index: 200; padding: 10px 16px; color: #fff; background: var(--ink); }
    .skip-link:focus { top: 18px; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 18px;
      color: var(--purple);
      font-size: .77rem;
      font-weight: 900;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: var(--lime); }
    .section-title { max-width: 760px; margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; letter-spacing: -.055em; }
    .section-intro { max-width: 690px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
    .btn {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-weight: 850;
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { color: #fff; background: var(--purple); box-shadow: 0 13px 28px rgba(103,83,220,.28); }
    .btn-primary:hover { background: var(--purple-dark); }
    .btn-dark { color: #fff; background: var(--ink); }
    .btn-light { color: var(--ink); background: #fff; border-color: var(--line); }
    .text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--purple); font-weight: 850; }
    .text-link:hover { color: var(--purple-dark); }

    .topbar { color: #fff; background: var(--ink); font-size: .78rem; }
    .topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    .topbar-note { color: rgba(255,255,255,.78); }
    .topbar-links { display: flex; gap: 20px; color: rgba(255,255,255,.82); font-weight: 750; }
    .topbar-links a:hover { color: #fff; }

    .site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
    .nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
    .brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--purple)); font-weight: 950; letter-spacing: -.08em; box-shadow: inset -8px -8px 0 rgba(0,0,0,.07); }
    .brand-name { display: block; font-size: .94rem; font-weight: 950; letter-spacing: .035em; }
    .brand-sub { display: block; margin-top: -2px; color: var(--muted); font-size: .66rem; }
    .nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .88rem; font-weight: 780; }
    .nav-links a:hover { color: var(--purple); }
    .menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-size: 1.25rem; }

    .hero { position: relative; padding: 72px 0 52px; overflow: hidden; background: linear-gradient(135deg, #f8f6ff 0%, #eef7ff 55%, #fff8ee 100%); }
    .hero-banner { min-height: clamp(650px, 48vw, 860px); display: flex; align-items: center; padding: clamp(76px, 7vw, 118px) 0; isolation: isolate; background-color: #b9e6fa; background-repeat: no-repeat; background-position: center bottom; background-size: cover; }
    .hero-banner::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(220,244,255,.96) 0%, rgba(220,244,255,.88) 27%, rgba(220,244,255,.56) 42%, rgba(220,244,255,.12) 58%, transparent 70%); pointer-events: none; }
    .hero-banner::after { content: none; }
    .hero-banner-inner { position: relative; z-index: 2; width: min(100% - 44px, 1540px); }
    .hero-banner .hero-copy { width: min(610px, 48%); margin-left: clamp(0px, 3vw, 48px); }
    .hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 8px 13px; border: 1px solid rgba(103,83,220,.2); border-radius: 99px; color: var(--purple-dark); background: rgba(255,255,255,.7); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .hero-kicker::before { content: "●"; color: var(--lime); text-shadow: 0 0 0 3px rgba(103,83,220,.12); }
    .hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6.2vw, 6.2rem); line-height: .91; letter-spacing: -.075em; }
    .hero h1 span { color: var(--purple); }
    .hero-copy > p { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.16rem); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: #45506a; font-size: .86rem; font-weight: 750; }
    .hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--purple); font-weight: 950; }
    .feature-strip { position: relative; z-index: 4; padding: 0 0 34px; overflow: hidden; background: linear-gradient(180deg, #edf8ff 0%, #f7f9ff 64%, #fff 100%); }
    .feature-strip::before { content: "JOPARK"; position: absolute; left: max(22px, calc(50% - 610px)); bottom: -58px; color: rgba(103,83,220,.055); font-size: clamp(7rem, 13vw, 13rem); font-weight: 1000; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
    .feature-band { position: relative; z-index: 3; margin-top: 0; margin-bottom: -34px; transform: translateY(-34px); }
    .feature-grid { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(48,39,105,.09); overflow: hidden; }
    .feature { min-height: 108px; display: grid; align-content: center; gap: 5px; padding: 17px; border-right: 1px solid var(--line); }
    .feature:last-child { border-right: 0; }
    .feature b { color: var(--purple); font-size: .74rem; }
    .feature span { color: var(--muted); font-size: .72rem; line-height: 1.3; }
    .capability-note { margin: 13px 4px 0; color: var(--muted); font-size: .71rem; text-align: right; }

    .about { padding: 110px 0; }
    .about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
    .about-visual { position: relative; min-height: 550px; border-radius: var(--radius); background: #dce5ec; overflow: hidden; box-shadow: var(--shadow); }
    .about-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .about-copy p { color: var(--muted); }
    .mission { margin: 27px 0; padding: 22px 24px; border-left: 4px solid var(--lime); border-radius: 0 18px 18px 0; background: var(--lavender); font-size: 1.05rem; font-weight: 800; }
    .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 28px; }
    .stat { padding: 18px; border: 1px solid var(--line); border-radius: 18px; }
    .stat strong { display: block; color: var(--purple); font-size: 1.45rem; letter-spacing: -.04em; }
    .stat span { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; }

    .products { padding: 108px 0; background: var(--cream); }
    .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
    .product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
    .product-image { position: relative; aspect-ratio: 1 / .86; overflow: hidden; background: var(--lavender); }
    .product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
    .product-card:hover img { transform: scale(1.04); }
    .product-type { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.92); font-size: .67rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
    .product-body { padding: 21px; }
    .product-body h3 { margin: 0 0 7px; font-size: 1.22rem; letter-spacing: -.025em; }
    .product-body p { min-height: 46px; margin: 0 0 17px; color: var(--muted); font-size: .88rem; }
    .product-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }

    .custom { padding: 108px 0; color: #fff; background: var(--ink); }
    .custom .eyebrow { color: #d9d2ff; }
    .custom .section-intro { color: rgba(255,255,255,.65); }
    .custom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px; }
    .custom-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.05); overflow: hidden; }
    .custom-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -55px; bottom: -55px; border-radius: 50%; background: var(--accent, var(--purple)); opacity: .5; }
    .custom-no { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 14px; color: var(--ink); background: var(--accent, var(--lime)); font-weight: 950; }
    .custom-card h3 { margin: 0 0 8px; font-size: 1.18rem; }
    .custom-moq { display: inline-flex; align-self: flex-start; margin-bottom: 17px; padding: 6px 9px; border-radius: 99px; color: var(--ink); background: var(--accent, var(--lime)); font-size: .69rem; font-weight: 950; }
    .custom-card p { margin: 0; color: rgba(255,255,255,.65); font-size: .87rem; }
    .custom-card ul { margin: 17px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.84); font-size: .81rem; }
    .custom-card li { margin-top: 8px; }
    .custom-card li::before { content: "✓"; margin-right: 7px; color: var(--accent, var(--lime)); font-weight: 950; }
    .custom-disclaimer { margin: 20px 0 0; color: rgba(255,255,255,.48); font-size: .73rem; }

    .process { padding: 108px 0; background: var(--lavender); }
    .process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
    .process-copy { position: sticky; top: 130px; }
    .steps { display: grid; gap: 16px; }
    .step { display: grid; grid-template-columns: 82px 1fr; gap: 22px; padding: 27px; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.84); }
    .step-num { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 21px; color: #fff; background: var(--purple); font-size: 1.25rem; font-weight: 950; }
    .step h3 { margin: 3px 0 8px; font-size: 1.17rem; }
    .step p { margin: 0; color: var(--muted); font-size: .88rem; }
    .step-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
    .step-points span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; color: #505b76; background: #fff; font-size: .69rem; font-weight: 750; }

    .confidence { padding: 106px 0; }
    .confidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
    .confidence-card { padding: 38px; border-radius: var(--radius); background: linear-gradient(145deg, #eaf6ff, #f4f0ff); box-shadow: var(--shadow); }
    .confidence-card h3 { margin: 0 0 13px; font-size: 1.65rem; letter-spacing: -.035em; }
    .confidence-card p { color: var(--muted); }
    .trust-list { display: grid; gap: 13px; margin-top: 28px; }
    .trust-item { display: flex; gap: 14px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
    .trust-mark { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--purple); font-size: .78rem; font-weight: 950; }
    .trust-item strong { display: block; }
    .trust-item span { color: var(--muted); font-size: .83rem; }

    .faq { padding: 106px 0; background: var(--cream); }
    .faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
    details { border-bottom: 1px solid var(--line); }
    summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 850; list-style: none; }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; color: var(--purple); font-size: 1.35rem; }
    details[open] summary::after { content: "−"; }
    details p { margin: -4px 0 23px; padding-right: 35px; color: var(--muted); font-size: .9rem; }

    .contact { padding: 108px 0; color: #fff; background: var(--purple); }
    .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: start; }
    .contact .eyebrow { color: #fff; }
    .contact .section-intro { color: rgba(255,255,255,.72); }
    .contact-points { display: grid; gap: 15px; margin-top: 34px; }
    .contact-point { display: flex; gap: 14px; color: rgba(255,255,255,.9); font-size: .9rem; }
    .contact-point strong { min-width: 104px; }
    .form-card { padding: 34px; border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: 0 30px 65px rgba(25,15,91,.3); }
    .form-card h3 { margin: 0 0 21px; font-size: 1.45rem; letter-spacing: -.03em; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .field { display: grid; gap: 7px; }
    .field.full { grid-column: 1 / -1; }
    label { font-size: .76rem; font-weight: 850; }
    input, select, textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fbfbfe; outline: none; }
    input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(103,83,220,.11); }
    textarea { min-height: 112px; resize: vertical; }
    .form-note { margin: 13px 0 0; color: var(--muted); font-size: .71rem; }
    .form-status { display: none; margin: 14px 0 0; padding: 12px 14px; border-radius: 12px; color: var(--purple-dark); background: var(--lavender); font-size: .82rem; font-weight: 750; }
    .form-status.show { display: block; }

    .footer { padding: 50px 0 27px; color: rgba(255,255,255,.66); background: #10172a; border-top: 4px solid var(--purple); }
    .footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
    .footer .brand-name { color: #fff; }
    .footer .brand-sub { color: rgba(255,255,255,.5); }
    .footer-about { max-width: 370px; margin: 18px 0 0; font-size: .84rem; }
    .footer h4 { margin: 4px 0 15px; color: #fff; font-size: .83rem; }
    .footer-links { display: grid; gap: 9px; font-size: .8rem; }
    .footer-links a:hover { color: #fff; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 43px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.11); font-size: .71rem; }

    .floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 70; display: grid; gap: 10px; }
    .float-btn { width: 53px; height: 53px; display: grid; place-items: center; border: 0; border-radius: 18px; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: .69rem; font-weight: 950; }
    .whatsapp { background: #1eaa61; }
    .chat { background: var(--purple); }
    .chat-panel { position: fixed; right: 18px; bottom: 87px; z-index: 75; width: min(360px, calc(100% - 36px)); padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.22); transform: translateY(15px) scale(.96); opacity: 0; pointer-events: none; transition: .2s ease; }
    .chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }
    .chat-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
    .chat-head h3 { margin: 0; font-size: 1.05rem; }
    .chat-head p { margin: 4px 0 0; color: var(--muted); font-size: .77rem; }
    .chat-close { width: 30px; height: 30px; border: 0; border-radius: 9px; background: var(--lavender); }
    .chat-field { display: grid; gap: 7px; margin-top: 10px; }
    .chat-panel .btn { width: 100%; margin-top: 12px; }
    .demo-toast { position: fixed; left: 50%; bottom: 24px; z-index: 160; width: min(540px, calc(100% - 40px)); padding: 14px 18px; border-radius: 14px; color: #fff; background: var(--ink); box-shadow: 0 15px 40px rgba(0,0,0,.25); text-align: center; font-size: .82rem; transform: translate(-50%, 120px); opacity: 0; transition: .25s ease; }
    .demo-toast.show { transform: translate(-50%, 0); opacity: 1; }

    @media (max-width: 1060px) {
      .feature-grid { grid-template-columns: repeat(4, 1fr); }
      .feature:nth-child(4) { border-right: 0; }
      .feature:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
      .custom-grid { grid-template-columns: 1fr 1fr; }
      .nav-links { gap: 18px; }
    }
    @media (max-width: 790px) {
      .container { width: min(100% - 28px, 1180px); }
      .topbar-inner { justify-content: center; }
      .topbar-note { display: none; }
      .nav > .btn { display: none; }
      .menu-toggle { display: block; }
      .nav-links { position: fixed; inset: 110px 0 auto; display: grid; gap: 0; padding: 15px 22px 27px; border-bottom: 1px solid var(--line); background: #fff; transform: translateY(-140%); opacity: 0; transition: .25s ease; }
      .nav-links.open { transform: none; opacity: 1; }
      .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
      .about-grid, .process-grid, .confidence-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
      .hero-banner { min-height: 760px; align-items: flex-start; padding: 70px 0 310px; background-position: 68% bottom; }
      .hero-banner::before { background: linear-gradient(180deg, rgba(220,244,255,.97) 0%, rgba(220,244,255,.88) 37%, rgba(220,244,255,.45) 56%, rgba(220,244,255,.05) 78%); }
      .hero-banner .hero-copy { width: 100%; max-width: 620px; margin-left: 0; }
      .hero h1 { font-size: clamp(3.1rem, 13vw, 5.5rem); }
      .feature-band { margin-bottom: -22px; transform: translateY(-22px); }
      .section-head { align-items: start; flex-direction: column; }
      .feature-grid { grid-template-columns: 1fr 1fr; }
      .feature, .feature:nth-child(4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
      .feature:nth-child(even) { border-right: 0; }
      .feature:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
      .product-grid { grid-template-columns: 1fr 1fr; }
      .process-copy { position: static; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 520px) {
      .topbar-links { gap: 11px; font-size: .68rem; }
      .topbar-links a:first-child { display: none; }
      .brand-sub { display: none; }
      .brand-name { font-size: .8rem; }
      .hero-banner { min-height: 745px; padding: 46px 0 290px; background-position: 70% bottom; background-size: auto 100%; }
      .hero-banner .hero-kicker { margin-bottom: 15px; }
      .hero h1 { font-size: 3rem; }
      .hero-copy > p { margin: 20px 0 24px; font-size: .96rem; }
      .hero-actions .btn { width: 100%; }
      .hero-proof { margin-top: 20px; gap: 8px 14px; font-size: .76rem; }
      .feature-grid, .product-grid, .custom-grid { grid-template-columns: 1fr; }
      .feature, .feature:nth-child(even), .feature:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
      .feature:last-child { border-bottom: 0; }
      .about-visual { min-height: 440px; }
      .stats, .form-grid { grid-template-columns: 1fr; }
      .field.full { grid-column: auto; }
      .step { grid-template-columns: 58px 1fr; padding: 20px; }
      .step-num { width: 54px; height: 54px; border-radius: 17px; }
      .confidence-card, .form-card { padding: 25px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; }
    }

    /* WordPress integration */
    .nav-links li { margin: 0; padding: 0; list-style: none; }
    .custom-logo-link { display: inline-flex; align-items: center; }
    .custom-logo-link img { width: auto; max-width: 260px; max-height: 58px; object-fit: contain; }
    .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
    .screen-reader-text:focus { width: auto; height: auto; clip: auto; white-space: normal; }
    .hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
    .content-page { min-height: 55vh; padding: 88px 0; background: var(--cream); }
    .content-shell { max-width: 900px; }
    .content-article { margin-bottom: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
    .content-article h1 { margin-top: 0; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; letter-spacing: -.05em; }
    .entry-content > *:last-child { margin-bottom: 0; }
    .entry-content a { color: var(--purple); text-decoration: underline; }
    .alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
    .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
    body.admin-bar .site-header { top: 32px; }
    @media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

    /* Final homepage banner layout: frosted capability panel over the image edge */
    .hero-banner { overflow: visible; }
    .feature-strip { z-index: 6; margin-top: -104px; padding: 0 0 22px; overflow: visible; background: transparent; }
    .feature-strip::before { content: none; }
    .feature-band { margin: 0 auto; transform: none; }
    .feature-grid { background: rgba(255,255,255,.86); box-shadow: 0 22px 55px rgba(48,39,105,.16); backdrop-filter: blur(18px); }
    .capability-note { display: block; width: fit-content; margin: 12px 0 0 auto; padding: 7px 12px; border-radius: 99px; background: rgba(255,255,255,.82); }
    @media (max-width: 790px) {
      .feature-strip { margin-top: -72px; }
      .capability-note { width: 100%; border-radius: 16px; text-align: left; }
    }
    @media (max-width: 520px) {
      .feature-strip { margin-top: -44px; }
    }
  
