/* STM Cohort Manager — Student Portal styles.
   Layout ported from the approved static portal design (handover July 2026);
   colors and fonts follow the site's Elementor global kit (Fraunces + Inter,
   custom palette) via --e-global-* variables with literal fallbacks.
   Everything is scoped under .stm-portal so it won't fight the theme/Elementor. */

.stm-portal{
	--bg:var(--e-global-color-6c8a4e2,#F7F6F2);            /* Cream */
	--surface:#FFFFFF;
	--surface-alt:#F1EFE8;
	--surface-deep:#E8E5DA;
	--border:#E2DFD3;
	--ink:var(--e-global-color-2be86ef,#28251D);           /* Ink */
	--ink-soft:var(--e-global-color-6d7aa76,#5F625D);      /* Muted */
	--ink-faint:#84877F;
	--accent:var(--e-global-color-c76c889,#0C4E54);        /* Dark Teal */
	--accent-hover:#093B40;
	--accent-soft:#E4EEEF;
	--teal:var(--e-global-color-1c90324,#01696F);          /* Teal */
	--gold:var(--e-global-color-2d84739,#D19900);          /* Gold */
	--gold-soft:#F6EDD4;
	--success:#437A22;--success-soft:#EAF0E3;
	--lock:#6E665C;
	--font-display:var(--e-global-typography-89ef914-font-family,'Fraunces'),Georgia,'Times New Roman',serif;
	--font-body:var(--e-global-typography-a3b7e52-font-family,'Inter'),'Helvetica Neue',Arial,sans-serif;
	--radius:14px;--radius-sm:8px;--container:1120px;
	--shadow:0 1px 2px rgba(30,27,22,.04),0 12px 32px rgba(30,27,22,.06);
	font-family:var(--font-body);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}

/* Hide the theme page title if the portal page was not set to an
   Elementor Full Width / Canvas template. */
body:has(.stm-portal) h1.entry-title{display:none}
.stm-portal *{box-sizing:border-box}
.stm-portal .container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}
.stm-portal a{color:inherit;text-decoration:none}
.stm-portal ul{list-style:none;margin:0;padding:0}
.stm-portal button{font:inherit;cursor:pointer}
.stm-portal .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;letter-spacing:.02em;padding:.7rem 1.3rem;border-radius:999px;border:1.5px solid transparent;transition:background-color .2s,color .2s,border-color .2s,transform .15s;text-align:center}
.stm-portal .btn--primary{background:var(--accent);color:#FBFAF7}
.stm-portal .btn--primary:hover{background:var(--accent-hover);color:#FBFAF7}
.stm-portal .btn--primary:active{transform:translateY(1px)}
.stm-portal .btn--ghost{background:transparent;color:var(--ink);border-color:var(--border)}
.stm-portal .btn--ghost:hover{border-color:var(--ink-soft);color:var(--ink-soft)}
.stm-portal .btn--lg{padding:.95rem 1.9rem;font-size:1.0625rem}
.stm-portal .btn[disabled]{opacity:.5;cursor:not-allowed}

/* Top bar */
.stm-portal-adminbar{background:var(--gold-soft);color:#7A5A28;font-size:.8rem;text-align:center;padding:.5rem 1rem}
.stm-portal-topbar{border-bottom:1px solid var(--border);background:var(--surface)}
.stm-portal-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.8rem;font-size:.85rem}
.stm-portal-topbar__cohort{font-weight:600;color:var(--accent);letter-spacing:.02em}
.stm-portal-topbar__user{color:var(--ink-soft)}
.stm-portal-topbar__user a{color:var(--accent);font-weight:600}
.stm-portal-topbar__user a:hover{text-decoration:underline}

/* Login card */
.stm-login{display:flex;justify-content:center;padding-block:clamp(3rem,8vw,6rem)}
.stm-login__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(1.75rem,4vw,2.75rem);max-width:440px;width:100%;position:relative;overflow:hidden}
.stm-login__card::after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--gold))}
.stm-login__title{font-family:var(--font-display);font-weight:400;font-size:2.2rem;line-height:1.1;margin:.25rem 0 .5rem}
.stm-login__lede{font-size:.95rem;color:var(--ink-soft);margin:0 0 1.4rem}
.stm-login__error{background:#F8ECE8;border:1px solid #D9A08C;border-radius:var(--radius-sm);color:#8C3B22;font-size:.85rem;padding:.7rem .9rem;margin-bottom:1.1rem}
.stm-login__ok{background:var(--success-soft);border:1px solid #9DBC85;border-radius:var(--radius-sm);color:#33601A;font-size:.85rem;padding:.7rem .9rem;margin-bottom:1.1rem}
.stm-login__optional{font-weight:400;text-transform:none;letter-spacing:0;color:var(--ink-faint)}
.stm-login__label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .35rem}
.stm-login__input{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:.75rem .85rem;font-family:var(--font-body);font-size:.95rem;color:var(--ink);margin-bottom:1rem;transition:border-color .2s}
.stm-login__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.stm-login__remember{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--ink-soft);margin-bottom:1.2rem}
.stm-login__submit{width:100%}
.stm-login__forgot{text-align:center;font-size:.85rem;margin:1.1rem 0 0}
.stm-login__forgot a{color:var(--accent);font-weight:600}
.stm-login__forgot a:hover{text-decoration:underline}
.stm-portal-empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--ink-soft);margin-block:3rem}

/* Welcome */
.stm-portal .welcome{position:relative;padding-block:clamp(2.75rem,6vw,4.5rem) clamp(2rem,4vw,3rem);overflow:hidden}
.stm-portal .welcome::before{content:"";position:absolute;inset:0;background:radial-gradient(55% 50% at 85% 0%,rgba(14,77,69,.06),transparent 70%),radial-gradient(40% 40% at 0% 30%,rgba(184,132,58,.05),transparent 70%);pointer-events:none}
.stm-portal .welcome__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,3.5rem);align-items:end}
.stm-portal .eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}
.stm-portal .eyebrow::before{content:"";width:26px;height:1.5px;background:var(--accent)}
.stm-portal .welcome__title{font-family:var(--font-display);font-weight:400;font-size:clamp(2.4rem,1.4rem + 4.4vw,3.75rem);line-height:1.05;letter-spacing:-.01em;margin:0 0 1rem}
.stm-portal .welcome__title em{font-style:italic;color:var(--accent)}
.stm-portal .welcome__lede{font-size:1.2rem;line-height:1.55;color:var(--ink-soft);max-width:48ch;margin:0 0 1.75rem}
.stm-portal .welcome__actions{display:flex;flex-wrap:wrap;gap:.85rem}
.stm-portal .progress-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem;position:relative;overflow:hidden}
.stm-portal .progress-card::after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--gold))}
.stm-portal .progress-card__label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .6rem}
.stm-portal .progress-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.stm-portal .progress-card__big{font-family:var(--font-display);font-size:2rem;line-height:1}
.stm-portal .progress-card__big span:last-child{color:var(--ink-faint);font-size:1.3rem}
.stm-portal .progress-card__next{font-size:.875rem;color:var(--ink-soft)}
.stm-portal .progress-card__next strong{color:var(--accent);font-weight:600}
.stm-portal .progress-bar{height:8px;border-radius:999px;background:var(--surface-deep);overflow:hidden;margin-bottom:.9rem}
.stm-portal .progress-bar__fill{height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--teal));transition:width .5s ease}
.stm-portal .progress-card__meta{font-size:.75rem;color:var(--ink-faint);display:flex;justify-content:space-between}

/* Disciplines */
.stm-portal .disciplines{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-alt);padding-block:2.25rem}
.stm-portal .disciplines__intro{text-align:center;max-width:60ch;margin:0 auto 1.75rem}
.stm-portal .disciplines__intro h2{font-family:var(--font-display);font-weight:400;font-size:1.75rem;margin:0 0 .4rem}
.stm-portal .disciplines__intro p{font-size:.875rem;color:var(--ink-soft);margin:0}
.stm-portal .disciplines__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.stm-portal .discipline{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.1rem 1.15rem}
.stm-portal .discipline__dot{display:block;width:10px;height:10px;border-radius:50%;background:var(--accent);margin-bottom:.6rem}
.stm-portal .discipline:nth-child(2) .discipline__dot{background:var(--gold)}
.stm-portal .discipline:nth-child(3) .discipline__dot{background:#5C6E8C}
.stm-portal .discipline:nth-child(4) .discipline__dot{background:#8A6BA0}
.stm-portal .discipline__name{font-weight:600;font-size:.875rem;margin:0 0 .2rem;line-height:1.3}
.stm-portal .discipline__lens{font-size:.75rem;color:var(--ink-soft);line-height:1.4;margin:0}

/* Section */
.stm-portal .section{padding-block:clamp(2.75rem,6vw,4.5rem)}
.stm-portal .section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:clamp(1.75rem,3vw,2.5rem)}
.stm-portal .section__title{font-family:var(--font-display);font-weight:400;font-size:clamp(1.85rem,1.4rem + 2vw,2.5rem);line-height:1.1;margin:0 0 .5rem}
.stm-portal .section__sub{font-size:1.0625rem;color:var(--ink-soft);line-height:1.55;max-width:560px;margin:0}
.stm-portal .section__filter{font-size:.875rem;color:var(--ink-soft)}
.stm-portal .section__head-right{display:flex;align-items:center;gap:1rem}
.stm-portal .stm-export-btn{padding:.55rem 1.1rem;font-size:.8rem}

/* Practice note */
.stm-portal .practice-note{display:flex;gap:.85rem;align-items:flex-start;background:var(--accent-soft);border:1px solid var(--accent);border-left-width:4px;border-radius:var(--radius);padding:1rem 1.15rem;margin:0 0 1.4rem}
.stm-portal .practice-note__ico{flex:0 0 auto;color:var(--accent);margin-top:.1rem}
.stm-portal .practice-note__ico svg{width:20px;height:20px}
.stm-portal .practice-note__body{font-family:var(--font-body);font-size:.875rem;line-height:1.55;color:var(--ink-soft);margin:0}
.stm-portal .practice-note__body strong{color:var(--accent);font-weight:600}

/* Modules */
.stm-portal .modules{display:grid;gap:1.5rem}
.stm-portal .module{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,box-shadow .2s;position:relative}
.stm-portal .module:hover{border-color:var(--accent-soft);box-shadow:var(--shadow)}
.stm-portal .module__bar{height:4px;background:var(--surface-deep)}
.stm-portal .module[data-status="complete"] .module__bar{background:var(--success)}
.stm-portal .module[data-status="progress"] .module__bar{background:linear-gradient(90deg,var(--accent) 55%,var(--surface-deep) 55%)}
.stm-portal .module[data-status="locked"] .module__bar{background:repeating-linear-gradient(45deg,var(--surface-deep),var(--surface-deep) 8px,#e3ddd0 8px,#e3ddd0 16px)}
.stm-portal .module__body{padding:clamp(1.5rem,3vw,2rem)}
.stm-portal .module__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.85rem}
.stm-portal .module__head-left{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}
.stm-portal .module__num{font-family:var(--font-display);font-size:2rem;line-height:1;color:var(--accent)}
.stm-portal .module[data-status="locked"] .module__num{color:var(--ink-faint)}
.stm-portal .module__tag{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint)}
.stm-portal .pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;padding:.3rem .7rem;border-radius:999px;border:1px solid var(--border)}
.stm-portal .pill--complete{color:var(--success);background:var(--success-soft);border-color:transparent}
.stm-portal .pill--progress{color:var(--accent);background:var(--accent-soft);border-color:transparent}
.stm-portal .pill--locked{color:var(--lock);background:var(--surface-alt);border-color:transparent}
.stm-portal .pill svg{width:13px;height:13px}
.stm-portal .module__title{font-family:var(--font-display);font-weight:400;font-size:1.75rem;line-height:1.2;margin:0 0 .45rem}
.stm-portal .module__desc{font-size:1.0625rem;line-height:1.55;color:var(--ink-soft);max-width:70ch;margin:0 0 1.25rem}
.stm-portal .module__release-note{font-size:.8rem;color:var(--ink-faint);margin:0 0 1rem;font-weight:500}

.stm-portal .module__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}
.stm-portal .panel-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}
.stm-portal .panel-label svg{width:15px;height:15px;color:var(--accent)}
.stm-portal .resources{display:grid;gap:.5rem}
.stm-portal .resource{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);transition:border-color .2s,background .2s}
.stm-portal .resource.is-active:hover{border-color:var(--accent-soft);background:var(--surface-alt)}
.stm-portal .resource__icon{flex:none;width:30px;height:30px;border-radius:7px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}
.stm-portal .resource__icon svg{width:16px;height:16px}
.stm-portal .module[data-status="locked"] .resource__icon{background:var(--surface-alt);color:var(--lock)}
.stm-portal .resource__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}
.stm-portal .resource__name{font-size:.875rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stm-portal .resource__type{font-size:.75rem;color:var(--ink-faint)}
.stm-portal .resource__action{flex:none;font-size:.75rem;font-weight:600;color:var(--accent);white-space:nowrap}
.stm-portal .module[data-status="locked"] .resource{opacity:.7;cursor:not-allowed}
.stm-portal .module[data-status="locked"] .resource__action{color:var(--lock)}
.stm-portal .module[data-status="locked"] .resource__name{color:var(--ink-soft)}

/* Mark complete */
.stm-portal .module__complete{margin-top:1rem}
.stm-portal .module__complete-hint{font-size:.75rem;color:var(--ink-faint);margin:.5rem 0 0;line-height:1.5}
.stm-portal .stm-complete-btn{font-size:.8rem;padding:.55rem 1.1rem}

/* Reflection panels */
.stm-portal .reflection{border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:var(--radius-sm);background:var(--surface-alt);padding:1.1rem 1.15rem;display:flex;flex-direction:column}
.stm-portal .module[data-status="locked"] .reflection{border-left-color:var(--lock)}
.stm-portal .reflection__prompt{font-family:var(--font-display);font-size:1.2rem;line-height:1.35;margin:0 0 .8rem}
.stm-portal .reflection__prompt span{color:var(--gold);font-style:italic}
.stm-portal .module[data-status="locked"] .reflection__prompt span{color:var(--lock)}
.stm-portal .reflection__field{flex:1;width:100%;min-height:92px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:.75rem .85rem;font-family:var(--font-body);font-size:.875rem;line-height:1.55;color:var(--ink);resize:vertical;transition:border-color .2s}
.stm-portal .reflection__field:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.stm-portal .reflection__field::placeholder{color:var(--ink-faint)}
.stm-portal .reflection__field:disabled{background:var(--surface-deep);color:var(--ink-faint);cursor:not-allowed}
.stm-portal .reflection__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.7rem}
.stm-portal .reflection__saved{font-size:.75rem;color:var(--ink-faint);display:flex;align-items:center;gap:.35rem}
.stm-portal .stm-save-btn{padding:.5rem 1rem}
.stm-portal .reflection.session-log{border-left-color:var(--accent)}
.stm-portal .reflection.session-log .reflection__field{min-height:74px}

/* Responsive */
@media (max-width:900px){
	.stm-portal .welcome__grid{grid-template-columns:1fr;align-items:start}
	.stm-portal .disciplines__grid{grid-template-columns:repeat(2,1fr)}
	.stm-portal .module__grid{grid-template-columns:1fr}
}
@media (max-width:680px){
	.stm-portal .disciplines__grid{grid-template-columns:1fr}
	.stm-portal .section__head{flex-direction:column;align-items:flex-start}
	.stm-portal .module__head{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){.stm-portal *{transition:none!important}}

/* ===== IP protection: deterrents only (no watermark) ===== */
@media print{.stm-portal,.stm-portal *{visibility:hidden!important}.stm-portal{display:none!important}}
.stm-portal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.stm-portal .reflection__field,.stm-portal input,.stm-portal textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}

/* Toast */
.stm-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#28251D;color:#FBFAF7;padding:.8rem 1.2rem;border-radius:10px;font-size:.85rem;line-height:1.4;max-width:90vw;text-align:center;opacity:0;transition:opacity .3s,transform .3s;z-index:9999;box-shadow:0 8px 24px rgba(0,0,0,.18);pointer-events:none;font-family:'Inter','Helvetica Neue',Arial,sans-serif}
.stm-toast--show{opacity:1;transform:translate(-50%,0)}

/* ===== Profile (?stm_view=profile) ===== */
.stm-portal .profile{padding-block:clamp(2.5rem,5vw,4rem)}
.stm-portal .profile__head{margin-bottom:1.75rem}
.stm-portal .profile__id{display:flex;align-items:center;gap:1.25rem}
.stm-portal .profile__avatar{flex:none;width:64px;height:64px;border-radius:50%;background:var(--accent);color:#FBFAF7;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.6rem}
.stm-portal .profile__title{font-family:var(--font-display);font-weight:400;font-size:clamp(1.9rem,1.2rem + 2.6vw,2.75rem);line-height:1.1;letter-spacing:-.01em;margin:0 0 .35rem}
.stm-portal .profile__title em{font-style:italic;color:var(--accent)}
.stm-portal .profile__lede{font-size:1.05rem;color:var(--ink-soft);margin:0;max-width:56ch}
.stm-portal .profile__notice{margin-bottom:1.5rem}
.stm-portal .profile__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:1.5rem;align-items:start}
.stm-portal .profile__side,.stm-portal .profile__main{display:grid;gap:1.5rem}
.stm-portal .pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}
.stm-portal .pcard__label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .9rem}
.stm-portal .pcard__title{font-family:var(--font-display);font-weight:500;font-size:1.25rem;margin:0 0 1rem}
.stm-portal .pcard__hint{font-size:.875rem;color:var(--ink-soft);margin:-.5rem 0 1.1rem}
.stm-portal .pcard__row{display:grid;grid-template-columns:1fr 1fr;gap:0 1.25rem}
.stm-portal .pcard__fieldnote{font-size:.75rem;color:var(--ink-faint);margin:-.6rem 0 1rem}
.stm-portal .pcard--journey{position:relative;overflow:hidden}
.stm-portal .pcard--journey::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--accent),var(--gold))}
.stm-portal .pcard__big{font-family:var(--font-display);font-size:1.15rem;margin:0 0 .9rem}
.stm-portal .pcard__big span{font-size:2rem;line-height:1}
.stm-portal .pcard__bar{height:6px;border-radius:999px;background:var(--surface-deep);overflow:hidden;margin-bottom:1.1rem}
.stm-portal .pcard__bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--teal))}
.stm-portal .pcard__facts{display:grid;gap:.55rem;margin:0 0 1.25rem}
.stm-portal .pcard__facts li{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;color:var(--ink-soft);border-bottom:1px dashed var(--border);padding-bottom:.55rem}
.stm-portal .pcard__facts li:last-child{border-bottom:0;padding-bottom:0}
.stm-portal .pcard__facts strong{color:var(--ink);font-weight:600}
.stm-portal .pcard__export{width:100%}
.stm-portal .pcard--intention{background:var(--gold-soft);border-color:#EADFC0}
.stm-portal .pcard--intention .pcard__label{color:#7A5A28}
.stm-portal .pcard__prompt{font-size:.9rem;line-height:1.6;color:var(--ink-soft);margin:0 0 1rem}
.stm-portal .pcard__prompt span{font-family:var(--font-display);font-style:italic;color:var(--ink)}
.stm-portal .pcard__intention-field{margin-bottom:0;background:#FFFDF6}
.stm-portal .profile__actions{display:flex;align-items:center;gap:1.25rem}
.stm-portal .profile__back{font-size:.875rem;color:var(--ink-soft)}
.stm-portal .profile__back:hover{color:var(--accent)}
.stm-portal select.stm-login__input{height:auto;cursor:pointer}
@media (max-width:900px){.stm-portal .profile__grid{grid-template-columns:1fr}.stm-portal .pcard__row{grid-template-columns:1fr}}

/* Capstone: the intention set on the profile, echoed above the reflection */
.stm-portal .reflection__intention{background:var(--gold-soft);border-left:3px solid var(--gold);border-radius:var(--radius-sm);padding:.9rem 1rem;margin:0 0 1rem}
.stm-portal .reflection__intention-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7A5A28;margin:0 0 .4rem}
.stm-portal .reflection__intention-quote{font-family:var(--font-display);font-style:italic;font-size:1rem;line-height:1.5;color:var(--ink);margin:0 0 .4rem}
.stm-portal .reflection__intention-note{font-size:.8rem;color:var(--ink-soft);margin:0}
