:root{
  --stx-navy:#071b3a;
  --stx-navy-2:#0b2853;
  --stx-blue:#0045a3;
  --stx-blue-2:#0064d9;
  --stx-orange:#fda100;
  --stx-yellow:#ffd40a;
  --stx-cream:#fff8ea;
  --stx-soft:#f4f7fb;
  --stx-paper:#ffffff;
  --stx-ink:#071320;
  --stx-muted:#617084;
  --stx-line:#dce4ec;
  --stx-radius:24px;
  --stx-shadow:0 24px 70px rgba(7,27,58,.12);
  --stx-shell:1240px;
}

html{scroll-behavior:smooth}
body.suntixx-2026{background:var(--stx-paper);color:var(--stx-ink);font-family:Inter,"Helvetica Neue",Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.suntixx-2026 #body-wrap,body.suntixx-2026 #wrap{width:100%;max-width:none;overflow:visible;background:transparent}
body.suntixx-2026 a{text-decoration:none}
body.suntixx-2026 img{max-width:100%;height:auto}
body.suntixx-2026 .container{max-width:none}
.stx-shell{width:min(calc(100% - 44px),var(--stx-shell));margin-inline:auto}
.stx-main{min-height:55vh}
.stx-skip-link{position:fixed;left:-10000px;top:12px;background:#fff;color:#111;padding:10px 14px;border-radius:8px;z-index:100000}
.stx-skip-link:focus{left:12px}

/* Header */
.stx-site-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(7,27,58,.08);backdrop-filter:blur(18px);transition:box-shadow .2s ease,background .2s ease}
.admin-bar .stx-site-header{top:32px}
.stx-site-header.is-scrolled{box-shadow:0 8px 35px rgba(7,27,58,.08);background:rgba(255,255,255,.98)}
.stx-site-header__row{height:96px;display:flex;align-items:center;gap:24px}
.stx-brand{display:flex;align-items:center;flex:0 0 auto;width:108px;height:82px;overflow:visible}
.stx-logo--header{width:98px!important;max-height:82px!important;height:auto!important;display:block;object-fit:contain}
.stx-logo--footer{width:150px!important;height:auto!important;display:block}
.stx-nav{margin-left:auto}
.stx-nav__list{display:flex;align-items:center;gap:1px;list-style:none;margin:0;padding:0}
.stx-nav__list>li{position:relative;margin:0}
.stx-nav__list a{display:block;padding:11px 8px;color:var(--stx-navy);font-size:13px;font-weight:760;white-space:nowrap;transition:color .2s ease,background .2s ease}
.stx-nav__list>li>a:hover,.stx-nav__list>.current-menu-item>a,.stx-nav__list>.current-menu-ancestor>a{color:var(--stx-blue)}
.stx-nav__list .sub-menu{position:absolute;top:100%;left:0;display:none;min-width:220px;list-style:none;margin:0;padding:9px;background:#fff;border:1px solid var(--stx-line);border-radius:15px;box-shadow:var(--stx-shadow)}
.stx-nav__list li:hover>.sub-menu,.stx-nav__list li:focus-within>.sub-menu{display:block}
.stx-nav__list .sub-menu a{padding:9px 11px;border-radius:9px}
.stx-nav__list .sub-menu a:hover{background:var(--stx-soft)}
.stx-header-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.stx-account{position:relative}
.stx-account__toggle{appearance:none;border:0;background:transparent;color:var(--stx-navy);font:inherit;font-size:13px;font-weight:800;padding:11px 7px;cursor:pointer;display:flex;gap:5px;align-items:center;max-width:140px}
.stx-account__toggle span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.stx-account__menu{display:none;position:absolute;right:0;top:calc(100% + 10px);width:260px;background:#fff;border:1px solid var(--stx-line);border-radius:16px;padding:8px;box-shadow:var(--stx-shadow)}
.stx-account.is-open .stx-account__menu{display:block}
.stx-account__menu a{display:block;padding:11px 12px;border-radius:10px;color:var(--stx-ink)}
.stx-account__menu a:hover{background:var(--stx-soft)}
.stx-account__menu strong{display:block;font-size:13px}
.stx-account__menu small{display:block;color:var(--stx-muted);font-size:11px;margin-top:1px}
.stx-menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer;margin-left:auto}
.stx-menu-toggle>span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--stx-navy);margin:5px 0}

/* Universal buttons / type */
.stx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border:1px solid transparent;border-radius:999px;background:var(--stx-orange);color:var(--stx-navy)!important;font-size:13px;font-weight:880;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.stx-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(253,161,0,.22)}
.stx-btn--sm{min-height:43px;padding-inline:16px}
.stx-btn--navy{background:var(--stx-navy);color:#fff!important}
.stx-btn--light{background:#fff;color:var(--stx-navy)!important}
.stx-btn--glass{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.32);color:#fff!important;backdrop-filter:blur(8px)}
.stx-btn--outline{background:transparent;border-color:rgba(7,27,58,.35);color:var(--stx-navy)!important}
.stx-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.stx-link{color:var(--stx-blue)!important;font-size:13px;font-weight:850}
.stx-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:#956000;margin-bottom:14px}
.stx-kicker--sun{color:var(--stx-yellow)}
.stx-kicker--navy{color:var(--stx-navy)}
.stx-meta-label{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:850;color:#8c5b00}
.stx-section{padding:96px 0}
.stx-section--navy{background:var(--stx-navy);color:#fff}
.stx-section--orange{background:linear-gradient(120deg,var(--stx-orange),var(--stx-yellow));color:var(--stx-navy)}
.stx-section--soft{background:var(--stx-soft)}
.stx-section-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:end;gap:70px;margin-bottom:42px}
.stx-section-heading h2,.stx-connected h2,.stx-get-paid-grid h2,.stx-global h2,.stx-build-home h2,.stx-subscribe-card h2,.stx-two-col h2,.stx-market-manifesto h2,.stx-cta-panel h2{font-size:clamp(38px,5vw,68px);line-height:.96;letter-spacing:-.055em;margin:0;color:var(--stx-navy)}
.stx-section-heading p{font-size:17px;color:var(--stx-muted);max-width:550px;margin:0}
.stx-section-heading--light h2{color:#fff}
.stx-section-heading--light p{color:rgba(255,255,255,.65)}

/* Hero */
.stx-home-hero{position:relative;min-height:790px;display:flex;align-items:center;color:#fff;background-color:var(--stx-navy);background-image:linear-gradient(90deg,rgba(5,18,40,.97) 0%,rgba(5,18,40,.84) 45%,rgba(5,18,40,.32) 75%,rgba(5,18,40,.12) 100%),var(--stx-hero-image,linear-gradient(135deg,#071b3a,#0045a3));background-size:cover;background-position:center 40%;overflow:hidden}
.stx-home-hero:before{content:"";position:absolute;inset:auto -140px -280px auto;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,10,.24),rgba(253,161,0,.11) 42%,transparent 70%)}
.stx-home-hero__inner{position:relative;z-index:2;padding:80px 0 138px}
.stx-home-hero__copy{max-width:900px}
.stx-home-hero h1{font-size:clamp(74px,10vw,142px);line-height:.78;letter-spacing:-.075em;margin:0 0 36px;color:#fff;text-shadow:0 8px 30px rgba(0,0,0,.12)}
.stx-home-hero h2{font-size:clamp(27px,3.5vw,47px);line-height:1.02;letter-spacing:-.045em;margin:0 0 18px;color:#fff;max-width:950px}
.stx-home-hero p{font-size:18px;line-height:1.58;color:rgba(255,255,255,.74);max-width:820px;margin:0 0 32px}
.stx-home-hero__promise{position:absolute;left:0;right:0;bottom:0;z-index:3;border-top:1px solid rgba(255,255,255,.13);background:rgba(4,14,32,.54);backdrop-filter:blur(14px)}
.stx-home-hero__promise .stx-shell{min-height:76px;display:flex;align-items:center;gap:7vw;font-size:18px;letter-spacing:-.025em}
.stx-home-hero__promise strong:not(:last-child):after{content:"•";margin-left:7vw;color:var(--stx-yellow)}

/* Event cards */
.stx-event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.stx-event-card,.stx-post-card{background:#fff;border:1px solid var(--stx-line);border-radius:var(--stx-radius);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.stx-event-card:hover,.stx-post-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(7,27,58,.10)}
.stx-event-card__image{display:block;aspect-ratio:4/5;background:linear-gradient(135deg,#e9eff6,#fff1c5);overflow:hidden}
.stx-event-card__image img,.stx-post-card__image img{width:100%;height:100%!important;object-fit:cover;transition:transform .5s ease}
.stx-event-card:hover img,.stx-post-card:hover img{transform:scale(1.035)}
.stx-image-fallback{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--stx-blue),var(--stx-orange))}
.stx-event-card__body{padding:19px}
.stx-event-card h3,.stx-post-card h3,.stx-post-card h2{font-size:21px;line-height:1.09;letter-spacing:-.035em;margin:8px 0}
.stx-event-card h3 a,.stx-post-card h3 a,.stx-post-card h2 a{color:var(--stx-navy)}
.stx-event-card p{font-size:13px;color:var(--stx-muted);margin:0}
.stx-empty-state{grid-column:1/-1;padding:50px;border:1px dashed #becbd9;border-radius:22px;background:var(--stx-soft)}

/* Ecosystem */
.stx-pillar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.stx-pillar{min-height:355px;padding:25px;border:1px solid rgba(255,255,255,.13);border-radius:22px;color:#fff!important;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,background .25s ease,border .25s ease}
.stx-pillar:hover{transform:translateY(-3px);background:rgba(255,255,255,.055);border-color:rgba(255,212,10,.45)}
.stx-pillar>span{font-size:11px;font-weight:900;color:var(--stx-yellow)}
.stx-pillar h3{font-size:34px;line-height:1;letter-spacing:-.045em;color:#fff;margin:0 0 10px}
.stx-pillar p{font-size:14px;color:rgba(255,255,255,.63);margin:0}
.stx-pillar b{font-size:13px}

/* Connected flow */
.stx-connected__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.stx-sticky-copy{position:sticky;top:130px}
.stx-sticky-copy>p{font-size:17px;color:var(--stx-muted);max-width:520px;margin:23px 0 29px}
.stx-process-list{border-top:1px solid var(--stx-line)}
.stx-process-list>div{display:grid;grid-template-columns:52px minmax(0,.9fr) minmax(0,1.1fr);gap:16px;padding:23px 0;border-bottom:1px solid var(--stx-line);align-items:center}
.stx-process-list span{font-size:11px;color:#906000;font-weight:900}
.stx-process-list strong{font-size:18px;letter-spacing:-.02em}
.stx-process-list p{font-size:13px;color:var(--stx-muted);margin:0}

/* Get paid */
.stx-get-paid-band{background:linear-gradient(115deg,#fff0c4 0%,#ffe19a 42%,#edf5ff 100%)}
.stx-get-paid-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}
.stx-get-paid-grid>div:first-child>p{font-size:17px;color:#4e5e70;max-width:720px}
.stx-compliance-note{font-size:12px!important;line-height:1.55!important;color:#5e6875!important;margin-top:20px!important;padding-left:14px;border-left:3px solid var(--stx-orange)}
.stx-feature-stack{display:grid;gap:0;border-top:1px solid rgba(7,27,58,.18)}
.stx-feature-stack>span{padding:14px 0;border-bottom:1px solid rgba(7,27,58,.18);font-size:17px;font-weight:800}
.stx-feature-stack .stx-actions,.stx-feature-stack>.stx-btn{margin-top:22px}

/* Marketplace / print / global */
.stx-market-manifesto{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end;margin-bottom:45px}
.stx-market-manifesto p{font-size:18px;color:var(--stx-muted)}
.stx-global__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:100px;align-items:end}
.stx-global h2{color:#fff}
.stx-global p{font-size:18px;color:rgba(255,255,255,.65);max-width:620px}
.stx-global .stx-btn{margin-top:20px}

/* Build */
.stx-build-home__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:start}
.stx-build-home__grid>div:first-child>p{font-size:17px;color:var(--stx-muted);max-width:650px}
.stx-path-list{border-top:1px solid var(--stx-line)}
.stx-path-list span{display:block;padding:14px 0;border-bottom:1px solid var(--stx-line);font-weight:800}
.stx-build-home__grid>.stx-btn{grid-column:1/-1;justify-self:start}
.stx-path-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.stx-path-card-grid article{padding:27px;border:1px solid rgba(255,255,255,.13);border-radius:20px;min-height:260px}
.stx-path-card-grid article:nth-child(4),.stx-path-card-grid article:nth-child(5){grid-column:span 1}
.stx-path-card-grid span{font-size:11px;font-weight:900;color:var(--stx-yellow)}
.stx-path-card-grid h3{font-size:27px;line-height:1.03;color:#fff;margin:75px 0 10px}
.stx-path-card-grid p{font-size:13px;color:rgba(255,255,255,.63)}

/* Blog */
.stx-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.stx-post-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}
.stx-post-card__image{display:block;aspect-ratio:16/10;background:#e7edf4;overflow:hidden}
.stx-post-card>div{padding:20px}
.stx-post-card>div>span{font-size:11px;color:#8c5b00;text-transform:uppercase;letter-spacing:.08em;font-weight:850;margin-right:10px}
.stx-post-card p{color:var(--stx-muted);font-size:14px}
.stx-article-hero{padding:115px 0 70px;background:var(--stx-navy);color:#fff}
.stx-article-hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}
.stx-article-hero h1{font-size:clamp(46px,6vw,78px);line-height:.94;letter-spacing:-.06em;color:#fff;margin:0}
.stx-article-meta{display:flex;gap:14px;margin-top:20px;color:rgba(255,255,255,.55);font-size:12px}
.stx-article-meta a{color:var(--stx-yellow)}
.stx-article-hero__image{border-radius:22px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.2)}
.stx-article-hero__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}

/* Newsletter */
.stx-subscribe-section{background:#fff}
.stx-subscribe-card{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;padding:54px;border-radius:28px;background:linear-gradient(135deg,#eef6ff,#fff4d5);border:1px solid var(--stx-line)}
.stx-subscribe-card p{color:var(--stx-muted);max-width:580px}

/* Generic/page heroes */
.stx-page-hero{padding:132px 0 88px;background:radial-gradient(circle at 84% 20%,rgba(255,212,10,.20),transparent 29%),linear-gradient(140deg,var(--stx-navy),#092a5e);color:#fff;overflow:hidden}
.stx-page-hero h1{font-size:clamp(58px,8vw,108px);line-height:.86;letter-spacing:-.07em;color:#fff;margin:0;max-width:1060px}
.stx-page-hero h1 em{font-style:normal;color:var(--stx-yellow)}
.stx-page-hero p{font-size:19px;line-height:1.55;color:rgba(255,255,255,.68);max-width:790px;margin:25px 0 0}
.stx-page-content{min-height:400px}
.stx-prose{max-width:900px;margin-inline:auto;font-size:16px}
.stx-prose h2{font-size:38px;letter-spacing:-.04em;margin-top:1.6em;color:var(--stx-navy)}
.stx-prose h3{font-size:27px;letter-spacing:-.03em;color:var(--stx-navy)}
.stx-prose p,.stx-prose li{color:#435163;line-height:1.75}
.stx-prose a{color:var(--stx-blue);text-decoration:underline}
.stx-prose--article{font-size:18px;max-width:780px}
.stx-two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.stx-two-col>div>p{font-size:17px;color:var(--stx-muted)}
.stx-capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stx-capability-grid--3{grid-template-columns:repeat(3,1fr)}
.stx-capability-grid>div{padding:24px;border:1px solid var(--stx-line);border-radius:18px;background:#fff}
.stx-capability-grid strong{font-size:18px;color:var(--stx-navy)}
.stx-capability-grid p{font-size:13px;color:var(--stx-muted);margin:8px 0 0}
.stx-inline-steps{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}
.stx-inline-steps span{padding:11px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.17);color:#fff;font-weight:800;font-size:13px}
.stx-inline-steps--dark span{border-color:var(--stx-line);color:var(--stx-navy);background:var(--stx-soft)}
.stx-cta-panel{display:flex;align-items:end;justify-content:space-between;gap:45px;padding:44px;border:1px solid var(--stx-line);border-radius:26px;background:#fff}
.stx-cta-panel p{color:var(--stx-muted)}
.stx-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.stx-solution-grid article{padding:38px;border:1px solid var(--stx-line);border-radius:24px;background:#fff;min-height:285px}
.stx-solution-grid article>span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#8e5a00}
.stx-solution-grid h2{font-size:33px;line-height:1.02;letter-spacing:-.045em;color:var(--stx-navy);margin:90px 0 10px;max-width:450px}
.stx-solution-grid p{color:var(--stx-muted);max-width:520px}
.stx-statements{border-top:1px solid var(--stx-line)}
.stx-statements>div{display:grid;grid-template-columns:190px 1fr;gap:25px;padding:20px 0;border-bottom:1px solid var(--stx-line)}
.stx-statements strong{font-size:16px;color:var(--stx-navy)}
.stx-statements span{font-size:14px;color:var(--stx-muted)}

/* Footer */
.stx-site-footer{background:#04132b;color:#fff;padding:72px 0 28px}
.stx-footer-lead{display:grid;grid-template-columns:170px 1fr auto;gap:45px;align-items:end;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.stx-footer-brand{align-self:start}
.stx-footer-lead h2{font-size:clamp(29px,4vw,49px);line-height:1;letter-spacing:-.05em;color:#fff;margin:0;max-width:800px}
.stx-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;padding:48px 0}
.stx-footer-grid h3{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--stx-yellow);margin:0 0 12px}
.stx-footer-grid a{display:block;color:rgba(255,255,255,.63);font-size:13px;padding:5px 0}
.stx-footer-grid a:hover{color:#fff}
.stx-footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:23px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:rgba(255,255,255,.42)}
.stx-footer-bottom p{margin:0}
.stx-footer-bottom a{color:rgba(255,255,255,.55);margin-left:17px}

/* The Events Calendar — preserve functionality, replace visual shell. */
.stx-tec-section{background:var(--stx-soft)}
.suntixx-2026 #tribe-events-pg-template{max-width:none!important;padding:0!important}
.suntixx-2026 .tribe-common,.suntixx-2026 .tribe-events,.suntixx-2026 .tribe-events-single{font-family:inherit!important;color:var(--stx-ink)!important}
.suntixx-2026 .tribe-common .tribe-common-c-btn,.suntixx-2026 .tribe-common a.tribe-common-c-btn,.suntixx-2026 .tribe-events .tribe-events-c-search__button{border-radius:999px!important;background:var(--stx-blue)!important}
.suntixx-2026 .tribe-events .tribe-events-calendar-list__event-row,.suntixx-2026 .tribe-events .tribe-events-calendar-day__event{background:#fff;border-radius:20px;padding:18px!important;border:1px solid var(--stx-line)}
.suntixx-2026 .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img{border-radius:14px}
.suntixx-2026 .tribe-events-single{max-width:1100px;margin:60px auto!important;padding:0 22px}
.suntixx-2026 .tribe-events-single h1,.suntixx-2026 .tribe-events-single .tribe-events-single-event-title{font-size:clamp(42px,6vw,70px)!important;line-height:.95!important;letter-spacing:-.055em!important;color:var(--stx-navy)!important}
.suntixx-2026 .tribe-events-event-image img{border-radius:22px}
.suntixx-2026 .tribe-events-meta-group,.suntixx-2026 .tribe-events-single-section{border-radius:16px!important}
.suntixx-2026 .tribe-tickets__tickets-form,.suntixx-2026 .tribe-tickets__tickets-wrapper{border-radius:20px!important;overflow:hidden!important}

/* WooCommerce + FunnelKit containment. */
.suntixx-2026 .woocommerce{font-family:inherit}
.suntixx-2026 .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important}
.suntixx-2026 .woocommerce ul.products:before,.suntixx-2026 .woocommerce ul.products:after{display:none!important}
.suntixx-2026 .woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;border:1px solid var(--stx-line);border-radius:20px;overflow:hidden;background:#fff;padding-bottom:17px}
.suntixx-2026 .woocommerce ul.products li.product img{margin:0 0 15px!important;aspect-ratio:1/1;object-fit:cover}
.suntixx-2026 .woocommerce ul.products li.product .woocommerce-loop-product__title,.suntixx-2026 .woocommerce ul.products li.product .price,.suntixx-2026 .woocommerce ul.products li.product .button{margin-left:16px!important;margin-right:16px!important}
.suntixx-2026 .woocommerce a.button,.suntixx-2026 .woocommerce button.button,.suntixx-2026 .woocommerce input.button{border-radius:999px!important;background:var(--stx-navy)!important;color:#fff!important;font-weight:800!important}
.suntixx-2026 .woocommerce-checkout img,.suntixx-2026 .woocommerce-cart img,.suntixx-2026 .wfacp_main_form img,.suntixx-2026 .wfacp_checkout_form img{max-width:100%;height:auto}
.suntixx-2026 .woocommerce-checkout .payment_box img,.suntixx-2026 .wfacp_main_form .payment_box img,.suntixx-2026 .wfacp_checkout_form .payment_box img{max-width:150px!important;max-height:42px!important;width:auto!important;height:auto!important;object-fit:contain!important;display:inline-block!important}
.suntixx-2026 .woocommerce-checkout .payment_method_suntixx img,.suntixx-2026 .wfacp_main_form .payment_method_suntixx img{max-width:170px!important;max-height:46px!important}
.suntixx-2026 .woocommerce form .form-row input.input-text,.suntixx-2026 .woocommerce form .form-row textarea,.suntixx-2026 .woocommerce form .form-row select{border:1px solid #cbd5df;border-radius:10px;min-height:44px;padding:8px 11px}

/* Plugin surfaces */
.suntixx-2026 .stx-hub,.suntixx-2026 .stx-event-builder,.suntixx-2026 .stx-seller-dashboard{padding:20px 0}
.suntixx-2026 .stx-market-grid,.suntixx-2026 .stx-print-catalog{margin-top:25px}

/* Parent theme noise hidden only when our shell is present. */
body.suntixx-2026>.mobile-menu-wrap,body.suntixx-2026>#off-canvas-search{display:none!important}
body.suntixx-2026 #pageloader{display:none!important}

@media(max-width:1180px){
  .stx-site-header__row{gap:14px}.stx-nav__list a{font-size:12px;padding-inline:6px}.stx-brand{width:100px}.stx-logo--header{width:92px!important;max-height:78px!important}.stx-header-actions .stx-account{display:none}
  .stx-event-grid,.stx-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .admin-bar .stx-site-header{top:46px}
  .stx-site-header__row{height:86px}.stx-brand{width:100px;height:76px}.stx-menu-toggle{display:block}.stx-nav{display:none;position:absolute;left:0;right:0;top:86px;margin:0;background:#fff;border-top:1px solid var(--stx-line);padding:12px 22px 24px;max-height:calc(100vh - 74px);overflow:auto;box-shadow:0 20px 50px rgba(7,27,58,.12)}.stx-nav.is-open{display:block}.stx-nav__list{display:block}.stx-nav__list a{padding:10px 4px;font-size:15px}.stx-nav__list .sub-menu{display:block!important;position:static;box-shadow:none;border:0;padding:0 0 0 18px}.stx-header-actions{margin-left:0}.stx-header-actions .stx-btn{display:none}
  .stx-section-heading,.stx-connected__grid,.stx-get-paid-grid,.stx-global__grid,.stx-build-home__grid,.stx-market-manifesto,.stx-two-col,.stx-article-hero__inner,.stx-subscribe-card{grid-template-columns:1fr;gap:36px}.stx-sticky-copy{position:static}.stx-process-list>div{grid-template-columns:45px 1fr}.stx-process-list p{grid-column:2}.stx-section-heading{align-items:start}.stx-capability-grid--3{grid-template-columns:1fr 1fr}.stx-path-card-grid{grid-template-columns:1fr 1fr}.stx-footer-lead{grid-template-columns:140px 1fr}.stx-footer-lead>.stx-btn{grid-column:2}.stx-footer-grid{grid-template-columns:1fr 1fr}.stx-home-hero{min-height:730px}.stx-home-hero h1{font-size:clamp(70px,15vw,120px)}
  .stx-post-grid,.stx-post-grid--archive{grid-template-columns:repeat(2,1fr)}.stx-solution-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .stx-shell{width:min(calc(100% - 28px),var(--stx-shell))}.stx-section{padding:70px 0}.stx-site-header__row{height:78px}.stx-nav{top:78px}.stx-logo--header{width:86px!important;max-height:72px!important}.stx-home-hero{min-height:690px;background-image:linear-gradient(0deg,rgba(5,18,40,.96) 0%,rgba(5,18,40,.84) 55%,rgba(5,18,40,.48) 100%),var(--stx-hero-image,linear-gradient(135deg,#071b3a,#0045a3));background-position:center}.stx-home-hero__inner{padding:70px 0 155px}.stx-home-hero h1{font-size:clamp(66px,22vw,96px);margin-bottom:30px}.stx-home-hero h2{font-size:28px}.stx-home-hero p{font-size:15px}.stx-home-hero__promise .stx-shell{display:grid;grid-template-columns:1fr;gap:2px;padding:13px 0;font-size:14px}.stx-home-hero__promise strong:not(:last-child):after{display:none}
  .stx-event-grid,.stx-pillar-grid,.stx-post-grid,.stx-post-grid--archive,.stx-capability-grid,.stx-capability-grid--3,.stx-path-card-grid,.suntixx-2026 .woocommerce ul.products{grid-template-columns:1fr!important}.stx-pillar{min-height:255px}.stx-process-list>div{grid-template-columns:34px 1fr}.stx-section-heading{margin-bottom:30px}.stx-section-heading h2,.stx-connected h2,.stx-get-paid-grid h2,.stx-global h2,.stx-build-home h2,.stx-subscribe-card h2,.stx-two-col h2,.stx-market-manifesto h2,.stx-cta-panel h2{font-size:clamp(36px,12vw,52px)}.stx-page-hero{padding:100px 0 70px}.stx-page-hero h1{font-size:clamp(52px,16vw,76px)}.stx-page-hero p{font-size:16px}.stx-cta-panel{align-items:flex-start;flex-direction:column;padding:28px}.stx-footer-lead{grid-template-columns:1fr;align-items:start}.stx-footer-lead>.stx-btn{grid-column:1}.stx-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.stx-footer-bottom{flex-direction:column}.stx-footer-bottom a{margin-left:0;margin-right:14px}.stx-statements>div{grid-template-columns:1fr;gap:5px}.stx-subscribe-card{padding:30px}.stx-artwork-grid{grid-template-columns:1fr!important}
}
@media(max-width:480px){.stx-footer-grid{grid-template-columns:1fr}.stx-actions .stx-btn{width:100%}.stx-home-hero .stx-actions .stx-btn{width:auto;flex:1}.stx-footer-bottom div{display:flex;flex-wrap:wrap;gap:10px}.stx-footer-bottom a{margin:0}}

/* My Tickets refinements */
.stx-ticket-section{margin:0 0 44px}
.stx-ticket-section:last-child{margin-bottom:0}
.stx-ticket-section>h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em;margin:0 0 20px}
.stx-ticket-section--past{padding-top:34px;border-top:1px solid var(--stx-line)}
.stx-ticket-card__image--fallback{background:linear-gradient(135deg,var(--stx-navy),var(--stx-blue) 60%,var(--stx-orange));min-height:100%}

/* ================================================================
   Sun Tixx Phase 1.2 — homepage, experience, product & form polish
   ================================================================ */

/* Horizontal brand lockup keeps the header compact and more premium. */
.stx-site-header__row{height:82px;gap:22px}
.stx-brand{width:188px;height:64px}
.stx-logo--header{width:184px!important;max-height:54px!important;height:auto!important;object-fit:contain}
.stx-nav__list a{font-size:12.5px;padding:10px 7px}
.stx-header-actions{gap:10px}

/* Homepage slider */
.stx-home-hero--slider{position:relative;display:block;min-height:760px;background:var(--stx-navy);overflow:hidden;color:#fff}
.stx-home-hero--slider:before{display:none}
.stx-hero-slides{position:relative;min-height:760px}
.stx-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .65s ease,visibility .65s ease;background-color:var(--stx-navy);background-image:linear-gradient(100deg,rgba(5,18,40,.98) 0%,rgba(5,18,40,.89) 45%,rgba(5,18,40,.64) 70%,rgba(5,18,40,.42) 100%);background-size:cover;background-position:center;overflow:hidden}
.stx-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.stx-hero-slide.has-image{background-image:linear-gradient(100deg,rgba(5,18,40,.97) 0%,rgba(5,18,40,.86) 44%,rgba(5,18,40,.48) 75%,rgba(5,18,40,.34) 100%),var(--stx-slide-image)}
.stx-hero-slide--corporate{background-image:radial-gradient(circle at 88% 30%,rgba(255,212,10,.20),transparent 24%),radial-gradient(circle at 75% 88%,rgba(253,161,0,.28),transparent 34%),linear-gradient(128deg,#04142f 0%,#082e64 60%,#0b2349 100%)}
.stx-hero-slide--event{background-image:radial-gradient(circle at 82% 42%,rgba(253,161,0,.29),transparent 28%),linear-gradient(130deg,#04142f 0%,#082a59 62%,#7f3c00 125%)}
.stx-hero-slide--sport{background-image:radial-gradient(circle at 85% 25%,rgba(0,100,217,.34),transparent 24%),linear-gradient(130deg,#04142f 0%,#073a7c 62%,#061a37 100%)}
.stx-hero-slide--tourism{background-image:radial-gradient(circle at 82% 28%,rgba(255,212,10,.24),transparent 25%),linear-gradient(128deg,#04142f 0%,#0a4f87 62%,#0d3157 100%)}
.stx-hero-slide--creative{background-image:radial-gradient(circle at 84% 30%,rgba(253,161,0,.33),transparent 24%),linear-gradient(128deg,#04142f 0%,#0d326c 55%,#6c3300 120%)}
.stx-hero-slide--commerce{background-image:radial-gradient(circle at 83% 34%,rgba(255,212,10,.25),transparent 22%),linear-gradient(125deg,#04142f 0%,#092a58 56%,#764100 120%)}
.stx-hero-slide__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,30,.22),transparent 64%);pointer-events:none}
.stx-home-hero__inner{position:relative;z-index:2;min-height:760px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);gap:70px;align-items:center;padding:70px 0 132px}
.stx-home-hero__copy{max-width:850px}
.stx-home-hero--slider h1{font-size:clamp(64px,7.5vw,112px);line-height:.84;letter-spacing:-.07em;margin:0 0 28px;color:#fff;text-wrap:balance}
.stx-home-hero--slider h2{font-size:clamp(25px,3vw,43px);line-height:1.06;letter-spacing:-.044em;margin:0 0 18px;color:#fff;max-width:850px;text-wrap:balance}
.stx-home-hero--slider p{font-size:17px;line-height:1.58;color:rgba(255,255,255,.76);max-width:790px;margin:0 0 29px}
.stx-hero-slide__visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center}
.stx-hero-words{position:absolute;inset:0;display:grid;align-content:center;gap:2px;transform:rotate(-2deg)}
.stx-hero-words span{display:block;font-size:clamp(44px,5.4vw,88px);line-height:.81;letter-spacing:-.065em;font-weight:950;color:rgba(255,255,255,.065);text-align:right;white-space:nowrap}
.stx-hero-words span:nth-child(even){color:rgba(255,212,10,.10)}
.stx-hero-event-poster{position:relative;z-index:2;width:min(78%,340px);max-height:455px;border-radius:22px;overflow:hidden;box-shadow:0 34px 90px rgba(0,0,0,.40);transform:rotate(2deg);background:#fff}
.stx-hero-event-poster img{display:block;width:100%;max-height:455px;object-fit:cover}
.stx-hero-controls{position:absolute;z-index:8;right:max(22px,calc((100vw - var(--stx-shell))/2));bottom:92px;display:flex;align-items:center;gap:11px}
.stx-hero-arrow{width:39px;height:39px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(5,18,40,.38);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}
.stx-hero-dots{display:flex;gap:7px}
.stx-hero-dots button{width:8px;height:8px;border:0;border-radius:99px;background:rgba(255,255,255,.38);padding:0;cursor:pointer;transition:width .2s ease,background .2s ease}
.stx-hero-dots button.is-active{width:26px;background:var(--stx-yellow)}
.stx-home-hero__promise{position:absolute;left:0;right:0;bottom:0;z-index:7;border-top:1px solid rgba(255,255,255,.14);background:rgba(3,13,30,.62);backdrop-filter:blur(14px)}
.stx-home-hero__promise .stx-shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.stx-home-hero__promise strong{font-size:19px;letter-spacing:-.025em;color:#fff;text-wrap:balance}
.stx-home-hero__promise strong:after{display:none!important}
.stx-promise-label{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--stx-yellow);white-space:nowrap}

/* Homepage event discovery: landscape and useful even with one event. */
.stx-section-heading--events{align-items:end}
.stx-section-intro{margin-top:18px!important;line-height:1.55!important;max-width:760px!important}
.stx-event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.stx-event-grid--count-1{grid-template-columns:minmax(0,1fr)}
.stx-event-card__image{aspect-ratio:16/9}
.stx-event-card__body{padding:22px}
.stx-event-card h3{font-size:25px;margin:9px 0 8px}
.stx-event-card__link{display:inline-flex;margin-top:17px;color:var(--stx-blue)!important;font-size:12px;font-weight:850}
.stx-event-grid--count-1 .stx-event-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);min-height:360px}
.stx-event-grid--count-1 .stx-event-card__image{height:100%;aspect-ratio:auto}
.stx-event-grid--count-1 .stx-event-card__body{padding:34px;display:flex;flex-direction:column;justify-content:center}
.stx-event-grid--count-1 .stx-event-card h3{font-size:clamp(30px,3vw,44px)}

/* Section hierarchy and copy spacing. */
.stx-ecosystem-heading p,.stx-section-action-copy p{line-height:1.62}
.stx-section-action-copy{display:grid;align-content:end;gap:22px;min-width:0}
.stx-section-action-copy .stx-actions{gap:18px}
.stx-print-product-line{font-size:11px;line-height:1.45;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:rgba(7,27,58,.62)}
.stx-link--navy{color:var(--stx-navy)!important}
.stx-connected__grid{gap:92px}
.stx-sticky-copy h2{max-width:560px}
.stx-sticky-copy>p{line-height:1.68}
.stx-process-list>div{grid-template-columns:52px minmax(180px,.9fr) minmax(0,1.1fr);padding:24px 0}
.stx-process-list strong{line-height:1.22}
.stx-process-list p{line-height:1.55}

/* Get Paid layout: stronger containment, no text collision. */
.stx-get-paid-grid{grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:100px;align-items:start}
.stx-get-paid-copy{min-width:0;padding-top:6px}
.stx-get-paid-copy h2{font-size:clamp(42px,4.8vw,66px);line-height:.98;max-width:650px;text-wrap:balance}
.stx-get-paid-copy>p:not(.stx-compliance-note){font-size:17px;line-height:1.62;max-width:670px;margin:20px 0 0}
.stx-feature-stack{min-width:0}
.stx-feature-stack>span{padding:16px 0;line-height:1.25}
.stx-get-paid-actions{gap:12px!important;margin-top:26px!important;align-items:stretch}
.stx-get-paid-actions .stx-btn{min-height:50px}

/* Marketplace / Print CTAs */
.stx-marketplace-heading,.stx-print-heading{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:92px;align-items:end}
.stx-marketplace-heading .stx-actions,.stx-print-heading .stx-actions{margin-top:2px}

/* Newsletter: calmer line lengths and more intentional vertical rhythm. */
.stx-subscribe-card{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:84px;align-items:center;padding:58px 62px}
.stx-subscribe-intro{max-width:510px}
.stx-subscribe-intro h2{line-height:.98;max-width:480px;text-wrap:balance}
.stx-subscribe-intro p{font-size:16px;line-height:1.64;margin:20px 0 0;max-width:500px}
.stx-subscribe-form-wrap{min-width:0}

/* Explore / Experiences page. */
.stx-explore-hero{padding:112px 0 74px;background:radial-gradient(circle at 85% 22%,rgba(255,212,10,.18),transparent 26%),linear-gradient(132deg,#04142f 0%,#08356f 66%,#0b244a 100%);color:#fff}
.stx-explore-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:80px;align-items:end}
.stx-explore-hero h1{font-size:clamp(58px,7.2vw,100px);line-height:.88;letter-spacing:-.065em;color:#fff;margin:0;text-wrap:balance}
.stx-explore-hero p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.72);max-width:660px;margin:0 0 22px}
.stx-discovery-tags{display:flex;gap:8px;flex-wrap:wrap}
.stx-discovery-tags span{display:inline-flex;padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);font-size:11px;font-weight:800;color:#fff}
.stx-explore-content{padding:72px 0 100px;background:#f6f8fb}
.stx-tec-modern-shell #tribe-events-pg-template{max-width:none!important;padding:0!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-common-l-container{max-width:none!important;padding-left:0!important;padding-right:0!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-header{margin-bottom:34px!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-c-events-bar{border:1px solid var(--stx-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 40px rgba(7,27,58,.06)!important;overflow:hidden!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-c-view-selector__content{border-radius:14px!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__month-separator{margin:38px 0 18px!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__month-separator-text{font-size:13px!important;text-transform:uppercase!important;letter-spacing:.10em!important;color:#795200!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-row{margin:0 0 24px!important;padding:0!important;border:1px solid var(--stx-line)!important;border-radius:22px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 15px 45px rgba(7,27,58,.055)!important;display:grid!important;grid-template-columns:86px minmax(0,1fr)!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-date-tag{width:auto!important;min-width:0!important;padding:24px 14px!important;background:#f8fafc!important;border-right:1px solid var(--stx-line)!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-wrapper{width:auto!important;padding:0!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event{display:grid!important;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)!important;gap:0!important;margin:0!important;padding:0!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-featured-image-wrapper{width:auto!important;padding:0!important;margin:0!important;align-self:stretch!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-featured-image-link{height:100%!important;display:block!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-featured-image{width:100%!important;height:100%!important;min-height:270px!important;object-fit:cover!important;border-radius:0!important;margin:0!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-details{width:auto!important;padding:34px 36px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-title{font-size:clamp(27px,3vw,40px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:8px 0 10px!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-title-link{color:var(--stx-navy)!important;border:0!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-datetime,.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-venue,.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-description{color:var(--stx-muted)!important;line-height:1.55!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-description{margin-top:16px!important}
.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-cost{margin-top:18px!important;font-weight:850!important;color:var(--stx-blue)!important}

/* Single event — event-forward hero and content hierarchy. */
.suntixx-2026 .tribe-events-single.stx-event-single{max-width:none!important;margin:0!important;padding:0!important;color:var(--stx-ink)!important}
.stx-event-hero{position:relative;min-height:590px;display:flex;align-items:center;color:#fff;background-color:var(--stx-navy);background-image:linear-gradient(95deg,rgba(4,15,35,.97) 0%,rgba(4,15,35,.86) 52%,rgba(4,15,35,.53) 100%),var(--stx-event-hero,linear-gradient(130deg,#04142f,#0a3c7e));background-size:cover;background-position:center;overflow:hidden}
.stx-event-hero__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 84% 28%,rgba(253,161,0,.18),transparent 30%);backdrop-filter:blur(0)}
.stx-event-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:70px;align-items:center;padding:72px 0}
.stx-event-hero__copy{max-width:830px}
.stx-event-back{display:inline-flex;color:rgba(255,255,255,.74)!important;font-size:12px;font-weight:800;margin-bottom:32px}
.stx-event-hero h1{font-size:clamp(52px,6.7vw,92px)!important;line-height:.89!important;letter-spacing:-.06em!important;color:#fff!important;margin:0 0 24px!important;text-wrap:balance}
.stx-event-hero__schedule{font-size:20px;line-height:1.4;font-weight:750;color:#fff;margin-bottom:10px}
.stx-event-hero__meta{display:flex;gap:10px 22px;flex-wrap:wrap;margin-bottom:28px;color:rgba(255,255,255,.72);font-size:14px}
.stx-event-hero__meta span{position:relative}
.stx-event-hero__meta span+span:before{content:"•";position:absolute;left:-14px;color:var(--stx-yellow)}
.stx-event-hero__media{justify-self:end;width:min(100%,450px);border-radius:24px;overflow:hidden;box-shadow:0 34px 90px rgba(0,0,0,.38);background:#fff}
.stx-event-hero__media img{display:block;width:100%;height:360px;object-fit:cover}
.stx-event-hero--portrait .stx-event-hero__media{width:min(78%,340px)}
.stx-event-hero--portrait .stx-event-hero__media img{height:455px;object-fit:cover}
.stx-event-content-section{padding:80px 0 90px;background:#fff}
.stx-event-main-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr);gap:72px;align-items:start}
.stx-event-story{min-width:0}
.stx-event-description{font-size:17px!important;line-height:1.78!important;color:#405064!important}
.stx-event-description h2,.stx-event-description h3{color:var(--stx-navy)!important;letter-spacing:-.035em!important}
.stx-event-description img{border-radius:18px}
.stx-event-commerce{position:sticky;top:112px;min-width:0}
.stx-event-details-card{padding:28px;border:1px solid var(--stx-line);border-radius:24px;background:#f8fafc;box-shadow:0 18px 55px rgba(7,27,58,.065)}
.suntixx-2026 .stx-event-details-card .tribe-events-single-section{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.suntixx-2026 .stx-event-details-card .tribe-events-meta-group{width:100%!important;padding:0!important;margin:0 0 24px!important}
.suntixx-2026 .stx-event-details-card .tribe-events-single-section-title{font-size:18px!important;letter-spacing:-.02em!important;color:var(--stx-navy)!important}
.suntixx-2026 .stx-event-details-card dt{font-weight:800!important;color:var(--stx-navy)!important}
.suntixx-2026 .stx-event-details-card dd{color:var(--stx-muted)!important;margin-left:0!important}
.suntixx-2026 .stx-event-details-card .tribe-tickets__tickets-form,.suntixx-2026 .stx-event-details-card .tribe-tickets__tickets-wrapper{background:#fff!important;border:1px solid var(--stx-line)!important;border-radius:18px!important;margin-top:22px!important}
.stx-event-nav-section{padding:28px 0 70px;background:#fff}
.stx-event-nav .tribe-events-sub-nav{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important;margin:0!important;padding:24px 0 0!important;border-top:1px solid var(--stx-line)!important}
.stx-event-nav .tribe-events-nav-next{text-align:right!important}
.stx-event-nav a{color:var(--stx-blue)!important;font-weight:800!important}

/* Product pages — cleaner image scale and product-forward layout. */
.stx-product-context{padding:24px 0;background:linear-gradient(120deg,#f0f6ff,#fff5d8);border-bottom:1px solid var(--stx-line)}
.stx-product-context .stx-shell{display:flex;justify-content:space-between;gap:20px;align-items:center}
.stx-product-context a{font-size:12px;font-weight:800;color:var(--stx-blue)!important}
.stx-product-context span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#765000}
.stx-product-main{padding:72px 0 100px;background:#fff}
.stx-product-shell .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:66px;align-items:start}
.stx-product-shell .woocommerce div.product .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important;position:sticky!important;top:112px}
.stx-product-shell .woocommerce div.product .woocommerce-product-gallery__wrapper{border-radius:24px;overflow:hidden;background:#f4f7fb;border:1px solid var(--stx-line)}
.stx-product-shell .woocommerce div.product .woocommerce-product-gallery__image img{width:100%!important;max-height:650px!important;object-fit:contain!important;background:#f4f7fb}
.stx-product-shell .woocommerce div.product .summary{float:none!important;width:100%!important;margin:0!important;padding:10px 0}
.stx-product-shell .product_title{font-size:clamp(42px,5vw,66px)!important;line-height:.94!important;letter-spacing:-.055em!important;color:var(--stx-navy)!important;margin:0 0 16px!important;text-wrap:balance}
.stx-product-shell .price{font-size:24px!important;font-weight:850!important;color:var(--stx-blue)!important;margin:0 0 20px!important}
.stx-product-shell .woocommerce-product-details__short-description{font-size:16px;line-height:1.65;color:var(--stx-muted);margin-bottom:26px}
.stx-product-shell form.cart{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:26px 0!important}
.stx-product-shell form.cart .quantity input{min-height:48px;border:1px solid #cbd5df;border-radius:12px}
.stx-product-shell .single_add_to_cart_button{min-height:50px!important;padding:0 22px!important;background:var(--stx-orange)!important;color:var(--stx-navy)!important}
.stx-product-shell .product_meta{padding-top:20px;border-top:1px solid var(--stx-line);font-size:12px;line-height:1.7;color:var(--stx-muted)}
.stx-product-shell .woocommerce-tabs,.stx-product-shell .related.products,.stx-product-shell .upsells.products{grid-column:1/-1;width:100%!important;margin-top:30px}
.stx-product-shell .woocommerce-tabs{padding-top:40px;border-top:1px solid var(--stx-line)}
.stx-product-shell .woocommerce-tabs ul.tabs{display:flex;gap:8px;flex-wrap:wrap;padding:0!important;margin:0 0 24px!important}
.stx-product-shell .woocommerce-tabs ul.tabs:before{display:none!important}
.stx-product-shell .woocommerce-tabs ul.tabs li{border:1px solid var(--stx-line)!important;border-radius:999px!important;background:#fff!important;padding:0!important;margin:0!important}
.stx-product-shell .woocommerce-tabs ul.tabs li:before,.stx-product-shell .woocommerce-tabs ul.tabs li:after{display:none!important}
.stx-product-shell .woocommerce-tabs ul.tabs li a{padding:9px 14px!important}

/* Product and homepage catalogue cards */
.stx-market-card__image{aspect-ratio:4/3}
.suntixx-2026 .woocommerce ul.products li.product img{aspect-ratio:4/3;object-fit:cover}

@media(max-width:1180px){
  .stx-brand{width:168px}.stx-logo--header{width:164px!important}.stx-nav__list a{font-size:12px;padding-inline:5px}
  .stx-home-hero__inner{grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:42px}
  .stx-hero-words span{font-size:clamp(42px,5.2vw,70px)}
}
@media(max-width:980px){
  .stx-site-header__row{height:78px}.stx-brand{width:172px;height:58px}.stx-logo--header{width:168px!important;max-height:48px!important}.stx-nav{top:78px}
  .stx-home-hero--slider,.stx-hero-slides{min-height:720px}.stx-home-hero__inner{min-height:720px;grid-template-columns:1fr;padding:70px 0 135px}.stx-hero-slide__visual{position:absolute;right:-5%;top:14%;width:46%;min-height:420px;opacity:.60}.stx-home-hero__copy{max-width:690px;position:relative;z-index:3}.stx-home-hero--slider h1{font-size:clamp(66px,12vw,104px)}
  .stx-marketplace-heading,.stx-print-heading,.stx-explore-hero__grid,.stx-event-main-grid,.stx-product-shell .woocommerce div.product{grid-template-columns:1fr;gap:40px}.stx-event-commerce,.stx-product-shell .woocommerce div.product .woocommerce-product-gallery{position:static!important}.stx-event-hero__grid{grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);gap:36px}.stx-event-hero__media{width:100%}.stx-event-hero__media img{height:320px}.stx-subscribe-card{grid-template-columns:1fr;gap:36px}.stx-subscribe-intro{max-width:650px}
  .suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)!important}
}
@media(max-width:760px){
  .stx-home-hero--slider,.stx-hero-slides{min-height:700px}.stx-home-hero__inner{padding:64px 0 150px}.stx-home-hero--slider h1{font-size:clamp(58px,18vw,88px)}.stx-home-hero--slider h2{font-size:27px}.stx-home-hero--slider p{font-size:15px}.stx-hero-slide__visual{opacity:.23;right:-32%;width:85%;top:13%}.stx-hero-event-poster{display:none}.stx-hero-controls{left:14px;right:auto;bottom:88px}.stx-home-hero__promise .stx-shell{min-height:74px;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px;padding:12px 0}.stx-home-hero__promise strong{font-size:16px}
  .stx-event-grid,.stx-event-grid--count-1{grid-template-columns:1fr}.stx-event-grid--count-1 .stx-event-card{display:block;min-height:0}.stx-event-grid--count-1 .stx-event-card__image{aspect-ratio:16/9;height:auto}
  .stx-get-paid-grid{grid-template-columns:1fr;gap:48px}.stx-get-paid-copy h2{font-size:clamp(40px,12vw,54px)}
  .stx-subscribe-card{padding:34px 28px}
  .stx-explore-hero{padding:88px 0 56px}.stx-explore-hero__grid{gap:25px}.stx-explore-hero h1{font-size:clamp(50px,15vw,76px)}
  .suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-row{grid-template-columns:1fr!important}.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-date-tag{display:none!important}.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event{grid-template-columns:1fr!important}.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-featured-image{min-height:220px!important;max-height:300px!important}.suntixx-2026 .stx-tec-modern-shell .tribe-events-calendar-list__event-details{padding:24px!important}
  .stx-event-hero{min-height:620px}.stx-event-hero__grid{grid-template-columns:1fr;padding:58px 0}.stx-event-hero__media{display:none}.stx-event-hero h1{font-size:clamp(48px,14vw,76px)!important}.stx-event-content-section{padding:58px 0}.stx-event-main-grid{gap:45px}.stx-event-commerce{position:static}.stx-event-details-card{padding:22px}
  .stx-product-main{padding:50px 0 72px}.stx-product-shell .product_title{font-size:clamp(40px,13vw,58px)!important}.stx-product-shell .woocommerce div.product .woocommerce-product-gallery__image img{max-height:520px!important}
}
.stx-product-page--print .stx-product-shell form.cart .stx-print-config{flex:0 0 100%;width:100%;margin:0 0 20px}
.stx-product-page--print .stx-product-shell form.cart{align-items:flex-start}

/* =========================================================
   Sun Tixx Phase 1 v1.3 — site polish, Explore and card scale
   ========================================================= */

/* Header: fewer top-level decisions, richer submenus. */
.stx-nav__list{gap:3px}
.stx-nav__list>li>a{padding-inline:10px}
.stx-nav__list .sub-menu{min-width:260px;padding:10px}
.stx-nav__list .sub-menu--right{left:auto;right:0}
.stx-nav__list .sub-menu a{white-space:normal;line-height:1.25}
.stx-nav__list .sub-menu a strong{display:block;color:var(--stx-navy);font-size:13px;line-height:1.2;margin-bottom:3px}
.stx-nav__list .sub-menu a span{display:block;color:#758194;font-size:11px;font-weight:560;line-height:1.35}

/* Homepage events: consistent landscape cards that scale to 1–6 items. */
.stx-events-preview{overflow:hidden}
.stx-event-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;align-items:start}
.stx-event-card{display:block!important;min-width:0!important;min-height:0!important}
.stx-event-card__image{display:block!important;width:100%;height:auto!important;aspect-ratio:16/10!important;overflow:hidden;background:linear-gradient(135deg,#e9eff6,#fff1c5)}
.stx-event-card__image img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.stx-event-card__body{display:block!important;padding:20px 20px 22px!important}
.stx-event-card__topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.stx-event-card__type{font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#718095;font-weight:820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48%}
.stx-event-card h3{font-size:23px!important;line-height:1.05!important;letter-spacing:-.035em!important;margin:10px 0 7px!important}
.stx-event-card__venue{font-size:13px!important;line-height:1.4!important;color:var(--stx-muted)!important;margin:0!important}
.stx-event-card__excerpt{font-size:13px!important;line-height:1.55!important;color:#657386!important;margin:13px 0 0!important}
.stx-event-card--home .stx-event-card__excerpt{display:none}
.stx-event-card__link{display:inline-flex;margin-top:15px;color:var(--stx-blue)!important;font-size:12px;font-weight:850}

/* Marketplace products appear only when published seller products exist. */
.stx-customer-products{background:var(--stx-soft)}
.stx-section-heading--products{align-items:end}
.stx-customer-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.stx-customer-product-card{overflow:hidden;border:1px solid var(--stx-line);border-radius:20px;background:#fff;transition:transform .22s ease,box-shadow .22s ease}
.stx-customer-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(7,27,58,.09)}
.stx-customer-product-card__image{display:block;aspect-ratio:4/3;overflow:hidden;background:#eef2f7}
.stx-customer-product-card__image img{display:block;width:100%;height:100%!important;object-fit:cover;transition:transform .4s ease}
.stx-customer-product-card:hover img{transform:scale(1.025)}
.stx-customer-product-card__body{padding:18px}
.stx-customer-product-card__body>span{display:block;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.09em;font-weight:850;color:#8a5c00}
.stx-customer-product-card h3{font-size:20px;line-height:1.08;letter-spacing:-.025em;margin:8px 0;color:var(--stx-navy)}
.stx-customer-product-card h3 a{color:var(--stx-navy)}
.stx-customer-product-card__price{font-size:14px;font-weight:800;color:var(--stx-blue);margin:0 0 14px}

/* Explore — complete replacement for the old ConferPress event archive shell. */
.stx-explore-v2__hero{position:relative;padding:112px 0 82px;background:radial-gradient(circle at 82% 20%,rgba(255,212,10,.18),transparent 25%),radial-gradient(circle at 72% 110%,rgba(253,161,0,.20),transparent 34%),linear-gradient(130deg,#03132f 0%,#07346e 64%,#09254d 100%);color:#fff;overflow:hidden}
.stx-explore-v2__hero:after{content:"LIVE • SPORT • CULTURE • TRAVEL";position:absolute;right:-10px;bottom:-24px;font-size:clamp(58px,8vw,130px);line-height:.8;font-weight:900;letter-spacing:-.055em;color:rgba(255,255,255,.035);white-space:nowrap;pointer-events:none}
.stx-explore-v2__hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:90px;align-items:end}
.stx-explore-v2__hero h1{font-size:clamp(66px,8.2vw,116px);line-height:.85;letter-spacing:-.065em;margin:0;color:#fff;max-width:820px;text-wrap:balance}
.stx-explore-v2__intro{padding-bottom:5px}
.stx-explore-v2__intro>p{font-size:19px;line-height:1.55;color:rgba(255,255,255,.72);max-width:590px;margin:0 0 25px}
.stx-explore-v2__categories{display:flex;flex-wrap:wrap;gap:8px}
.stx-explore-v2__categories span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.78);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:820;background:rgba(255,255,255,.04)}
.stx-explore-v2__body{padding:0 0 100px;background:#fff}
.stx-explore-filter{position:relative;z-index:3;display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(180px,.75fr) minmax(150px,.55fr) auto;gap:12px;align-items:end;margin:-34px 0 76px;padding:18px;border:1px solid var(--stx-line);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 24px 64px rgba(7,27,58,.12)}
.stx-explore-filter__field{display:grid;gap:6px;min-width:0}
.stx-explore-filter__field label{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.09em;font-weight:850;color:#718095}
.stx-explore-filter input,.stx-explore-filter select{width:100%;min-width:0;height:50px;border:1px solid #cbd5df;border-radius:13px;background:#fff;color:var(--stx-navy);font:inherit;font-size:14px;padding:0 14px;outline:0}
.stx-explore-filter input:focus,.stx-explore-filter select:focus{border-color:var(--stx-blue);box-shadow:0 0 0 3px rgba(0,69,163,.10)}
.stx-explore-filter .stx-btn{height:50px;min-height:50px;padding-inline:24px}
.stx-explore-results-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.stx-explore-results-head h2{font-size:clamp(38px,4.2vw,58px);line-height:.96;letter-spacing:-.052em;margin:0;color:var(--stx-navy)}
.stx-explore-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.stx-explore-card-grid .stx-event-card{height:100%}
.stx-explore-card-grid .stx-event-card__body{min-height:235px;display:flex!important;flex-direction:column!important}
.stx-explore-card-grid .stx-event-card__link{margin-top:auto;padding-top:14px}
.stx-explore-pagination{margin-top:54px}
.stx-explore-pagination ul{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:0;padding:0}
.stx-explore-pagination a,.stx-explore-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 13px;border:1px solid var(--stx-line);border-radius:999px;color:var(--stx-navy);font-size:12px;font-weight:800;background:#fff}
.stx-explore-pagination .current{background:var(--stx-navy);border-color:var(--stx-navy);color:#fff}
.stx-explore-empty{padding:70px;border:1px solid var(--stx-line);border-radius:24px;background:linear-gradient(135deg,#f5f8fc,#fff8e6);text-align:center}
.stx-explore-empty h2{font-size:clamp(36px,5vw,56px);line-height:.98;letter-spacing:-.05em;color:var(--stx-navy);margin:8px auto 16px;max-width:760px}
.stx-explore-empty p{color:var(--stx-muted);margin:0 auto 25px}
.stx-explore-sell-cta .stx-cta-panel{border-color:rgba(255,255,255,.12)}
.stx-cta-panel--dark h2,.stx-cta-panel--dark p{color:#fff}
.stx-cta-panel--dark p{color:rgba(255,255,255,.65)}

/* Single events — event forward, square/landscape friendly. */
.stx-single-event-page .stx-event-hero{min-height:600px}
.stx-single-event-page .stx-event-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:70px}
.stx-single-event-page .stx-event-hero__media{width:min(100%,500px);aspect-ratio:4/3;border-radius:24px;background:#fff}
.stx-single-event-page .stx-event-hero__media img{width:100%!important;height:100%!important;aspect-ratio:4/3;object-fit:cover!important;object-position:center!important}
.stx-single-event-page .stx-event-hero--portrait .stx-event-hero__media{width:min(100%,420px);aspect-ratio:4/3}
.stx-single-event-page .stx-event-hero--portrait .stx-event-hero__media img{height:100%!important;aspect-ratio:4/3;object-fit:contain!important;background:#f4f7fb}
.stx-single-event-page .stx-event-description{max-width:760px}
.stx-single-event-page .stx-event-details-card{background:#f7f9fc}

/* Newsletter containment: let the consent/legal block breathe. */
.stx-subscribe-form-wrap{align-self:center}
.stx-subscribe-card{overflow:visible}
.stx-subscribe-card .stx-subscribe-form{max-width:none}

@media(max-width:1180px){
  .stx-event-grid,.stx-explore-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stx-customer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stx-explore-v2__hero-grid{gap:55px}
  .stx-explore-filter{grid-template-columns:minmax(250px,1.4fr) minmax(170px,.8fr) minmax(140px,.6fr) auto}
}

@media(max-width:980px){
  .stx-explore-v2__hero{padding:88px 0 70px}
  .stx-explore-v2__hero-grid{grid-template-columns:1fr;gap:30px}
  .stx-explore-v2__intro{max-width:700px}
  .stx-explore-filter{grid-template-columns:1fr 1fr;margin-top:-28px}
  .stx-explore-filter__field--search{grid-column:1/-1}
  .stx-explore-filter .stx-btn{width:100%}
  .stx-single-event-page .stx-event-hero__grid{grid-template-columns:minmax(0,1fr) minmax(250px,.55fr);gap:36px}
}

@media(max-width:760px){
  .stx-event-grid,.stx-explore-card-grid,.stx-customer-product-grid{grid-template-columns:1fr!important}
  .stx-event-card__image{aspect-ratio:16/10!important}
  .stx-explore-v2__hero h1{font-size:clamp(58px,17vw,84px)}
  .stx-explore-filter{grid-template-columns:1fr;gap:13px;margin-bottom:58px;padding:15px;border-radius:18px}
  .stx-explore-filter__field--search{grid-column:auto}
  .stx-explore-results-head{align-items:flex-start;flex-direction:column}
  .stx-explore-empty{padding:44px 24px}
  .stx-single-event-page .stx-event-hero{min-height:0}
  .stx-single-event-page .stx-event-hero__grid{grid-template-columns:1fr;padding:60px 0}
  .stx-single-event-page .stx-event-hero__media{display:block;width:100%;max-width:520px;justify-self:start}
  .stx-single-event-page .stx-event-hero__media img{aspect-ratio:16/10}
}

/* Direct shop/category archive fallback. */
.stx-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.stx-shop-toolbar:after{content:"";display:block;clear:both}
.stx-shop-archive .woocommerce-result-count,.stx-shop-archive .woocommerce-ordering{float:none!important;margin:0!important}
.stx-shop-archive .woocommerce-ordering select{min-height:44px;border:1px solid #cbd5df;border-radius:12px;background:#fff;padding:0 12px}
@media(max-width:760px){.stx-shop-toolbar{align-items:flex-start;flex-direction:column}}

/* ================================================================
   Sun Tixx Phase 1 v1.4 — site-wide visual and consistency pass
   ================================================================ */

/* More discoverable transactional architecture: Print returns to the top level. */
@media(min-width:1181px){
  .stx-nav__list>li>a{padding-inline:8px}
}

/* Visual page heroes — every key commercial/product page gets a visual half. */
.stx-page-hero--visual{padding:86px 0 78px;background:
  radial-gradient(circle at 86% 18%,rgba(255,212,10,.19),transparent 28%),
  radial-gradient(circle at 70% 105%,rgba(253,161,0,.20),transparent 34%),
  linear-gradient(132deg,#04142f 0%,#072c60 58%,#09254d 100%)}
.stx-page-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.82fr);gap:72px;align-items:center}
.stx-page-hero__copy{position:relative;z-index:2}
.stx-page-hero--visual h1{font-size:clamp(58px,7.2vw,102px);max-width:850px}
.stx-page-hero--visual p{font-size:18px;max-width:710px}
.stx-page-hero__actions{margin-top:30px}
.stx-page-hero__visual{min-width:0;position:relative}

/* Dynamic media mosaics use existing site imagery instead of stock decoration. */
.stx-visual-mosaic{position:relative;min-height:480px;width:100%}
.stx-visual-mosaic__item{position:absolute;margin:0;overflow:hidden;border-radius:22px;background:#eef3f8;border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 60px rgba(0,0,0,.22)}
.stx-visual-mosaic__item img,.stx-visual-fallback{display:block;width:100%;height:100%!important;object-fit:cover}
.stx-visual-mosaic__item figcaption{position:absolute;left:12px;bottom:12px;z-index:2;max-width:calc(100% - 24px);padding:7px 10px;border-radius:999px;background:rgba(4,20,47,.78);backdrop-filter:blur(7px);color:#fff;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.stx-visual-mosaic__item:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,20,47,.28));pointer-events:none}
.stx-visual-mosaic__item--1{width:68%;height:68%;left:0;top:5%;transform:rotate(-2deg);z-index:2}
.stx-visual-mosaic__item--2{width:52%;height:45%;right:0;top:0;transform:rotate(2.5deg);z-index:1}
.stx-visual-mosaic__item--3{width:58%;height:44%;right:5%;bottom:0;transform:rotate(-1deg);z-index:3}
.stx-visual-fallback{display:flex;align-items:flex-end;padding:24px;color:rgba(255,255,255,.85);font-size:24px;line-height:1;font-weight:850;letter-spacing:-.035em;background:linear-gradient(140deg,#0045a3,#071b3a 65%,#fda100 180%)}
.stx-visual-mosaic--print .stx-visual-mosaic__item{background:linear-gradient(145deg,#fff,#f4f7fb);padding:12px}
.stx-visual-mosaic--print .stx-visual-mosaic__item img{object-fit:contain!important}

/* Merchant UI visual; communicates product without presenting a third-party processor. */
.stx-ui-visual{padding:22px;border-radius:28px;background:linear-gradient(140deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.22);transform:rotate(1deg)}
.stx-ui-visual__window{overflow:hidden;border-radius:18px;background:#fff;color:var(--stx-navy);box-shadow:0 20px 50px rgba(0,0,0,.20)}
.stx-ui-visual__bar{height:52px;display:flex;align-items:center;gap:7px;padding:0 15px;border-bottom:1px solid var(--stx-line);font-size:11px;color:#667488}
.stx-ui-visual__bar>span{width:8px;height:8px;border-radius:50%;background:#d7e0e9}.stx-ui-visual__bar>span:nth-child(2){background:#ffd40a}.stx-ui-visual__bar>span:nth-child(3){background:#fda100}.stx-ui-visual__bar b{margin-left:auto;color:var(--stx-navy)}
.stx-ui-visual__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px}
.stx-ui-visual__stats>div{padding:16px;border-radius:13px;background:#f5f8fc;border:1px solid #e2e8ef}.stx-ui-visual__stats small,.stx-ui-visual__stats span{display:block;color:#738094;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.stx-ui-visual__stats strong{display:block;font-size:29px;line-height:1;margin:8px 0 4px}
.stx-ui-visual__rows{padding:0 18px 18px}.stx-ui-visual__rows>span{display:grid;grid-template-columns:9px 1fr auto;gap:9px;align-items:center;padding:12px 0;border-top:1px solid #e5eaf0;font-size:11px}.stx-ui-visual__rows i{width:8px;height:8px;border-radius:50%;background:#2cad65}.stx-ui-visual__rows b{font-size:9px;color:#2a6a46;text-transform:uppercase;letter-spacing:.05em}

/* Additional editorial modules. */
.stx-two-col--balanced{align-items:center}
.stx-mini-icon{display:block;margin-bottom:34px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.1em;color:#8e5c00;font-weight:900}
.stx-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.stx-scenario-grid article{position:relative;overflow:hidden;min-height:320px;padding:30px;border-radius:24px;border:1px solid var(--stx-line);background:linear-gradient(145deg,#fff,#f7f9fc)}
.stx-scenario-grid article:before{content:"";position:absolute;right:-70px;top:-80px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,10,.25),rgba(253,161,0,.05) 58%,transparent 70%)}
.stx-scenario-grid h3{font-size:30px;line-height:1.02;letter-spacing:-.045em;color:var(--stx-navy);margin:95px 0 12px}.stx-scenario-grid p{color:var(--stx-muted);font-size:14px}
.stx-inline-steps--visual{margin-top:26px}.stx-inline-steps--visual span{position:relative;padding:13px 17px}.stx-inline-steps--visual span:not(:last-child):after{content:"→";position:absolute;right:-10px;color:rgba(255,212,10,.7)}
.stx-market-category-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 34px}.stx-market-category-row span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;background:#f3f6f9;border:1px solid var(--stx-line);font-size:11px;font-weight:800;color:#35465b}
.stx-brand-story-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:80px;align-items:center}.stx-brand-story-grid h2{font-size:clamp(38px,5vw,67px);line-height:.98;letter-spacing:-.055em;color:#fff;margin:0}.stx-brand-story-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stx-brand-story-points span{min-height:105px;display:flex;align-items:flex-end;padding:17px;border:1px solid rgba(255,255,255,.14);border-radius:18px;color:#fff;font-size:18px;font-weight:800}.stx-brand-story-points span:nth-child(3){background:rgba(255,212,10,.10)}
.stx-platform-map-section{background:linear-gradient(135deg,#eef6ff,#fff7e2)}.stx-platform-map{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stx-platform-map span{display:flex;align-items:center;justify-content:center;min-height:120px;padding:20px;border-radius:20px;background:#fff;border:1px solid var(--stx-line);color:var(--stx-navy);font-size:18px;font-weight:850;text-align:center}.stx-platform-map span:nth-child(3),.stx-platform-map span:nth-child(5){background:var(--stx-navy);color:#fff;border-color:var(--stx-navy)}
.stx-seller-workspace{min-width:0;padding:24px;border:1px solid var(--stx-line);border-radius:22px;background:#fff}

/* Solutions cards need more visual energy than identical white boxes. */
.stx-solution-grid--visual .stx-solution-card{position:relative;overflow:hidden;isolation:isolate;min-height:340px;padding-top:150px;background:#fff}
.stx-solution-grid--visual .stx-solution-card:before{content:"";position:absolute;inset:0 0 auto;height:125px;z-index:-1;background:linear-gradient(125deg,#071b3a,#0045a3)}
.stx-solution-grid--visual .stx-solution-card:after{content:"";position:absolute;right:-35px;top:-35px;width:170px;height:170px;border-radius:50%;z-index:-1;background:radial-gradient(circle,rgba(255,212,10,.55),rgba(253,161,0,.10) 55%,transparent 70%)}
.stx-solution-grid--visual .stx-solution-card--sport:before{background:linear-gradient(125deg,#032d70,#0074c8)}
.stx-solution-grid--visual .stx-solution-card--tourism:before{background:linear-gradient(125deg,#006a82,#0b3b68)}
.stx-solution-grid--visual .stx-solution-card--creative:before{background:linear-gradient(125deg,#7b3300,#f28b00)}
.stx-solution-grid--visual .stx-solution-card--platform:before{background:linear-gradient(125deg,#091b37,#3d2b72)}
.stx-solution-grid--visual h2{margin:0 0 10px}

/* Explore v3: force contrast and prevent legacy ConferPress event styles from leaking in. */
body.suntixx-2026 .stx-explore-v3,body.suntixx-2026 .stx-explore-v3 *{box-sizing:border-box}
.stx-explore-v3__hero{position:relative;padding:92px 0 82px;background:linear-gradient(132deg,#03132f,#07346e 62%,#09254d);color:#fff;overflow:hidden}
.stx-explore-v3__hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:70px;align-items:center}
.stx-explore-v3__copy h1{font-size:clamp(64px,8vw,112px);line-height:.86;letter-spacing:-.068em;margin:0;color:#fff}.stx-explore-v3__copy h1 em{font-style:normal;color:var(--stx-yellow)}
.stx-explore-v3__copy>p{max-width:660px;margin:22px 0;color:rgba(255,255,255,.76);font-size:18px;line-height:1.55}
.stx-explore-v3__categories{display:flex;flex-wrap:wrap;gap:7px}.stx-explore-v3__categories span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:820}
.stx-explore-v3__visual .stx-visual-mosaic{min-height:410px}
.stx-explore-v3__body{padding:0 0 100px;background:#fff!important;color:var(--stx-ink)!important}
.stx-explore-v3 .stx-event-card,.stx-explore-v3 .stx-event-card *{color:inherit}
.stx-explore-v3 .stx-event-card h3 a{color:var(--stx-navy)!important}.stx-explore-v3 .stx-event-card__venue,.stx-explore-v3 .stx-event-card__excerpt{color:var(--stx-muted)!important}.stx-explore-v3 .stx-event-card__link{color:var(--stx-blue)!important}
.stx-explore-cta{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;padding:36px 0}.stx-explore-cta h2{font-size:clamp(42px,5vw,68px);line-height:.96;letter-spacing:-.055em;color:#fff;margin:0}.stx-explore-cta p{margin:12px 0 0;color:rgba(255,255,255,.66);font-size:16px}

/* Create Event — modernise the legacy Community Events form without touching functionality. */
.stx-builder-layout{display:grid;grid-template-columns:minmax(240px,.32fr) minmax(0,.68fr);gap:34px;align-items:start}
.stx-builder-guide{position:sticky;top:135px;padding:28px;border-radius:22px;background:linear-gradient(150deg,#071b3a,#0a356d);color:#fff;box-shadow:0 22px 60px rgba(7,27,58,.12)}
.stx-builder-guide h2{font-size:34px;line-height:1.02;letter-spacing:-.045em;color:#fff;margin:0 0 18px}.stx-builder-guide ul{margin:0 0 20px;padding-left:18px}.stx-builder-guide li{margin:8px 0;color:rgba(255,255,255,.76)}.stx-builder-guide p{font-size:12px;line-height:1.6;color:rgba(255,255,255,.58);margin:0}
.stx-builder-form-shell{min-width:0;padding:28px;border-radius:24px;background:#fff;border:1px solid var(--stx-line);box-shadow:0 22px 60px rgba(7,27,58,.07)}
.stx-submit-event-page .stx-event-builder>.stx-hub-head{padding-bottom:23px;border-bottom:1px solid var(--stx-line);margin-bottom:22px}.stx-submit-event-page .stx-event-builder>.stx-hub-head h2{font-size:40px}.stx-submit-event-page .stx-builder-steps{margin-bottom:26px}
.stx-community-wrap #tribe-community-events,.stx-community-wrap form,.stx-community-wrap .tribe-community-events{max-width:none!important;width:100%!important;background:transparent!important;color:var(--stx-ink)!important;font-family:inherit!important}
.stx-community-wrap .tribe-section,.stx-community-wrap .tribe-community-events-content,.stx-community-wrap .tribe-community-events-form{border:1px solid var(--stx-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}
.stx-community-wrap .tribe-section-header{padding:16px 20px!important;background:#f4f7fb!important;border-bottom:1px solid var(--stx-line)!important;color:var(--stx-navy)!important;font-size:13px!important;line-height:1.35!important;font-weight:850!important;text-transform:none!important}
.stx-community-wrap .tribe-section-content{padding:20px!important;color:var(--stx-ink)!important}
.stx-community-wrap label,.stx-community-wrap .tribe-community-events label{display:block!important;margin:0 0 8px!important;color:var(--stx-navy)!important;font-size:12px!important;line-height:1.35!important;font-weight:800!important}
.stx-community-wrap input[type=text],.stx-community-wrap input[type=email],.stx-community-wrap input[type=url],.stx-community-wrap input[type=number],.stx-community-wrap input[type=date],.stx-community-wrap input[type=time],.stx-community-wrap select,.stx-community-wrap textarea{width:100%!important;min-height:50px!important;padding:11px 13px!important;border:1px solid #cbd5df!important;border-radius:12px!important;background:#fff!important;color:var(--stx-ink)!important;font-family:inherit!important;font-size:14px!important;line-height:1.5!important;box-shadow:none!important}
.stx-community-wrap textarea{min-height:140px!important;resize:vertical}.stx-community-wrap input:focus,.stx-community-wrap select:focus,.stx-community-wrap textarea:focus{outline:3px solid rgba(0,69,163,.10)!important;border-color:var(--stx-blue)!important}
.stx-community-wrap .wp-editor-wrap{border:1px solid #cbd5df!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important}.stx-community-wrap .wp-editor-container{border:0!important}.stx-community-wrap .quicktags-toolbar,.stx-community-wrap .mce-toolbar-grp{background:#f5f8fb!important;border-color:#e1e7ee!important}
.stx-community-wrap input[type=checkbox],.stx-community-wrap input[type=radio]{width:17px!important;height:17px!important;min-height:0!important;accent-color:var(--stx-navy);margin-right:8px!important}
.stx-community-wrap .tribe-button,.stx-community-wrap button,.stx-community-wrap input[type=submit]{min-height:48px!important;padding:0 22px!important;border:0!important;border-radius:999px!important;background:var(--stx-navy)!important;color:#fff!important;font-family:inherit!important;font-size:12px!important;line-height:1!important;font-weight:850!important;letter-spacing:.02em!important;box-shadow:none!important;cursor:pointer!important}
.stx-community-wrap .tribe-button:hover,.stx-community-wrap button:hover,.stx-community-wrap input[type=submit]:hover{background:var(--stx-blue)!important}
.stx-community-wrap .tribe-community-events .button-primary,.stx-community-wrap .tribe-community-events-submit,.stx-community-wrap input[value*="SUBMIT" i]{background:var(--stx-orange)!important;color:var(--stx-navy)!important}
.stx-community-wrap .tribe-community-events .button-secondary{background:#eef3f8!important;color:var(--stx-navy)!important;border:1px solid var(--stx-line)!important}
.stx-community-wrap .tribe-community-events-form-title,.stx-community-wrap h2,.stx-community-wrap h3{color:var(--stx-navy)!important;line-height:1.15!important}.stx-community-wrap p,.stx-community-wrap small,.stx-community-wrap .description{color:#647286!important;line-height:1.6!important}
.stx-community-wrap .tribe-community-events .tribe-section.tribe-section-taxonomy,.stx-community-wrap .tribe-community-events .tribe-section.tribe-section-website{margin-bottom:18px!important}
.stx-community-wrap [class*="terms"],.stx-community-wrap .tribe-section-content>div[style*="overflow"]{line-height:1.65!important}
.stx-community-wrap .tribe-community-events-content .tribe-section:last-child{margin-bottom:0!important}

/* Event ticket/account routes: stop old bright-blue plugin chrome from breaking the new design. */
body.suntixx-2026 .tribe-tickets__tickets-wrapper,body.suntixx-2026 .tribe-tickets__tickets,body.suntixx-2026 .tribe-tickets__attendee-tickets-container,body.suntixx-2026 .tribe-tickets__registration{font-family:inherit!important;color:var(--stx-ink)!important}
body.suntixx-2026 .tribe-tickets__tickets{border:1px solid var(--stx-line)!important;border-radius:18px!important;background:#fff!important;color:var(--stx-ink)!important;overflow:hidden!important}
body.suntixx-2026 .tribe-tickets__tickets-title,body.suntixx-2026 .tribe-tickets__tickets h2,body.suntixx-2026 .tribe-tickets__tickets h3{color:var(--stx-navy)!important}
body.suntixx-2026 .tribe-tickets__tickets-item,body.suntixx-2026 .tribe-tickets__tickets-footer{border-color:var(--stx-line)!important;background:#fff!important;color:var(--stx-ink)!important}
body.suntixx-2026 .tribe-tickets__tickets-item *{color:inherit}
body.suntixx-2026 .tribe-common-c-btn,body.suntixx-2026 .tribe-tickets__tickets-buy,body.suntixx-2026 .tribe-tickets__registration-submit,body.suntixx-2026 .tribe-tickets__attendee-tickets-submit{border-radius:999px!important;background:var(--stx-navy)!important;color:#fff!important;border:0!important;font-weight:850!important;box-shadow:none!important}
body.suntixx-2026 .tribe-common-c-btn:hover,body.suntixx-2026 .tribe-tickets__tickets-buy:hover{background:var(--stx-blue)!important}
body.suntixx-2026 a.tribe-common-c-btn-border,body.suntixx-2026 .tribe-tickets__tickets-item-extra-available{color:var(--stx-blue)!important}
body.suntixx-2026 .tribe-tickets__tickets-footer-quantity-number,body.suntixx-2026 .tribe-tickets__tickets-footer-total-wrap{color:var(--stx-navy)!important}

/* Generic product and shop pages: larger imagery, cleaner details and spacing. */
body.suntixx-2026 .woocommerce div.product{color:var(--stx-ink)}
body.suntixx-2026 .woocommerce div.product div.images img{border-radius:20px;background:#f4f7fb}
body.suntixx-2026 .woocommerce div.product .summary{padding:8px 0}
body.suntixx-2026 .woocommerce div.product .product_title{font-size:clamp(38px,4.5vw,62px)!important;line-height:.98!important;letter-spacing:-.05em!important;color:var(--stx-navy)!important;margin-bottom:18px!important}
body.suntixx-2026 .woocommerce div.product p.price,body.suntixx-2026 .woocommerce div.product span.price{color:var(--stx-blue)!important;font-weight:850!important}
body.suntixx-2026 .woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:24px}
body.suntixx-2026 .woocommerce div.product form.cart .button{min-height:50px!important;border-radius:999px!important;background:var(--stx-orange)!important;color:var(--stx-navy)!important;font-weight:850!important}
body.suntixx-2026 .woocommerce-tabs{margin-top:70px}.suntixx-2026 .woocommerce-tabs ul.tabs{padding:0!important}.suntixx-2026 .woocommerce-tabs ul.tabs li{border-radius:999px!important;border:1px solid var(--stx-line)!important;background:#fff!important}.suntixx-2026 .woocommerce-tabs ul.tabs li a{color:var(--stx-navy)!important}

/* Newsletter: exact checkbox/legal alignment, even against parent theme form rules. */
.stx-subscribe-form .stx-subscribe-legal{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;align-items:start!important;margin-top:0!important}
.stx-subscribe-form .stx-consent{display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:start!important;column-gap:10px!important;margin:0!important;padding:0!important;max-width:100%!important}
.stx-subscribe-form .stx-consent input[type=checkbox]{grid-column:1!important;grid-row:1!important;width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;margin:1px 0 0!important;padding:0!important;position:static!important;opacity:1!important;appearance:auto!important;-webkit-appearance:checkbox!important}
.stx-subscribe-form .stx-consent span{grid-column:2!important;grid-row:1!important;margin:0!important;padding:0!important;line-height:1.45!important}
.stx-subscribe-form .stx-subscribe-reassurance{margin:0 0 0 28px!important;padding:0!important;line-height:1.45!important}

@media(max-width:1100px){
  .stx-page-hero__grid,.stx-explore-v3__hero-grid{grid-template-columns:minmax(0,1fr) minmax(310px,.7fr);gap:42px}
  .stx-visual-mosaic{min-height:400px}.stx-builder-layout{grid-template-columns:1fr}.stx-builder-guide{position:relative;top:auto}.stx-scenario-grid{grid-template-columns:1fr 1fr}.stx-brand-story-grid{grid-template-columns:1fr}.stx-platform-map{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .stx-page-hero--visual{padding:70px 0 58px}.stx-page-hero__grid,.stx-explore-v3__hero-grid{grid-template-columns:1fr}.stx-page-hero__visual{margin-top:10px}.stx-visual-mosaic{min-height:320px;max-width:540px}.stx-visual-mosaic__item--1{width:65%;height:67%}.stx-visual-mosaic__item--2{width:48%;height:42%}.stx-visual-mosaic__item--3{width:55%;height:42%}
  .stx-scenario-grid,.stx-platform-map{grid-template-columns:1fr}.stx-brand-story-points{grid-template-columns:1fr 1fr}.stx-explore-cta{grid-template-columns:1fr;gap:25px;align-items:start}.stx-inline-steps--visual span:not(:last-child):after{display:none}.stx-builder-form-shell{padding:16px}.stx-community-wrap .tribe-section-content{padding:15px!important}
}

/* ================================================================
   Sun Tixx Phase 1 v1.5 — deeper page storytelling + consistency
   ================================================================ */

/* Header: let the horizontal lockup read as a real brand mark. */
@media(min-width:1181px){
  .stx-brand{width:172px;height:82px}
  .stx-logo--header{width:164px!important;max-height:72px!important}
  .stx-nav__list>li>a{padding-inline:7px}
}

/* Quiet editorial image breaks — deliberately different from the hero mosaic. */
.stx-story-break{overflow:hidden}
.stx-story-strip{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:14px;min-height:360px}
.stx-story-strip figure{position:relative;margin:0;min-width:0;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#e8eef6,#fff3cf);border:1px solid var(--stx-line)}
.stx-story-strip figure img,.stx-story-strip__fallback{display:block;width:100%;height:100%!important;min-height:360px;object-fit:cover}
.stx-story-strip figure:nth-child(2) img,.stx-story-strip figure:nth-child(3) img{min-height:360px}
.stx-story-strip figure:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(4,19,43,.55));pointer-events:none}
.stx-story-strip figcaption{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;font-size:12px;font-weight:850;letter-spacing:.02em}
.stx-story-strip__fallback{display:flex;align-items:flex-end;padding:22px;color:#fff;font-size:22px;font-weight:850;letter-spacing:-.035em;background:linear-gradient(135deg,var(--stx-blue),var(--stx-navy) 68%,var(--stx-orange) 160%)}
.stx-story-strip--print figure{background:#fff;padding:14px}.stx-story-strip--print figure img{object-fit:contain!important}.stx-story-strip--print figure:after{display:none}.stx-story-strip--print figcaption{color:var(--stx-navy);background:rgba(255,255,255,.9);padding:6px 9px;border-radius:999px}

/* Deeper commercial storytelling modules. */
.stx-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.stx-channel-grid article{position:relative;min-height:300px;padding:28px;border:1px solid var(--stx-line);border-radius:22px;background:#fff;overflow:hidden}
.stx-channel-grid article:before{content:"";position:absolute;right:-70px;top:-85px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,10,.3),rgba(253,161,0,.05) 55%,transparent 72%)}
.stx-channel-grid article>span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#916000}
.stx-channel-grid h3{font-size:31px;line-height:1.02;letter-spacing:-.045em;color:var(--stx-navy);margin:105px 0 12px}
.stx-channel-grid p{margin:0;color:var(--stx-muted);font-size:14px;line-height:1.65}
.stx-scenario-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.stx-scenario-grid--4 article{min-height:350px}
.stx-scenario-grid--4 h3{font-size:27px;margin-top:100px}

.stx-process-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.stx-process-cards article{min-height:260px;padding:26px;border-radius:20px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.025)}
.stx-process-cards article>span{font-size:11px;font-weight:900;color:var(--stx-yellow)}
.stx-process-cards h3{font-size:25px;line-height:1.03;letter-spacing:-.04em;color:#fff;margin:78px 0 10px}
.stx-process-cards p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.64);margin:0}
.stx-process-cards--light article{background:#fff;border-color:var(--stx-line)}
.stx-process-cards--light article>span{color:#926000}.stx-process-cards--light h3{color:var(--stx-navy)}.stx-process-cards--light p{color:var(--stx-muted)}

.stx-solution-model{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.stx-solution-model span{display:flex;align-items:flex-end;min-height:130px;padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.035);color:#fff;font-size:17px;font-weight:820}
.stx-solution-model span:nth-child(3),.stx-solution-model span:nth-child(5){background:rgba(255,212,10,.11);border-color:rgba(255,212,10,.3)}

.stx-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--stx-line)}
.stx-timeline article{position:relative;padding:30px 26px 10px 0;border-top:3px solid transparent}
.stx-timeline article:before{content:"";position:absolute;left:0;top:-7px;width:11px;height:11px;border-radius:50%;background:var(--stx-orange);box-shadow:0 0 0 6px #fff}
.stx-timeline article>span{font-size:11px;letter-spacing:.1em;font-weight:900;color:#8d5b00}
.stx-timeline h3{font-size:25px;line-height:1.06;letter-spacing:-.04em;color:var(--stx-navy);margin:26px 0 10px}
.stx-timeline p{font-size:13px;line-height:1.65;color:var(--stx-muted);margin:0}

.stx-cta-panel--dark{background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.14)!important}.stx-cta-panel--dark h2{color:#fff!important}.stx-cta-panel--dark p{color:rgba(255,255,255,.65)!important}

/* Print portal: visually unmistakable as a real ordering destination. */
.stx-print-page #print-ordering{background:#fff}
.stx-print-link-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:70px;align-items:center}
.stx-print-link-panel>div:first-child>p{font-size:17px;line-height:1.7;color:var(--stx-muted);max-width:610px}
.stx-print-link-panel .stx-story-strip{grid-template-columns:1.25fr .75fr .75fr;min-height:310px}.stx-print-link-panel .stx-story-strip figure img{min-height:310px}

/* Explore: explicit modern typography/contrast regardless of legacy event CSS. */
body.suntixx-2026 .stx-explore-v3__body .stx-kicker{color:#8a5a00!important}
body.suntixx-2026 .stx-explore-v3__body h2,body.suntixx-2026 .stx-explore-v3__body h3{color:var(--stx-navy)!important}
body.suntixx-2026 .stx-explore-v3__body p{color:var(--stx-muted)!important}
body.suntixx-2026 .stx-explore-v3__body .stx-btn--navy{color:#fff!important}
.stx-explore-card-grid .stx-event-card{display:flex;flex-direction:column;min-height:100%}
.stx-explore-card-grid .stx-event-card__image{aspect-ratio:16/10}
.stx-explore-card-grid .stx-event-card__image img{object-position:center}

/* Create Event: neutralise old Community Events tables/panels and polish actions. */
.stx-submit-event-page .stx-community-wrap table,.stx-submit-event-page .stx-community-wrap tbody,.stx-submit-event-page .stx-community-wrap tr,.stx-submit-event-page .stx-community-wrap td,.stx-submit-event-page .stx-community-wrap th{background:transparent!important;color:var(--stx-ink)!important;border-color:var(--stx-line)!important}
.stx-community-wrap .tribe-community-events-content,.stx-community-wrap .tribe-community-events-form,.stx-community-wrap #tribe-community-events{padding:0!important}
.stx-community-wrap .tribe-section{margin:0 0 18px!important;overflow:hidden!important}
.stx-community-wrap .tribe-section-header h3,.stx-community-wrap .tribe-section-header label{color:var(--stx-navy)!important;margin:0!important;font-weight:850!important}
.stx-community-wrap .tribe-button,.stx-community-wrap a.tribe-button,.stx-community-wrap input[type=submit],.stx-community-wrap button{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important}
.stx-community-wrap .tribe-community-events-submit,.stx-community-wrap input[type=submit]{min-width:180px!important;background:var(--stx-orange)!important;color:var(--stx-navy)!important}
.stx-community-wrap .tribe-community-events-submit:hover,.stx-community-wrap input[type=submit]:hover{background:var(--stx-yellow)!important;color:var(--stx-navy)!important}
.stx-community-wrap .tribe-community-events .tribe-section.tribe-section-terms,.stx-community-wrap .tribe-section[class*="terms"]{background:#fbfcfe!important}
.stx-community-wrap .tribe-section[class*="terms"] .tribe-section-content{max-height:260px;overflow:auto;padding-right:18px!important}
.stx-community-wrap .tribe-community-events .tribe-button-secondary,.stx-community-wrap a[class*="submitted"]{background:#eef3f8!important;color:var(--stx-navy)!important;border:1px solid var(--stx-line)!important}
.stx-builder-guide__note{display:grid;gap:4px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}
.stx-builder-guide__note strong{color:#fff;font-size:12px}.stx-builder-guide__note span{color:rgba(255,255,255,.62);font-size:11px;line-height:1.55}

/* Native Community routes that are not redirected still inherit a branded shell. */
body.suntixx-community-route #tribe-community-events,body.suntixx-community-route .tribe-community-events{max-width:1180px!important;margin:60px auto!important;padding:30px!important;border:1px solid var(--stx-line)!important;border-radius:24px!important;background:#fff!important;color:var(--stx-ink)!important;box-shadow:0 24px 70px rgba(7,27,58,.08)!important}

/* Ticket/account endpoints — modernise old Event Tickets controls and cards. */
body.suntixx-ticket-account-route .tribe-events-single{max-width:1180px!important;margin:45px auto!important}
body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-container,body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-item,body.suntixx-ticket-account-route .tribe-tickets__registration-grid,body.suntixx-ticket-account-route .tribe-events-single-section{border:1px solid var(--stx-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;color:var(--stx-ink)!important}
body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-item{padding:20px!important;margin-bottom:14px!important}
body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-item-title,body.suntixx-ticket-account-route .tribe-tickets__registration h2,body.suntixx-ticket-account-route .tribe-events-single-section h2{color:var(--stx-navy)!important}
body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-item button,body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-item a,body.suntixx-ticket-account-route .tribe-link-view-attendee,body.suntixx-ticket-account-route input[type=submit]{border-radius:999px!important}
body.suntixx-ticket-account-route .tribe-tickets__attendee-tickets-item a:not(.tribe-common-c-btn){color:var(--stx-blue)!important;font-weight:750}
body.suntixx-ticket-account-route input[type=checkbox]{accent-color:var(--stx-navy)!important}
body.suntixx-ticket-account-route .tribe-events-event-meta{background:#f7f9fc!important;border-color:var(--stx-line)!important;border-radius:18px!important;color:var(--stx-ink)!important}
body.suntixx-ticket-account-route .tribe-events-event-meta a{color:var(--stx-blue)!important}

/* Newsletter legal row: one alignment grid; reassurance follows the text column. */
.stx-subscribe-form .stx-subscribe-legal{margin-top:2px!important}
.stx-subscribe-form .stx-consent{align-items:center!important;column-gap:11px!important}
.stx-subscribe-form .stx-consent input[type=checkbox]{margin:0!important;align-self:center!important}
.stx-subscribe-form .stx-consent span{font-size:11px!important;line-height:1.4!important;color:#536176!important}
.stx-subscribe-form .stx-subscribe-reassurance{margin-left:29px!important;font-size:11px!important;color:#748195!important}

@media(max-width:1100px){
  .stx-story-strip{grid-template-columns:1.2fr 1fr}.stx-story-strip figure:nth-child(3){display:none}
  .stx-scenario-grid--4{grid-template-columns:1fr 1fr}.stx-process-cards{grid-template-columns:1fr 1fr}.stx-timeline{grid-template-columns:1fr 1fr}.stx-solution-model{grid-template-columns:1fr 1fr}.stx-print-link-panel{grid-template-columns:1fr;gap:40px}.stx-channel-grid{grid-template-columns:1fr 1fr}.stx-channel-grid article:last-child{grid-column:1/-1}
}
@media(max-width:780px){
  .stx-story-strip{grid-template-columns:1fr;min-height:0}.stx-story-strip figure:nth-child(2),.stx-story-strip figure:nth-child(3){display:block}.stx-story-strip figure img,.stx-story-strip__fallback,.stx-story-strip figure:nth-child(2) img,.stx-story-strip figure:nth-child(3) img{min-height:250px;max-height:330px}
  .stx-scenario-grid--4,.stx-process-cards,.stx-timeline,.stx-solution-model,.stx-channel-grid{grid-template-columns:1fr}.stx-channel-grid article:last-child{grid-column:auto}.stx-timeline{border-top:0}.stx-timeline article{padding:22px 0;border-top:1px solid var(--stx-line)}.stx-timeline article:before{display:none}
  .stx-print-link-panel .stx-story-strip{grid-template-columns:1fr;min-height:0}.stx-print-link-panel .stx-story-strip figure img{min-height:240px}
}

/* Homepage discovery cards: moderate landscape cards, scalable from one to six. */
.stx-event-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.stx-event-grid--count-1{grid-template-columns:minmax(0,430px);justify-content:start}
.stx-event-grid--count-1 .stx-event-card{display:flex;flex-direction:column;min-height:0;max-width:430px}
.stx-event-grid--count-1 .stx-event-card__image{height:auto;aspect-ratio:16/10}
.stx-event-grid--count-1 .stx-event-card__body{padding:21px;display:block}
.stx-event-grid--count-1 .stx-event-card h3{font-size:25px}
.stx-event-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.stx-event-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.stx-event-grid,.stx-event-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.stx-event-grid,.stx-event-grid--three,.stx-event-grid--count-1,.stx-event-grid--count-2{grid-template-columns:1fr}.stx-event-grid--count-1 .stx-event-card{max-width:none}}

/* The Organiser Hub replaces the duplicate native submitted-events front door. */
.stx-community-wrap a[href*="/community/list"],.stx-community-wrap a[href*="community%2Flist"]{display:none!important}

/* ================================================================
   v1.5 — deeper supporting pages, contact, FAQ and legal consistency
   ================================================================ */
.stx-contact-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.stx-contact-route-grid article{min-height:300px;padding:28px;border:1px solid var(--stx-line);border-radius:22px;background:#fff;display:flex;flex-direction:column}
.stx-contact-route-grid article>span{font-size:11px;font-weight:900;letter-spacing:.12em;color:#996000}.stx-contact-route-grid h3{font-size:25px;line-height:1.06;letter-spacing:-.035em;margin:auto 0 12px;color:var(--stx-navy)}
.stx-contact-route-grid p{color:#637187;line-height:1.65}.stx-contact-route-grid a{margin-top:20px;color:var(--stx-blue);font-weight:800}
.stx-contact-details{margin-top:28px;padding-top:20px;border-top:1px solid var(--stx-line)}.stx-contact-details p{margin:8px 0}.stx-contact-details a{color:var(--stx-blue);font-weight:750}
.stx-contact-form-shell{padding:30px;border:1px solid var(--stx-line);border-radius:22px;background:#fff}
.stx-contact-form-shell label{display:block;color:var(--stx-navy);font-weight:800;font-size:12px;line-height:1.35;margin-bottom:14px}.stx-contact-form-shell input:not([type=submit]),.stx-contact-form-shell textarea,.stx-contact-form-shell select{width:100%;padding:12px 14px;border:1px solid #cbd5df;border-radius:12px;background:#fff;color:var(--stx-ink);font:inherit;line-height:1.5}.stx-contact-form-shell textarea{min-height:150px}.stx-contact-form-shell input[type=submit]{min-height:48px;padding:0 24px;border:0;border-radius:999px;background:var(--stx-navy);color:#fff;font-weight:850;cursor:pointer}
.stx-contact-form-shell .wpcf7-response-output{margin:18px 0 0!important;padding:12px 14px!important;border-radius:12px!important;line-height:1.5!important}

.stx-faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}.stx-faq-intro{position:sticky;top:120px}.stx-faq-intro h2{font-size:clamp(38px,4vw,58px);line-height:.98;letter-spacing:-.05em}.stx-faq-intro p{color:#637187;line-height:1.7;margin:20px 0 28px}
.stx-faq-list{border-top:1px solid var(--stx-line)}.stx-faq-list details{border-bottom:1px solid var(--stx-line);padding:0}.stx-faq-list summary{list-style:none;cursor:pointer;padding:24px 46px 24px 0;position:relative;color:var(--stx-navy);font-size:20px;font-weight:780;letter-spacing:-.02em}.stx-faq-list summary::-webkit-details-marker{display:none}.stx-faq-list summary:after{content:'+';position:absolute;right:8px;top:20px;font-size:26px;font-weight:400}.stx-faq-list details[open] summary:after{content:'–'}.stx-faq-list details p{max-width:760px;margin:0;padding:0 48px 24px 0;color:#637187;line-height:1.7}.stx-faq-list a{color:var(--stx-blue);font-weight:750}

.stx-legal-hero{padding:120px 0 70px;background:var(--stx-navy);color:#fff}.stx-legal-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(54px,7vw,94px);line-height:.9;letter-spacing:-.06em}.stx-legal-hero p{max-width:680px;margin:22px 0 0;color:rgba(255,255,255,.66);font-size:17px}
.stx-legal-layout{display:grid;grid-template-columns:260px minmax(0,780px);gap:80px;justify-content:center;align-items:start}.stx-legal-layout aside{position:sticky;top:120px;padding:22px;border:1px solid var(--stx-line);border-radius:18px;background:#f7f9fb}.stx-legal-layout aside strong{display:block;color:var(--stx-navy);font-size:18px}.stx-legal-layout aside p{color:#637187;font-size:13px;line-height:1.65}.stx-legal-layout aside a{color:var(--stx-blue);font-size:13px;font-weight:800}.stx-prose--legal{max-width:780px}.stx-prose--legal>h2:first-child{display:none}.stx-prose--legal h2{margin:48px 0 14px;font-size:30px;line-height:1.1;color:var(--stx-navy);letter-spacing:-.025em}.stx-prose--legal h3{margin:32px 0 10px;color:var(--stx-navy)}.stx-prose--legal p,.stx-prose--legal li{color:#4f5f73;line-height:1.78}.stx-prose--legal a{color:var(--stx-blue);text-decoration:underline;text-underline-offset:2px}.stx-prose--legal ul,.stx-prose--legal ol{padding-left:22px}

.stx-generic-page .stx-page-content>.stx-shell{max-width:1040px}.stx-prose--utility{max-width:1120px!important}.stx-generic-page .vc_row,.stx-generic-page .wpb_row{margin-left:0!important;margin-right:0!important}.stx-generic-page .vc_column_container>.vc_column-inner{padding-left:0!important;padding-right:0!important}.stx-generic-page .elementor-section,.stx-generic-page .elementor-container{max-width:100%!important}

.stx-post-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}.stx-article-hero__image--fallback{box-shadow:none}.stx-article-hero__image--fallback .stx-visual-mosaic{margin:0;min-height:340px}.stx-article-hero__image--fallback .stx-visual-mosaic figure{box-shadow:none}

/* Product archive gets a more visual editorial entry instead of a bare store heading. */
.stx-shop-archive-page .stx-page-hero{position:relative;overflow:hidden}.stx-shop-archive-page .stx-page-hero:after{content:'MARKET / CREATE';position:absolute;right:-2vw;bottom:-.18em;color:rgba(255,255,255,.04);font-size:clamp(72px,13vw,190px);font-weight:900;letter-spacing:-.07em;pointer-events:none}

@media(max-width:1050px){.stx-contact-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stx-faq-layout{grid-template-columns:1fr;gap:45px}.stx-faq-intro{position:static}.stx-legal-layout{grid-template-columns:1fr;gap:35px}.stx-legal-layout aside{position:static;max-width:780px}.stx-post-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.stx-contact-route-grid,.stx-post-grid--related{grid-template-columns:1fr}.stx-contact-route-grid article{min-height:240px}.stx-contact-form-shell{padding:20px}.stx-legal-hero{padding:90px 0 55px}.stx-faq-list summary{font-size:18px}.stx-faq-list details p{padding-right:0}}

/* ================================================================
   v1.6 — dynamic editorial media, dashboard visual, deep page polish
   ================================================================ */

/* Dynamic media slots remain clickable and stable while AJAX refreshes them. */
[data-stx-dynamic-visuals] a{display:block;width:100%;height:100%;color:inherit}
[data-stx-dynamic-visuals] img{transition:opacity .22s ease,transform .45s ease}
.stx-visual-mosaic__item:hover img,.stx-story-strip figure:hover img,.stx-solution-card__media:hover img{transform:scale(1.025)}

/* Event hero fallback: preserve the hero as a designed experience even when
   an organiser has not supplied artwork. */
.stx-event-hero--no-image{background-image:radial-gradient(circle at 82% 22%,rgba(0,92,200,.32),transparent 31%),radial-gradient(circle at 72% 78%,rgba(253,161,0,.20),transparent 25%),linear-gradient(118deg,#04142f 0%,#082b62 62%,#123b69 100%)!important}
.stx-event-hero--no-image .stx-event-hero__copy{max-width:760px}
.stx-event-hero--no-image h1{color:#fff!important;font-size:clamp(46px,5.8vw,82px)!important;line-height:.93!important;max-width:820px;text-shadow:0 2px 30px rgba(0,0,0,.14)}
.stx-event-hero__fallback-media{justify-self:end;width:min(100%,430px);aspect-ratio:4/3;border-radius:28px;position:relative;overflow:hidden;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,rgba(0,73,168,.95),rgba(7,27,58,.98) 64%,rgba(253,161,0,.52) 145%);border:1px solid rgba(255,255,255,.18);box-shadow:0 34px 90px rgba(0,0,0,.28)}
.stx-event-hero__fallback-media:before{content:"";position:absolute;inset:-10% -25% auto auto;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,212,10,.62),rgba(253,161,0,.12) 45%,transparent 70%)}
.stx-event-hero__fallback-media:after{content:"EXPERIENCE";position:absolute;right:-.04em;top:16%;font-size:clamp(48px,6vw,82px);font-weight:900;letter-spacing:-.07em;color:rgba(255,255,255,.05);transform:rotate(90deg);transform-origin:right top}
.stx-event-hero__fallback-media span{position:relative;z-index:2;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--stx-yellow);margin-bottom:12px}
.stx-event-hero__fallback-media strong{position:relative;z-index:2;color:#fff;font-size:clamp(26px,3vw,42px);line-height:.98;letter-spacing:-.045em;max-width:340px}
.stx-event-hero__fallback-media i{position:absolute;left:34px;top:34px;width:52px;height:36px;border:2px solid rgba(255,255,255,.45);border-radius:8px;transform:rotate(-8deg)}
.stx-event-hero__fallback-media i:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:var(--stx-yellow);left:15px;top:7px}

/* Merchant Dashboard visual — closer to the actual product language than a
   generic browser mock-up. */
.stx-ui-visual--merchant{padding:15px;transform:rotate(.5deg);background:linear-gradient(140deg,rgba(255,255,255,.13),rgba(0,79,170,.08));border-color:rgba(255,255,255,.18)}
.stx-merchant-frame{display:grid;grid-template-columns:54px minmax(0,1fr);min-height:430px;overflow:hidden;border-radius:20px;background:#f7f9fc;color:var(--stx-navy);box-shadow:0 24px 60px rgba(0,0,0,.24)}
.stx-merchant-nav{padding:16px 10px;background:#061a39;display:flex;flex-direction:column;align-items:center;gap:16px}
.stx-merchant-mark{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:linear-gradient(145deg,var(--stx-yellow),var(--stx-orange));font-size:9px;font-weight:950;color:#061a39;margin-bottom:11px}
.stx-merchant-nav i{display:block;width:22px;height:5px;border-radius:999px;background:rgba(255,255,255,.22)}
.stx-merchant-nav i:nth-of-type(1){background:var(--stx-yellow)}
.stx-merchant-screen{padding:24px}
.stx-merchant-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #dfe6ee}
.stx-merchant-top div{display:grid}.stx-merchant-top small{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#7b8797}.stx-merchant-top strong{font-size:17px;letter-spacing:-.02em}.stx-merchant-top>span{padding:6px 9px;border-radius:999px;background:#e8f7ee;color:#16673a;font-size:9px;font-weight:900;letter-spacing:.08em}
.stx-merchant-balance{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:18px 0}
.stx-merchant-balance>div{padding:16px;border:1px solid #e0e6ed;border-radius:14px;background:#fff;display:grid;gap:4px}.stx-merchant-balance small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7a8798}.stx-merchant-balance strong{font-size:18px;line-height:1.1}.stx-merchant-balance span{font-size:9px;color:#8290a0}
.stx-merchant-tools{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:15px}.stx-merchant-tools span{padding:10px 11px;border-radius:10px;background:#edf3fa;color:#15375e;font-size:9px;font-weight:800}.stx-merchant-tools span:first-child{background:#0b3977;color:#fff}
.stx-merchant-feed{border:1px solid #e0e6ed;border-radius:13px;background:#fff;padding:0 13px}.stx-merchant-feed>div{display:grid;grid-template-columns:8px 1fr auto;gap:9px;align-items:center;padding:12px 0;border-bottom:1px solid #e7ebf0;font-size:9px}.stx-merchant-feed>div:last-child{border-bottom:0}.stx-merchant-feed i{width:7px;height:7px;border-radius:50%;background:#25ad61}.stx-merchant-feed b{font-size:8px;text-transform:uppercase;letter-spacing:.07em;color:#277247}

/* Solutions: real imagery where available; designed fallback where a live
   category feed would be misleading. */
.stx-solution-grid--visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.stx-solution-grid--visual .stx-solution-card{padding:0!important;min-height:0!important;border:1px solid var(--stx-line);border-radius:24px;background:#fff;overflow:hidden;display:flex;flex-direction:column;position:relative}
.stx-solution-grid--visual .stx-solution-card:before,.stx-solution-grid--visual .stx-solution-card:after{display:none!important}
.stx-solution-card__media{position:relative;height:190px;overflow:hidden;background:linear-gradient(135deg,#062458,#0c4b91)}
.stx-solution-card__media figure{position:relative;margin:0;width:100%;height:100%}.stx-solution-card__media figure>a{display:block;width:100%;height:100%}.stx-solution-card__media img{width:100%;height:100%!important;object-fit:cover;object-position:center;transition:transform .45s ease}
.stx-solution-card__media figure:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,20,47,.62));pointer-events:none}.stx-solution-card__media figcaption{position:absolute;left:18px;bottom:14px;z-index:2;padding:6px 9px;border-radius:999px;background:rgba(4,20,47,.76);color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.stx-solution-card__fallback{position:absolute;inset:0;display:flex;align-items:flex-end;padding:22px;background:linear-gradient(135deg,#071b3a,#0c4c92)}.stx-solution-card__fallback b{color:#fff;font-size:25px;letter-spacing:-.04em}.stx-solution-card__fallback i{position:absolute;right:28px;top:28px;width:74px;height:74px;border-radius:50%;background:radial-gradient(circle,var(--stx-yellow),rgba(253,161,0,.26) 43%,transparent 67%)}
.stx-solution-card__media--platform .stx-solution-card__fallback{background:linear-gradient(135deg,#111f40,#463a78)}
.stx-solution-card__body{padding:28px 30px 32px;flex:1}.stx-solution-card__body>span{display:block;color:#986000;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.stx-solution-card__body h2{font-size:clamp(30px,3.2vw,43px);line-height:1;letter-spacing:-.048em;color:var(--stx-navy);margin:10px 0 12px}.stx-solution-card__body p{margin:0;color:#617084;line-height:1.65;max-width:590px}

/* Bottom / conversion panels: more breathing room and clearer CTA hierarchy. */
.stx-cta-panel--polished{align-items:center!important;display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(210px,.48fr)!important;gap:70px!important;padding:52px 54px!important}
.stx-cta-panel--polished>div:first-child{max-width:860px}.stx-cta-panel--polished h2{font-size:clamp(42px,4.7vw,66px)!important;line-height:.98!important;margin:8px 0 18px!important}.stx-cta-panel--polished p{font-size:16px;line-height:1.68;max-width:780px;margin:0!important}.stx-cta-panel__action{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.stx-cta-panel__action .stx-btn{min-width:165px}.stx-cta-panel__action>span{font-size:11px;line-height:1.5;color:#718095;max-width:220px}.stx-cta-panel--dark .stx-cta-panel__action>span{color:rgba(255,255,255,.58)}
.stx-section--orange .stx-cta-panel--polished{box-shadow:0 20px 55px rgba(7,27,58,.08)}

/* About page: editorial rhythm, line-height and a purpose-built history visual. */
.stx-about-direction__grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.stx-about-direction article{min-width:0}.stx-about-direction h2{font-size:clamp(44px,5.2vw,70px);line-height:.98;letter-spacing:-.055em;color:var(--stx-navy);margin:10px 0 24px}.stx-about-direction p{font-size:17px;line-height:1.72;color:#647287;margin:0 0 18px;max-width:670px}.stx-about-direction__future{padding-left:22px;border-left:1px solid var(--stx-line)}
.stx-history-showcase{background:#f4f7fb}.stx-history-showcase__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px;align-items:center}.stx-history-showcase__copy h2{font-size:clamp(42px,5vw,68px);line-height:.97;letter-spacing:-.055em;color:var(--stx-navy);margin:10px 0 22px}.stx-history-showcase__copy p{font-size:16px;line-height:1.72;color:#607085;margin:0 0 16px}
.stx-history-visual{position:relative;min-height:480px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#051a3b,#0b4a91 58%,#e88c00 145%);box-shadow:0 28px 75px rgba(7,27,58,.16)}.stx-history-visual:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-90px;top:-110px;background:radial-gradient(circle,rgba(255,215,20,.84),rgba(253,161,0,.18) 45%,transparent 69%)}.stx-history-visual__rail{position:absolute;left:12%;right:12%;top:50%;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.2),var(--stx-yellow),rgba(255,255,255,.25))}.stx-history-visual__card{position:absolute;width:34%;min-height:130px;padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:rgba(4,20,47,.58);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.stx-history-visual__card small{color:var(--stx-yellow);font-size:9px;letter-spacing:.12em;font-weight:900}.stx-history-visual__card strong{font-size:20px;line-height:1.04;margin:7px 0}.stx-history-visual__card span{font-size:10px;color:rgba(255,255,255,.62)}.stx-history-visual__card--ticket{left:6%;top:8%;transform:rotate(-2deg)}.stx-history-visual__card--distribution{right:7%;top:12%;transform:rotate(2deg)}.stx-history-visual__card--commerce{left:27%;bottom:7%;width:45%}.stx-history-visual__sun{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:108px;height:108px;border-radius:50%;background:linear-gradient(145deg,var(--stx-yellow),var(--stx-orange));color:#07234d;font-size:20px;line-height:.88;font-weight:950;letter-spacing:-.06em;text-align:center;box-shadow:0 14px 40px rgba(0,0,0,.24)}
.stx-timeline--refined{grid-template-columns:repeat(5,minmax(0,1fr))}.stx-timeline--refined p{line-height:1.7}.stx-brand-story-grid p{line-height:1.7}

/* Print privacy/event linkage message. */
.stx-soft-note{margin:18px 0 24px!important;padding:14px 16px;border-left:3px solid var(--stx-orange);border-radius:0 12px 12px 0;background:#fff8e7;color:#526174!important;font-size:13px!important;line-height:1.65!important}

/* Event-builder fixes: prevent labels/editor toolbar from colliding and make the
   native rich text editor feel like a deliberate part of the Sun Tixx form. */
.stx-community-wrap .tribe-section-content>label,.stx-community-wrap .tribe-section-content>div>label{position:relative!important;z-index:1!important;display:block!important;margin:0 0 9px!important;line-height:1.35!important}
.stx-community-wrap .wp-editor-wrap{clear:both!important;margin:12px 0 24px!important;position:relative!important;z-index:0!important;background:#fff!important}
.stx-community-wrap .wp-editor-tools{position:relative!important;z-index:2!important;display:flex!important;justify-content:flex-end!important;min-height:44px!important;margin:0!important;padding:0 8px!important;background:#f5f8fb!important;border-bottom:1px solid #dce4ec!important}
.stx-community-wrap .wp-editor-tabs{float:none!important;display:flex!important;gap:7px!important;align-items:center!important}
.stx-community-wrap .wp-switch-editor{float:none!important;top:auto!important;height:auto!important;min-height:36px!important;margin:4px 0!important;padding:8px 14px!important;border:1px solid #d6dee7!important;border-radius:999px!important;background:#fff!important;color:#173455!important;font-size:10px!important;font-weight:850!important;line-height:1.2!important}
.stx-community-wrap .tmce-active .switch-tmce,.stx-community-wrap .html-active .switch-html{background:var(--stx-navy)!important;color:#fff!important;border-color:var(--stx-navy)!important}
.stx-community-wrap .mce-toolbar-grp,.stx-community-wrap .quicktags-toolbar{padding:8px!important;background:#f7f9fc!important;border:0!important;border-bottom:1px solid #dce4ec!important}
.stx-community-wrap .mce-toolbar .mce-btn,.stx-community-wrap .quicktags-toolbar input.button{min-height:34px!important;border-radius:8px!important;background:#fff!important;border:1px solid #d9e1ea!important;color:var(--stx-navy)!important;margin:2px!important;padding:0 8px!important}
.stx-community-wrap .mce-toolbar .mce-btn button{color:var(--stx-navy)!important;padding:5px!important}
.stx-community-wrap .wp-editor-container textarea.wp-editor-area{border:0!important;border-radius:0!important;min-height:220px!important;padding:14px!important}

/* Marketplace page + Seller Studio public-facing workspace. */
.stx-seller-workspace{min-width:0}.stx-seller-workspace .stx-seller-dashboard{max-width:none}.stx-seller-dashboard{color:var(--stx-ink)}
.stx-market-hero{padding:30px!important;border-radius:22px!important;background:linear-gradient(135deg,#061c42,#0b4a91)!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important}.stx-market-hero>span{color:var(--stx-yellow)!important}.stx-market-hero h2{color:#fff!important;font-size:clamp(34px,4vw,52px)!important;line-height:.98!important}.stx-market-hero p{color:rgba(255,255,255,.68)!important;line-height:1.65!important;max-width:760px!important}
.stx-seller-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.stx-seller-stats>div{padding:20px!important;border:1px solid var(--stx-line)!important;border-radius:17px!important;background:#fff!important}.stx-seller-stats strong{font-size:27px!important;color:var(--stx-navy)!important;line-height:1.05}.stx-seller-stats span{display:block;margin-top:5px;color:#6a788a!important;font-size:11px!important}
.stx-seller-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 28px;padding:6px;border-radius:999px;background:#edf3f8;width:max-content;max-width:100%}.stx-seller-tabs a{padding:10px 16px;border-radius:999px;color:#53647a;font-size:11px;font-weight:850;text-decoration:none!important}.stx-seller-tabs a.is-active{background:var(--stx-navy);color:#fff!important}
.stx-seller-overview{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:30px}.stx-seller-overview>div{padding:28px;border:1px solid var(--stx-line);border-radius:20px;background:#fff}.stx-seller-overview h3{color:var(--stx-navy);font-size:26px;line-height:1.05;letter-spacing:-.035em;margin:0 0 11px}.stx-seller-overview p{color:#637287;line-height:1.65}.stx-market-action{display:inline-flex;min-height:44px;align-items:center;padding:0 16px;border-radius:999px;background:var(--stx-orange);color:var(--stx-navy)!important;font-size:11px;font-weight:850;text-decoration:none!important}.stx-market-action--outline{background:#fff;border:1px solid #bdc8d4;color:var(--stx-blue)!important}
.stx-seller-section-title,.stx-seller-section-head h3{font-size:26px;line-height:1.08;color:var(--stx-navy);margin:26px 0 15px}.stx-seller-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.stx-seller-section-head span{font-size:11px;color:#6a7889}
.stx-seller-layout--studio{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr)!important;align-items:start}.stx-seller-form{padding:26px!important;border-radius:20px!important;background:#fff!important}.stx-seller-form h3{font-size:28px;line-height:1.05;color:var(--stx-navy);margin:0 0 8px}.stx-seller-form>p{color:#6a788a;font-size:12px;line-height:1.6;margin:0 0 10px}.stx-seller-form label{font-size:11px;line-height:1.4;color:#26364b;gap:7px!important}.stx-seller-form input,.stx-seller-form select,.stx-seller-form textarea{min-height:47px!important;padding:11px 13px!important;border:1px solid #cbd5df!important;border-radius:11px!important;background:#fff!important;color:#071320!important;font:inherit!important}.stx-seller-form textarea{min-height:135px!important}.stx-seller-form input:focus,.stx-seller-form select:focus,.stx-seller-form textarea:focus{outline:3px solid rgba(0,69,163,.10);border-color:var(--stx-blue)!important}.stx-seller-form small{display:block;color:#798697;font-weight:500}.stx-seller-form button{min-height:48px!important;padding:0 20px!important}
.stx-seller-product-table{border:1px solid var(--stx-line);border-radius:18px;background:#fff;overflow:hidden}.stx-seller-product-table article{display:grid;grid-template-columns:64px minmax(0,1fr) 150px auto;gap:14px;align-items:center;padding:14px;border-bottom:1px solid var(--stx-line)}.stx-seller-product-table article:last-child{border-bottom:0}.stx-seller-product-thumb{width:64px;height:64px;border-radius:11px;overflow:hidden;background:#edf2f6}.stx-seller-product-thumb img{width:100%;height:100%!important;object-fit:cover}.stx-seller-product-thumb span{display:block;width:100%;height:100%;background:linear-gradient(135deg,#dce7f4,#fff0c6)}.stx-seller-product-main,.stx-seller-product-sales{display:grid;gap:4px}.stx-seller-product-main strong,.stx-seller-product-sales strong{color:var(--stx-navy);font-size:13px}.stx-seller-product-main span,.stx-seller-product-sales span{color:#718093;font-size:10px}.stx-seller-product-table article>a{color:var(--stx-blue)!important;font-size:11px;font-weight:850;text-decoration:none!important}
.stx-seller-sales-table{overflow:auto;border:1px solid var(--stx-line);border-radius:18px;background:#fff}.stx-seller-sales-row{display:grid;grid-template-columns:110px minmax(180px,1fr) 80px 110px 110px 90px;gap:12px;min-width:760px;padding:13px 16px;border-bottom:1px solid var(--stx-line);font-size:11px;color:#4f6074}.stx-seller-sales-row:last-child{border-bottom:0}.stx-seller-sales-row--head{background:#f4f7fa;color:#697789;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:900}.stx-market-notice--quiet{margin-bottom:18px;background:#f6f9fc!important}.stx-market-notice h2,.stx-market-notice h3,.stx-market-notice strong{color:var(--stx-navy)}.stx-market-notice p{color:#657489;line-height:1.65}.stx-market-notice .button{display:inline-flex;min-height:44px;align-items:center;padding:0 16px;border-radius:999px;background:var(--stx-navy);color:#fff!important;text-decoration:none!important}

/* Marketplace public product cards use an editorial rather than rigid square crop. */
.stx-market-card__image{aspect-ratio:4/3!important}.stx-market-card__body{padding:19px!important}.stx-market-card__link{display:inline-flex;margin-top:11px;color:var(--stx-blue)!important;font-size:11px;font-weight:850;text-decoration:none!important}

@media(max-width:1100px){
  .stx-solution-grid--visual{grid-template-columns:1fr 1fr}.stx-cta-panel--polished{gap:38px!important;padding:42px!important}.stx-about-direction__grid,.stx-history-showcase__grid{gap:52px}.stx-timeline--refined{grid-template-columns:repeat(3,minmax(0,1fr))}.stx-seller-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stx-seller-layout--studio{grid-template-columns:1fr!important}
}
@media(max-width:780px){
  .stx-event-hero__fallback-media{width:100%;max-width:520px;justify-self:start;aspect-ratio:16/10}.stx-solution-grid--visual,.stx-about-direction__grid,.stx-history-showcase__grid,.stx-seller-overview{grid-template-columns:1fr}.stx-about-direction__future{padding-left:0;border-left:0;border-top:1px solid var(--stx-line);padding-top:34px}.stx-history-visual{min-height:430px}.stx-cta-panel--polished{grid-template-columns:1fr!important;gap:28px!important;padding:30px!important}.stx-cta-panel__action>span{max-width:none}.stx-timeline--refined{grid-template-columns:1fr}.stx-seller-product-table article{grid-template-columns:58px minmax(0,1fr) auto}.stx-seller-product-sales{grid-column:2}.stx-seller-tabs{width:100%;border-radius:18px}.stx-seller-tabs a{flex:1;text-align:center}.stx-merchant-frame{grid-template-columns:42px 1fr;min-height:390px}.stx-merchant-screen{padding:16px}.stx-merchant-balance{grid-template-columns:1fr}.stx-merchant-tools{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){.stx-seller-stats{grid-template-columns:1fr!important}.stx-history-visual__card{width:42%;padding:15px}.stx-history-visual__card--commerce{width:58%;left:21%}.stx-history-visual__sun{width:88px;height:88px;font-size:17px}.stx-solution-card__media{height:165px}}
/* TinyMCE/Quicktags controls must not inherit the large Community submit-button treatment. */
.stx-community-wrap #tribe-community-events .mce-toolbar .mce-btn button{min-height:0!important;height:auto!important;padding:5px 6px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--stx-navy)!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important}
.stx-community-wrap #tribe-community-events .quicktags-toolbar input.button{min-height:34px!important;height:34px!important;padding:0 9px!important;border:1px solid #d8e0e8!important;border-radius:8px!important;background:#fff!important;color:var(--stx-navy)!important;font-size:11px!important;font-weight:700!important}
/* Light virtual/PPV layer — a supporting capability, not a new dominant brand. */
.stx-virtual-callout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:70px;align-items:center;padding:42px 46px;border:1px solid var(--stx-line);border-radius:26px;background:linear-gradient(130deg,#fff,#f5f9ff)}.stx-virtual-callout h2{font-size:clamp(40px,4.7vw,64px);line-height:.98;letter-spacing:-.052em;color:var(--stx-navy);margin:8px 0 16px}.stx-virtual-callout p{font-size:16px;line-height:1.7;color:#617084;max-width:820px;margin:0}.stx-virtual-callout__signal{min-height:190px;padding:24px;border-radius:20px;background:linear-gradient(145deg,#071b3a,#0d4b92);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.stx-virtual-callout__signal:before{content:"";position:absolute;right:-30px;top:-34px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,10,.8),rgba(253,161,0,.13) 45%,transparent 68%)}.stx-virtual-callout__signal>span{position:absolute;left:20px;top:20px;padding:6px 9px;border-radius:999px;background:#e42f35;color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}.stx-virtual-callout__signal strong{position:relative;font-size:29px;line-height:1;letter-spacing:-.04em}.stx-virtual-callout__signal small{position:relative;margin-top:7px;color:rgba(255,255,255,.64);font-size:10px}
@media(max-width:780px){.stx-virtual-callout{grid-template-columns:1fr;gap:28px;padding:28px}.stx-virtual-callout__signal{min-height:160px}}
.stx-seller-stats .stx-seller-money{font-size:20px!important;line-height:1.35!important}.stx-seller-stats .stx-seller-money .woocommerce-Price-amount{white-space:nowrap}
/* v1.7 Vendor Pages integration */
.stx-event-vendor{margin-top:15px;font-size:12px;color:rgba(255,255,255,.68)}.stx-event-vendor a{color:#fff!important;font-weight:850;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35)}
.stx-vendor-pages-account-page>.stx-section{padding-top:64px}

/* =========================================================
   v1.8.0 POLISH PASS
   ========================================================= */

/* Better no-artwork event cards: branded, readable, useful. */
.stx-event-card__fallback-art{position:relative;display:flex!important;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:24px;overflow:hidden;background:linear-gradient(135deg,#061a39 0%,#0a4288 56%,#f3a000 160%);color:#fff}
.stx-event-card__fallback-art:before{content:"";position:absolute;inset:auto -14% -48% auto;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,207,43,.42),rgba(253,161,0,.12) 40%,transparent 68%)}
.stx-event-card__fallback-art img{position:absolute!important;right:20px!important;top:18px!important;width:84px!important;height:auto!important;max-height:80px!important;object-fit:contain!important;opacity:.96;filter:none!important;transform:none!important}
.stx-event-card__fallback-art b,.stx-event-card__fallback-art em{position:relative;z-index:1;display:block;max-width:80%}
.stx-event-card__fallback-art b{margin-bottom:8px;color:#ffd10a;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-style:normal}
.stx-event-card__fallback-art em{font-size:clamp(22px,2vw,31px);line-height:1;letter-spacing:-.045em;font-weight:700;font-style:normal;color:#fff}

/* Sell = one commercial front door for experiences, products and vendor pages. */
.stx-sell-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.stx-sell-path-grid article{display:flex;flex-direction:column;min-height:315px;padding:30px;border:1px solid var(--stx-line);border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(7,27,58,.04)}
.stx-sell-path-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff1cb;color:#875800;font-size:11px;font-weight:900}
.stx-sell-path-grid h3{font-size:34px;line-height:1;letter-spacing:-.045em;color:var(--stx-navy);margin:46px 0 12px}
.stx-sell-path-grid p{color:#657386;line-height:1.64;margin:0 0 22px}
.stx-sell-path-grid .stx-link{margin-top:auto}

/* QH Tix white-label example. */
.stx-qhtix-preview{background:linear-gradient(135deg,#111722,#3c3320)!important;padding:16px}
.stx-qhtix-browser{display:flex!important;flex-direction:column;width:100%;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:#111;color:#fff!important;box-shadow:0 18px 34px rgba(0,0,0,.24)}
.stx-qhtix-browser__bar{display:flex;align-items:center;gap:6px;height:30px;padding:0 10px;background:#1c2029;font-size:8px;color:#abb6c5}
.stx-qhtix-browser__bar i{display:block;width:6px;height:6px;border-radius:50%;background:#ffbd17}.stx-qhtix-browser__bar i:nth-child(2){opacity:.7}.stx-qhtix-browser__bar i:nth-child(3){opacity:.45}.stx-qhtix-browser__bar b{margin-left:auto;font-weight:600}
.stx-qhtix-browser__screen{flex:1;display:grid;grid-template-columns:95px 1fr;grid-template-rows:1fr auto;align-items:center;gap:5px 16px;padding:18px;background:radial-gradient(circle at 75% 20%,rgba(219,175,66,.25),transparent 32%),linear-gradient(135deg,#06070b,#17141a)}
.stx-qhtix-browser__screen img{width:92px!important;height:auto!important;max-height:70px!important;object-fit:contain!important;grid-row:1/3;transform:none!important}
.stx-qhtix-browser__screen strong{align-self:end;font-size:20px;line-height:1.04;letter-spacing:-.035em;color:#fff}.stx-qhtix-browser__screen small{align-self:start;color:#d8bd6d;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.stx-qhtix-preview>figcaption{position:absolute;left:28px;bottom:26px;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(4,20,47,.83);color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}

/* Merchant-dashboard illustration: real Sun Tixx mark, not STX initials. */
.stx-merchant-mark{width:38px!important;height:38px!important;padding:4px!important;border-radius:10px!important;background:#fff!important;display:grid!important;place-items:center!important;overflow:hidden}
.stx-merchant-mark img{display:block;width:100%!important;height:100%!important;object-fit:contain!important}

/* Product detail: remove overlapping sticky layers and give lower content a solid canvas. */
.stx-product-shell .woocommerce div.product .woocommerce-product-gallery{position:relative!important;top:auto!important;z-index:1!important}
.stx-product-shell .woocommerce div.product .summary{position:relative!important;z-index:2!important;background:#fff!important}
.stx-product-shell .woocommerce-tabs,.stx-product-shell .related.products,.stx-product-shell .upsells.products{position:relative!important;z-index:3!important;background:#fff!important;clear:both!important;padding-left:0!important;padding-right:0!important}
.stx-product-shell .woocommerce-tabs .panel{position:relative!important;z-index:4!important;background:#fff!important;padding:8px 4px 30px!important;color:var(--stx-ink)!important;min-height:80px}
.stx-product-shell .woocommerce-tabs .panel p,.stx-product-shell .woocommerce-tabs .panel li{color:#536277!important;line-height:1.7!important}
.stx-product-shell .single_add_to_cart_button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:205px!important;padding-left:30px!important;padding-right:38px!important;white-space:nowrap!important}
.stx-product-shell form.cart{position:relative!important;z-index:4!important}

/* About: stronger editorial rhythm, founders and recognition. */
.stx-about-direction{padding-top:94px;padding-bottom:94px}.stx-about-direction h2{max-width:650px}.stx-about-direction p strong{color:var(--stx-navy);font-weight:750}
.stx-founder-story{padding-top:96px;padding-bottom:102px}.stx-founder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.stx-founder-card{overflow:hidden;border:1px solid var(--stx-line);border-radius:25px;background:#fff;box-shadow:0 18px 42px rgba(7,27,58,.06)}
.stx-founder-card figure{margin:0;height:330px;overflow:hidden;background:#e9eff6}.stx-founder-card figure img{width:100%;height:100%;object-fit:cover;object-position:center top}.stx-founder-card__placeholder img{object-fit:cover!important}
.stx-founder-card>div{padding:26px 26px 30px}.stx-founder-card span{display:block;color:#976100;font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;line-height:1.4}.stx-founder-card h3{font-size:30px;line-height:1;letter-spacing:-.04em;color:var(--stx-navy);margin:9px 0 13px}.stx-founder-card p{color:#627187;line-height:1.64;margin:0;font-size:14px}
.stx-founder-note{margin:18px 0 0;color:#7a8797;font-size:11px;line-height:1.6}
.stx-timeline--six{grid-template-columns:repeat(3,minmax(0,1fr))!important}.stx-timeline--six article{min-height:245px}
.stx-recognition-section{background:#fff}.stx-recognition-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center}.stx-recognition-media{margin:0;border-radius:26px;overflow:hidden;box-shadow:0 22px 60px rgba(7,27,58,.13)}.stx-recognition-media img{display:block;width:100%;aspect-ratio:16/8.5;object-fit:cover}
.stx-recognition-copy h2{font-size:clamp(40px,4.6vw,64px);line-height:.98;letter-spacing:-.052em;color:var(--stx-navy);margin:10px 0 20px}.stx-recognition-copy p{font-size:16px;line-height:1.7;color:#627187;margin:0 0 16px}
.stx-history-showcase__copy p{max-width:660px}.stx-history-visual__sun{padding:8px!important;background:#ffbd17!important;overflow:hidden!important}.stx-history-visual__sun img{display:block;width:88%!important;height:88%!important;object-fit:contain!important}

/* CTA panels: keep copy and action from visually colliding. */
.stx-cta-panel--polished{align-items:center!important}.stx-cta-panel--polished>div:first-child{padding-right:10px}.stx-cta-panel--polished .stx-cta-panel__action{min-width:0}.stx-cta-panel--polished .stx-cta-panel__action .stx-btn{max-width:100%;text-align:center;line-height:1.2;padding-top:12px;padding-bottom:12px}
.stx-cta-panel--partnership{grid-template-columns:minmax(0,1.5fr) minmax(230px,.42fr)!important}.stx-cta-panel--partnership .stx-cta-panel__action{padding-left:8px;border-left:1px solid var(--stx-line)}
.stx-section--orange .stx-cta-panel--partnership .stx-cta-panel__action{border-left-color:rgba(7,27,58,.12)}

/* Event access cards: the legends become proper card headings instead of floating fieldset text. */
.stx-community-extra fieldset{position:relative!important;padding:58px 22px 18px!important;overflow:hidden!important}
.stx-community-extra fieldset legend{position:absolute!important;left:0!important;right:0!important;top:0!important;width:100%!important;margin:0!important;padding:17px 20px!important;background:#f4f7fb!important;border-bottom:1px solid #e1e7ee!important;color:var(--stx-navy)!important;font-size:11px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-weight:900!important}
.stx-community-extra label{padding:14px 4px!important}.stx-community-extra label strong{font-size:13px!important;line-height:1.3!important}.stx-community-extra label small{font-size:10.5px!important;line-height:1.55!important}

/* Flyer/card imagery should stay inside its media frame. */
.stx-print-product-card__media img,.stx-print-card img{object-fit:cover!important;object-position:center!important}

@media(max-width:1000px){.stx-sell-path-grid,.stx-founder-grid{grid-template-columns:1fr 1fr}.stx-recognition-grid{grid-template-columns:1fr;gap:38px}.stx-timeline--six{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){.stx-sell-path-grid,.stx-founder-grid,.stx-timeline--six{grid-template-columns:1fr!important}.stx-founder-card figure{height:300px}.stx-qhtix-browser__screen{grid-template-columns:72px 1fr}.stx-qhtix-browser__screen img{width:70px!important}.stx-cta-panel--partnership{grid-template-columns:1fr!important}.stx-cta-panel--partnership .stx-cta-panel__action{border-left:0;padding-left:0;border-top:1px solid var(--stx-line);padding-top:22px}}


/* v1.9 — story, press and launchpad polish */
.stx-about-direction__grid article p{margin:0 0 18px;line-height:1.72}.stx-about-direction__grid article p:last-child{margin-bottom:0}
.stx-history-visual__sun{background:rgba(255,255,255,.96)!important;border:2px solid rgba(255,189,23,.8)!important;box-shadow:0 16px 44px rgba(0,0,0,.25)!important}.stx-history-visual__sun img{width:86%!important;height:86%!important}
.stx-recognition-grid--media-pair{grid-template-columns:1.05fr .95fr}.stx-recognition-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.stx-recognition-gallery .stx-recognition-media{height:100%}.stx-recognition-gallery .stx-recognition-media img{height:100%;aspect-ratio:auto;object-fit:cover}.stx-recognition-media--finalist img{object-position:center}
.stx-press-section{background:#f4f7fb}.stx-press-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.stx-press-grid article{padding:28px;border:1px solid var(--stx-line);border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(7,27,58,.05)}.stx-press-grid span{display:block;color:#976100;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.stx-press-grid h3{margin:10px 0 12px;font-size:25px;line-height:1.08;letter-spacing:-.035em;color:var(--stx-navy)}.stx-press-grid p{color:#627187;line-height:1.62;margin:0 0 18px}.stx-press-note{margin:22px 0 0;color:#6a7689;font-size:13px}
.stx-page-hero--launchpad{padding:100px 0;background:linear-gradient(135deg,#031a3c 0%,#073a79 62%,#234f6e 100%);color:#fff}.stx-launchpad-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:72px;align-items:end}.stx-launchpad-hero h1{font-size:clamp(60px,7vw,110px);line-height:.9;letter-spacing:-.065em;margin:0;color:#fff}.stx-launchpad-hero h1 em{font-style:normal;color:var(--stx-yellow)}.stx-launchpad-hero p{max-width:760px;font-size:19px;line-height:1.6;color:rgba(255,255,255,.72);margin:24px 0 0}.stx-launchpad-hero__steps{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stx-launchpad-hero__steps span{padding:16px;border:1px solid rgba(255,255,255,.17);border-radius:14px;background:rgba(255,255,255,.05);font-weight:800;font-size:13px}
.stx-launchpad-signin{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:20px 24px;margin-bottom:28px;border:1px solid #d7e0eb;border-radius:18px;background:#f7f9fc}.stx-launchpad-signin strong{color:var(--stx-navy)}.stx-launchpad-signin span{color:#65748a}
.stx-launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.stx-launch-card{display:flex;flex-direction:column;padding:30px;border:1px solid var(--stx-line);border-radius:26px;background:#fff;box-shadow:0 18px 46px rgba(7,27,58,.06)}.stx-launch-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.stx-launch-card__top span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--stx-navy);color:#fff;font-weight:900;font-size:12px}.stx-launch-card__top small{color:#976100;text-transform:uppercase;letter-spacing:.09em;font-weight:900;font-size:9px}.stx-launch-card h2{font-size:40px;line-height:1;letter-spacing:-.05em;color:var(--stx-navy);margin:28px 0 14px}.stx-launch-card>p{color:#627187;line-height:1.62;min-height:82px}.stx-launch-card ol{margin:18px 0 24px;padding-left:20px;color:#34465f}.stx-launch-card li{margin:9px 0}.stx-launch-card__status{margin-top:auto;padding:16px 0 18px;border-top:1px solid var(--stx-line);color:#0a3970}.stx-launch-card .stx-btn{align-self:flex-start}
.stx-launch-connect{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.stx-launch-connect h2,.stx-launch-enterprise h2{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.05em;color:var(--stx-navy);margin:10px 0 18px}.stx-launch-connect p{color:#627187;line-height:1.7}.stx-launch-connect__flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:center}.stx-launch-connect__flow span{padding:22px 12px;border-radius:18px;background:var(--stx-navy);color:#fff;text-align:center;font-weight:900}.stx-launch-connect__flow b{color:#b47a00}.stx-launch-connect__flow i{grid-column:1/-1;text-align:center;font-style:normal;color:#7a8798;font-size:12px;margin-top:7px}.stx-launch-enterprise{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.stx-launch-enterprise h2{color:#fff}.stx-launch-enterprise p{max-width:800px;color:rgba(255,255,255,.7);line-height:1.68}
@media(max-width:1050px){.stx-recognition-grid--media-pair,.stx-launchpad-hero,.stx-launch-connect{grid-template-columns:1fr}.stx-launch-grid{grid-template-columns:1fr 1fr}.stx-press-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.stx-recognition-gallery,.stx-launch-grid,.stx-press-grid,.stx-launch-enterprise{grid-template-columns:1fr}.stx-launchpad-signin{grid-template-columns:1fr}.stx-launch-connect__flow{grid-template-columns:1fr}.stx-launch-connect__flow b{display:none}.stx-launch-connect__flow i{grid-column:auto}.stx-launch-card>p{min-height:0}}


/* ================================================================
   v2.1 — footer hierarchy, social icons and creator-commerce polish
   ================================================================ */
.stx-footer-network{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:72px;align-items:end;padding:34px 0;border-top:1px solid rgba(255,255,255,.1)}
.stx-footer-network>div>span{display:block;margin-bottom:11px;color:var(--stx-yellow);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.stx-footer-network__social{min-width:0}
.stx-footer-network__venture{justify-self:end;max-width:720px;text-align:left}
.stx-footer-network__venture>strong{display:block;color:rgba(255,255,255,.92);font-size:13px;line-height:1.45}
.stx-footer-network__venture a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.stx-footer-network__venture p{max-width:650px;margin:7px 0 0;color:rgba(255,255,255,.55);font-size:11px;line-height:1.62}
.stx-social-links{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.stx-social-links--footer{flex-wrap:nowrap}
.stx-social-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px;min-height:38px;padding:0 12px!important;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:#fff!important;background:rgba(255,255,255,.04);font-size:10px!important;font-weight:850!important;letter-spacing:.04em;transition:background .2s,border-color .2s,transform .2s}
.stx-social-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.stx-social-link--icon{width:40px;height:40px;min-height:40px;padding:0!important;border-radius:50%}
.stx-social-glyph{display:grid;place-items:center;width:18px;height:18px;color:currentColor;font-family:Arial,sans-serif;font-weight:900;line-height:1}
.stx-social-glyph--facebook{font-size:20px;padding-top:3px}.stx-social-glyph--linkedin{font-size:12px;letter-spacing:-.08em}.stx-social-glyph--threads{font-size:17px}
.stx-social-link:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.38);transform:translateY(-1px)}
.stx-group-venture-section{padding-top:0!important}.stx-group-venture-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(270px,.7fr);gap:60px;align-items:center;padding:44px 48px;border:1px solid var(--stx-line);border-radius:28px;background:linear-gradient(125deg,#f8fbff 0%,#fff8e8 100%);box-shadow:0 18px 48px rgba(7,27,58,.06)}.stx-group-venture-card h2{margin:8px 0 14px;color:var(--stx-navy);font-size:clamp(38px,4vw,58px);line-height:.98;letter-spacing:-.05em}.stx-group-venture-card p{max-width:790px;margin:0;color:#617086;line-height:1.7}.stx-group-venture-card__actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.stx-group-venture-card__actions .stx-text-link{font-size:12px;line-height:1.5}
.stx-contact-social-section{padding-top:72px;padding-bottom:72px}.stx-contact-social{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;padding:38px 42px;border-radius:26px;background:var(--stx-navy);color:#fff}.stx-contact-social h2{max-width:760px;margin:8px 0 12px;color:#fff;font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.05em}.stx-contact-social p{max-width:700px;margin:0;color:rgba(255,255,255,.66);line-height:1.65}.stx-contact-social .stx-social-links{max-width:520px;justify-content:flex-end}
@media(max-width:900px){.stx-footer-network,.stx-group-venture-card,.stx-contact-social{grid-template-columns:1fr}.stx-footer-network{gap:32px}.stx-footer-network__venture{justify-self:start;max-width:none}.stx-contact-social .stx-social-links{justify-content:flex-start}}
@media(max-width:600px){.stx-group-venture-card,.stx-contact-social{padding:28px}.stx-social-links--footer{flex-wrap:wrap}.stx-social-link--icon{width:38px;height:38px;min-height:38px}}


/* ================================================================
   v2.3 — About page audit & editorial polish
   ================================================================ */
.stx-about-page .stx-page-hero--visual{
  padding-top:92px;
  padding-bottom:82px;
}
.stx-about-page .stx-page-hero--visual p{
  max-width:760px;
}
.stx-about-direction__grid{
  align-items:start;
}
.stx-about-direction__grid article h2{
  margin-bottom:24px;
}
.stx-about-direction__future{
  padding-left:54px;
}

/* Keep founders as the primary historical people layer. */
.stx-founder-story .stx-section-heading{
  margin-bottom:46px;
}
.stx-founder-grid{
  align-items:stretch;
}
.stx-founder-card{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.stx-founder-card>div{
  flex:1;
}
.stx-founder-card figure img{
  display:block;
}

/* Leadership & Operations: compact editorial cards, not oversized founder cards. */
.stx-team-story{
  padding-top:88px;
  padding-bottom:94px;
  background:#fff;
}
.stx-section-heading--team{
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  gap:72px;
  margin-bottom:38px;
}
.stx-section-heading--team h2{
  max-width:760px;
  font-size:clamp(44px,5.4vw,72px);
  line-height:.95;
}
.stx-section-heading--team p{
  align-self:end;
  max-width:520px;
  line-height:1.68;
}
.stx-team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.stx-team-card{
  display:grid;
  grid-template-columns:minmax(170px,34%) minmax(0,1fr);
  min-height:300px;
  overflow:hidden;
  border:1px solid var(--stx-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 44px rgba(7,27,58,.055);
}
.stx-team-card figure{
  margin:0;
  min-height:300px;
  overflow:hidden;
  background:linear-gradient(180deg,#f5f8fb 0%,#e8eef6 100%);
}
.stx-team-card figure img{
  display:block;
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
  object-position:center 18%;
}
.stx-team-card__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 30px 32px;
  min-width:0;
}
.stx-team-card__copy span{
  display:block;
  margin-bottom:11px;
  color:#976100;
  font-size:9px;
  line-height:1.45;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.stx-team-card__copy h3{
  margin:0 0 13px;
  color:var(--stx-navy);
  font-size:clamp(28px,2.3vw,36px);
  line-height:1;
  letter-spacing:-.045em;
}
.stx-team-card__copy p{
  margin:0;
  color:#627187;
  font-size:14px;
  line-height:1.68;
}

/* More deliberate section rhythm through the long-form company story. */
.stx-about-timeline{
  background:#f5f8fc;
}
.stx-about-page .stx-timeline--six article{
  background:#fff;
  box-shadow:0 14px 36px rgba(7,27,58,.045);
}
.stx-recognition-section{
  padding-top:96px;
  padding-bottom:102px;
}
.stx-recognition-gallery{
  min-width:0;
}
.stx-recognition-media,
.stx-recognition-media img{
  min-width:0;
}
.stx-history-showcase__grid{
  align-items:center;
}
.stx-history-showcase__copy h2{
  max-width:620px;
}
.stx-press-grid article{
  display:flex;
  flex-direction:column;
}
.stx-press-grid article .stx-link{
  margin-top:auto;
}

@media(max-width:1050px){
  .stx-section-heading--team{
    grid-template-columns:1fr;
    gap:24px;
  }
  .stx-section-heading--team p{
    max-width:700px;
  }
  .stx-team-card{
    grid-template-columns:150px minmax(0,1fr);
  }
}
@media(max-width:760px){
  .stx-about-direction__future{
    padding-left:0;
  }
  .stx-team-grid{
    grid-template-columns:1fr;
  }
  .stx-team-card{
    grid-template-columns:128px minmax(0,1fr);
    min-height:250px;
  }
  .stx-team-card figure,
  .stx-team-card figure img{
    min-height:250px;
  }
  .stx-team-card__copy{
    padding:24px 22px;
  }
}
@media(max-width:520px){
  .stx-team-card{
    grid-template-columns:1fr;
  }
  .stx-team-card figure{
    height:300px;
    min-height:0;
  }
  .stx-team-card figure img{
    height:100%;
    min-height:0;
    object-position:center 16%;
  }
}

/* ================================================================
   v2.3.2 — About regional story + recognition rebuild
   ================================================================ */
.stx-about-timeline{
  background:#f5f8fc;
}
.stx-about-timeline .stx-section-heading{
  margin-bottom:42px;
}
.stx-regional-journey{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.stx-regional-journey article{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:285px;
  padding:28px 28px 30px;
  overflow:hidden;
  border:1px solid #dce4ee;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 42px rgba(7,27,58,.045);
}
.stx-regional-journey article:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--stx-orange),var(--stx-yellow));
}
.stx-regional-journey__meta{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:38px;
}
.stx-regional-journey__meta span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  background:var(--stx-navy);
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.05em;
}
.stx-regional-journey__meta b{
  color:#946000;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.stx-regional-journey h3{
  margin:0 0 13px;
  color:var(--stx-navy);
  font-size:clamp(25px,2vw,31px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.stx-regional-journey p{
  margin:0;
  color:#627187;
  font-size:14px;
  line-height:1.68;
}

.stx-recognition-grid--media-pair{
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:76px;
  align-items:center;
}
.stx-recognition-gallery--stacked{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
}
.stx-recognition-gallery--stacked .stx-recognition-media{
  width:100%;
  height:auto;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(7,27,58,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 46px rgba(7,27,58,.09);
}
.stx-recognition-gallery--stacked .stx-recognition-media img{
  display:block;
  width:100%;
  height:auto;
  min-width:0;
}
.stx-recognition-gallery--stacked .stx-recognition-media:first-child img{
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
}
.stx-recognition-gallery--stacked .stx-recognition-media--finalist{
  padding:0;
}
.stx-recognition-gallery--stacked .stx-recognition-media--finalist img{
  aspect-ratio:4/3;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.stx-recognition-copy{
  max-width:650px;
}
.stx-recognition-copy .stx-actions{
  margin-top:26px;
}

@media(max-width:1050px){
  .stx-regional-journey{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stx-recognition-grid--media-pair{grid-template-columns:1fr;gap:42px}
  .stx-recognition-gallery--stacked{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center}
}
@media(max-width:720px){
  .stx-regional-journey{grid-template-columns:1fr}
  .stx-regional-journey article{min-height:0}
  .stx-regional-journey__meta{margin-bottom:26px}
  .stx-recognition-gallery--stacked{grid-template-columns:1fr}
}

/* ================================================================
   v2.3.3 — About page corrective polish
   Restores the stronger connected timeline language and guarantees
   recognition media stacking. These selectors intentionally sit last.
   ================================================================ */
.stx-about-page .stx-about-timeline{
  background:#f5f8fc;
  padding-top:96px;
  padding-bottom:104px;
}
.stx-about-page .stx-about-timeline .stx-section-heading{
  margin-bottom:44px;
}
.stx-about-page .stx-timeline--about{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  overflow:hidden;
  border:1px solid #dce4ee!important;
  border-radius:24px;
  background:#fff;
  box-shadow:0 20px 52px rgba(7,27,58,.055);
}
.stx-about-page .stx-timeline--about article{
  position:relative;
  min-height:252px!important;
  padding:34px 30px 32px!important;
  border:0!important;
  border-right:1px solid #e3e9f0!important;
  border-bottom:1px solid #e3e9f0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.stx-about-page .stx-timeline--about article:nth-child(3n){border-right:0!important}
.stx-about-page .stx-timeline--about article:nth-child(n+4){border-bottom:0!important}
.stx-about-page .stx-timeline--about article:before{
  content:""!important;
  position:absolute!important;
  left:30px!important;
  top:0!important;
  width:12px!important;
  height:12px!important;
  transform:translateY(-50%);
  border:3px solid #fff;
  border-radius:50%;
  background:var(--stx-orange)!important;
  box-shadow:0 0 0 1px rgba(253,161,0,.18)!important;
}
.stx-about-page .stx-timeline--about article>span{
  display:block;
  margin:0 0 28px;
  color:#9a6200!important;
  font-size:10px!important;
  line-height:1.2;
  font-weight:900!important;
  letter-spacing:.11em!important;
  text-transform:uppercase;
}
.stx-about-page .stx-timeline--about h3{
  margin:0 0 14px!important;
  color:var(--stx-navy)!important;
  font-size:clamp(25px,1.9vw,31px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
}
.stx-about-page .stx-timeline--about p{
  margin:0!important;
  color:#627187!important;
  font-size:14px!important;
  line-height:1.68!important;
}

.stx-about-page .stx-recognition-section{
  padding-top:104px;
  padding-bottom:110px;
}
.stx-about-page .stx-recognition-grid--media-pair{
  display:grid!important;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
  gap:82px!important;
  align-items:center!important;
}
.stx-about-page .stx-recognition-gallery.stx-recognition-gallery--stacked{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  gap:20px!important;
  width:100%;
  min-width:0;
}
.stx-about-page .stx-recognition-gallery--stacked .stx-recognition-media{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(7,27,58,.08)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(7,27,58,.09)!important;
}
.stx-about-page .stx-recognition-gallery--stacked .stx-recognition-media img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-width:0!important;
  margin:0!important;
}
.stx-about-page .stx-recognition-gallery--stacked .stx-recognition-media:first-child img{
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center!important;
}
.stx-about-page .stx-recognition-gallery--stacked .stx-recognition-media--finalist img{
  aspect-ratio:4/3!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
.stx-about-page .stx-recognition-copy h2{
  max-width:650px;
}

@media(max-width:1050px){
  .stx-about-page .stx-timeline--about{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stx-about-page .stx-timeline--about article{border-right:1px solid #e3e9f0!important;border-bottom:1px solid #e3e9f0!important}
  .stx-about-page .stx-timeline--about article:nth-child(3n){border-right:1px solid #e3e9f0!important}
  .stx-about-page .stx-timeline--about article:nth-child(2n){border-right:0!important}
  .stx-about-page .stx-timeline--about article:nth-child(n+5){border-bottom:0!important}
  .stx-about-page .stx-recognition-grid--media-pair{grid-template-columns:1fr!important;gap:48px!important}
  .stx-about-page .stx-recognition-gallery.stx-recognition-gallery--stacked{max-width:760px}
}
@media(max-width:720px){
  .stx-about-page .stx-about-timeline{padding-top:72px;padding-bottom:78px}
  .stx-about-page .stx-timeline--about{grid-template-columns:1fr!important;border-radius:20px}
  .stx-about-page .stx-timeline--about article{min-height:0!important;border-right:0!important;border-bottom:1px solid #e3e9f0!important;padding:30px 26px!important}
  .stx-about-page .stx-timeline--about article:nth-child(2n),
  .stx-about-page .stx-timeline--about article:nth-child(3n){border-right:0!important}
  .stx-about-page .stx-timeline--about article:nth-child(n+5){border-bottom:1px solid #e3e9f0!important}
  .stx-about-page .stx-timeline--about article:last-child{border-bottom:0!important}
  .stx-about-page .stx-recognition-section{padding-top:78px;padding-bottom:84px}
}


/* ================================================================
   v2.3.4 — Regional timeline top-edge polish
   Keeps the connected 3x2 timeline but moves milestone markers fully
   inside the panel so the first row no longer looks clipped.
   ================================================================ */
.stx-about-page .stx-about-timeline .stx-section-heading{
  margin-bottom:38px;
}
.stx-about-page .stx-timeline--about{
  position:relative;
  isolation:isolate;
}
.stx-about-page .stx-timeline--about:before{
  content:"";
  position:absolute;
  z-index:3;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--stx-orange),var(--stx-yellow) 44%,rgba(255,189,23,.35));
}
.stx-about-page .stx-timeline--about article{
  padding-top:38px!important;
}
.stx-about-page .stx-timeline--about article:before{
  display:none!important;
  content:none!important;
}
.stx-about-page .stx-timeline--about article>span{
  display:inline-flex!important;
  align-items:center;
  gap:9px;
  width:max-content;
  margin:0 0 25px!important;
  padding:7px 10px 7px 9px;
  border:1px solid rgba(253,161,0,.18);
  border-radius:999px;
  background:#fff8e8;
  color:#8a5900!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
  text-transform:uppercase;
}
.stx-about-page .stx-timeline--about article>span:before{
  content:"";
  display:block;
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--stx-orange);
  box-shadow:0 0 0 3px rgba(253,161,0,.11);
}
.stx-about-page .stx-timeline--about article:nth-child(-n+3){
  padding-top:42px!important;
}
.stx-about-page .stx-timeline--about article:nth-child(n+4){
  padding-top:34px!important;
}
.stx-about-page .stx-timeline--about h3{
  max-width:360px;
}
@media(max-width:1050px){
  .stx-about-page .stx-timeline--about article:nth-child(-n+3),
  .stx-about-page .stx-timeline--about article:nth-child(n+4){padding-top:36px!important}
}
@media(max-width:720px){
  .stx-about-page .stx-about-timeline .stx-section-heading{margin-bottom:30px}
  .stx-about-page .stx-timeline--about article,
  .stx-about-page .stx-timeline--about article:nth-child(-n+3),
  .stx-about-page .stx-timeline--about article:nth-child(n+4){padding-top:30px!important}
}


/* ================================================================
   v2.3.5 — Final About-page responsive founder + 8-point timeline
   ================================================================ */
/* Founder portrait: use the tighter card crop without sacrificing the jaw/beard on mobile. */
.stx-about-page .stx-founder-card:first-child figure{
  background:#fff;
}
.stx-about-page .stx-founder-card:first-child figure img{
  object-position:center 42%!important;
}

/* Eight-point operating story: four milestones per row on wide screens. */
.stx-about-page .stx-timeline--about.stx-timeline--eight{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight article{
  min-height:264px!important;
  border-right:1px solid #e3e9f0!important;
  border-bottom:1px solid #e3e9f0!important;
  padding:40px 28px 32px!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(3n){
  border-right:1px solid #e3e9f0!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(4n){
  border-right:0!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(n+4){
  border-bottom:1px solid #e3e9f0!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(n+5){
  border-bottom:0!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight h3{
  max-width:310px;
  font-size:clamp(23px,1.55vw,29px)!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight p{
  font-size:13.5px!important;
}
.stx-about-page .stx-timeline--about.stx-timeline--eight article>span{
  margin-bottom:24px!important;
}

@media(max-width:1180px){
  .stx-about-page .stx-timeline--about.stx-timeline--eight{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight article,
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(3n),
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(4n){
    border-right:1px solid #e3e9f0!important;
    border-bottom:1px solid #e3e9f0!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(2n){
    border-right:0!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(n+7){
    border-bottom:0!important;
  }
}

@media(max-width:720px){
  .stx-about-page .stx-founder-card figure{
    height:330px!important;
  }
  .stx-about-page .stx-founder-card:first-child figure{
    height:350px!important;
  }
  .stx-about-page .stx-founder-card:first-child figure img{
    object-position:center 44%!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight{
    grid-template-columns:1fr!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight article,
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(2n),
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(3n),
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(4n),
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(n+5),
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:nth-child(n+7){
    min-height:0!important;
    border-right:0!important;
    border-bottom:1px solid #e3e9f0!important;
    padding:30px 26px 32px!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight article:last-child{
    border-bottom:0!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight h3{
    max-width:none;
    font-size:clamp(28px,8vw,36px)!important;
  }
  .stx-about-page .stx-timeline--about.stx-timeline--eight p{
    font-size:15px!important;
    line-height:1.68!important;
  }
}
