@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url('/fonts/dm-sans-latin-wght-normal.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:200 800;font-display:swap;src:url('/fonts/manrope-latin-wght-normal.woff2') format('woff2')}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{width:100%}
@media (min-width: 640px){
.container{max-width:640px}}
@media (min-width: 768px){
.container{max-width:768px}}
@media (min-width: 1024px){
.container{max-width:1024px}}
@media (min-width: 1280px){
.container{max-width:1280px}}
@media (min-width: 1536px){
.container{max-width:1536px}}
.\!visible{visibility:visible !important}
.visible{visibility:visible}
.fixed{position:fixed}
.block{display:block}
.inline{display:inline}
.table{display:table}
.grid{display:grid}
.contents{display:contents}
.hidden{display:none}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
:root {
  --ink: #122d34;
  --muted: #637579;
  --teal: #087f73;
  --teal-dark: #07665f;
  --paper: #fafbf8;
  --line: #dfe5df;
  --pale: #edf3ed;
  --radius: 5px;
  --font: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
  --space: 24px;
  color-scheme: light;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
}
button,
a {
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
::-moz-selection {
  background: #c5e7db;
  color: var(--ink);
}
::selection {
  background: #c5e7db;
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #149484;
  outline-offset: 4px;
  border-radius: 3px;
}
.container {
  max-width: 1320px;
  padding: 0 44px;
  margin: 0 auto;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1.5;
}
.muted {
  color: var(--muted);
}
.teal {
  color: var(--teal);
}
.status-dot,
.sector-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}
.sector-ev {
  background: #598765;
}
.sector-qsr {
  background: #b97442;
}
.sector-c-store {
  background: #527a97;
}
.meta-separator {
  color: #a1ada7;
}
.utility-bar {
  background: var(--ink);
  color: #dce8e4;
  font-size: 10px;
  letter-spacing: 0.035em;
}
.utility-bar .container {
  min-height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utility-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.utility-bar .status-dot {
  background: #99c9a0;
  width: 5px;
  height: 5px;
}
.site-header {
  background: #fafbf8f2;
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.header-main {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1;
}
.brand-news {
  font-weight: 400;
}
.brand-dot {
  color: var(--teal);
  font-weight: 800;
}
.brand-mark {
  display: flex;
  width: 30px;
  height: 31px;
  gap: 4px;
  align-items: flex-end;
  transform: skew(-12deg);
  margin-right: 2px;
}
.brand-mark i {
  display: block;
  background: var(--teal);
  width: 7px;
  border-radius: 1px;
  height: 26px;
}
.brand-mark i:nth-child(2) {
  height: 20px;
}
.brand-mark i:nth-child(3) {
  height: 14px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: 35px;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  align-items: center;
}
.desktop-nav button {
  height: 100%;
  position: relative;
}
.desktop-nav button:hover {
  color: var(--teal);
}
.desktop-nav .nav-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--teal);
}
.nav-badge {
  font-size: 9px;
  margin-left: 6px;
  background: var(--pale);
  padding: 3px 5px;
  border-radius: 2px;
  color: var(--teal);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 21px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  font-size: 12px;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: var(--radius);
  min-height: 44px;
}
.button-primary {
  background: var(--teal);
  color: white;
  border: 1px solid var(--teal);
}
.button-primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}
.button-outline {
  border: 1px solid #b5c5be;
}
.button-outline:hover {
  background: var(--pale);
}
.button-white {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--paper);
}
.button-white:hover {
  background: #dcefe4;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}
.icon-button:hover {
  background: var(--pale);
}
.text-button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.text-button:hover {
  color: var(--teal);
}
.mobile-toggle,
.mobile-nav {
  display: none;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 49px;
  padding-bottom: 32px;
}
.intro .eyebrow {
  margin-bottom: 17px;
  color: var(--teal);
}
.intro h1 {
  font-size: 49px;
  letter-spacing: -2.2px;
  line-height: 1.14;
  font-weight: 600;
}
.intro-aside {
  padding-bottom: 4px;
  min-width: 245px;
}
.intro-aside p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
.intro-aside a {
  font-size: 11px;
  gap: 22px;
}
.lead-grid {
  display: grid;
  grid-template-columns: 1.64fr 1fr;
  gap: 27px;
}
.lead-story {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 455px;
  color: white;
  background: var(--ink);
}
.lead-story > img {
  position: absolute;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.lead-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #0c25281f 0%,
    #0a1c1d5c 29%,
    #081d20f5 100%
  );
}
.lead-label {
  position: absolute;
  top: 25px;
  left: 27px;
  background: #f8fff1ed;
  color: var(--ink);
  font-size: 10px;
  padding: 7px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  font-weight: 600;
}
.lead-copy {
  position: relative;
  padding: 190px 30px 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lead-copy > .eyebrow {
  color: #bcddd1;
  font-size: 9px;
  gap: 10px;
  margin-bottom: 11px;
}
.lead-copy h2 {
  font-size: 29px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.7px;
  max-width: 620px;
}
.lead-copy h2 a:hover {
  color: #d0efdd;
}
.lead-copy > p {
  font-size: 11px;
  line-height: 1.8;
  color: #ceddd9;
  margin-top: 13px;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lead-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
  padding-top: 15px;
  border-top: 1px solid #c4ded340;
}
.lead-bottom > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10px;
  color: #cadad4;
}
.lead-bottom i {
  height: 3px;
  width: 3px;
  background: #cadad4;
  border-radius: 50%;
}
.lead-bottom > a {
  width: 33px;
  height: 33px;
  border: 1px solid #ffffff55;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.lead-bottom > a:hover {
  background: var(--teal);
}
.latest-panel {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  padding: 23px 24px 0;
  border-radius: var(--radius);
  background: white;
}
.section-kicker {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.small-index {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.radar-item {
  display: flex;
  gap: 17px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  flex: 1;
  align-items: center;
}
.radar-item > div {
  flex: 1;
}
.radar-item .eyebrow {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--teal);
  margin-bottom: 8px;
}
.radar-item h3 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.radar-item a:hover {
  color: var(--teal);
}
.radar-item img {
  width: 86px;
  height: 85px;
  border-radius: 3px;
}
.radar-meta {
  font-size: 9px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.radar-meta > span {
  margin-left: auto;
  color: #839589;
}
.radar-more {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  padding: 17px 0;
}
.radar-more:hover {
  color: var(--teal);
}
.industries-section {
  padding-top: 35px;
  padding-bottom: 44px;
}
.industry-heading .eyebrow {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 15px;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f0f4ed;
}
.industry-card {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: left;
  padding: 21px 21px 22px;
  border-right: 1px solid var(--line);
}
.industry-card:last-child {
  border-right: 0;
}
.industry-card:hover {
  background: #e3eee3;
}
.industry-card > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  color: var(--teal);
}
.industry-card > div > span {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #687f75;
}
.industry-card h2 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.industry-card h2 svg {
  color: #627d70;
}
.industry-card p {
  font-size: 10px;
  line-height: 1.65;
  color: #586e60;
  margin-top: 7px;
  max-width: 190px;
}
.journal {
  padding-top: 21px;
  padding-bottom: 67px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.section-heading .eyebrow {
  color: var(--teal);
  margin-bottom: 11px;
}
.section-heading h2 {
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 600;
}
.section-heading > p,
.section-heading > div > p {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 3px;
}
.journal-controls {
  margin-bottom: 27px;
}
.category-tabs {
  display: flex;
  gap: 29px;
  border-bottom: 1px solid var(--line);
  overflow: auto;
  scrollbar-width: thin;
}
.category-tabs button {
  padding: 10px 0 15px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.category-tabs button[aria-pressed="true"] {
  border-color: var(--teal);
  color: var(--teal);
  font-weight: 700;
}
.category-tabs button:hover {
  color: var(--teal);
}
.filter-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 17px;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 4px;
  padding: 0 11px;
  min-width: 240px;
  height: 37px;
  color: #6e8381;
}
.search-box input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 10px;
  height: 35px;
  color: var(--ink);
  min-width: 0;
}
.search-box:focus-within {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.search-box .icon-button {
  height: 24px;
  width: 24px;
}
.filter-selects {
  display: flex;
  gap: 17px;
  align-items: center;
}
.filter-selects select {
  background: transparent;
  border: 0;
  font-size: 10px;
  padding: 5px 16px 5px 4px;
  max-width: 150px;
}
.results-count {
  color: var(--muted);
  font-size: 9px;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 33px;
}
.article-card {
  min-width: 0;
}
.card-image-link {
  display: block;
  position: relative;
  aspect-ratio: 1.72;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--pale);
}
.card-image-link > img {
  height: 100%;
  transition: transform 0.5s;
}
.card-image-link:hover > img {
  transform: scale(1.035);
}
.image-tag {
  position: absolute;
  bottom: 13px;
  left: 13px;
  background: #fffffff2;
  color: var(--ink);
  border-radius: 3px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  font-weight: 600;
}
.image-arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #ffffffed;
  display: grid;
  place-items: center;
}
.card-copy {
  padding: 17px 0 0;
}
.card-copy > .eyebrow {
  font-size: 8px;
  gap: 7px;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  color: var(--teal);
}
.card-copy .sector-dot {
  height: 4px;
  width: 4px;
}
.card-copy h3 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.38px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-copy h3 a:hover {
  color: var(--teal);
}
.card-copy > p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-bottom {
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: var(--muted);
}
.card-bottom > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.load-more {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 40px;
}
.load-more > .button {
  font-size: 10px;
  min-width: 200px;
}
.load-more > span {
  font-size: 9px;
  color: var(--muted);
}
.podcast-section {
  background: var(--ink);
  color: white;
  padding: 51px 0 50px;
  position: relative;
  overflow: hidden;
}
.podcast-section:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 440px;
  height: 440px;
  border: 1px solid #ffffff08;
  border-radius: 50%;
  right: -140px;
  top: -180px;
  box-shadow:
    0 0 0 40px #ffffff04,
    0 0 0 80px #ffffff03;
}
.podcast-section .section-heading {
  margin-bottom: 30px;
}
.podcast-section .section-heading h2 {
  font-size: 35px;
  font-weight: 500;
}
.podcast-section .eyebrow {
  color: #a6cdb6;
}
.podcast-section .status-dot {
  background: #a6cdb6;
}
.podcast-section .section-heading p {
  color: #bdccc7;
}
.audio-disclosure {
  font-size: 9px;
  color: #a3bdae;
  display: block;
  margin-top: 15px;
}
.podcast-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.podcast-art {
  position: relative;
  aspect-ratio: 1.4;
  border-radius: 4px;
  overflow: hidden;
  background: #26454a;
}
.podcast-art > img {
  height: 100%;
  opacity: 0.8;
}
.podcast-art-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #122d3499, #122d3411 40%, #122d34bb);
}
.episode-tag {
  position: absolute;
  top: 15px;
  left: 14px;
  color: #dce9e1;
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.podcast-art button {
  position: absolute;
  right: 15px;
  bottom: 14px;
  width: 37px;
  height: 37px;
  background: #f5f9ed;
  color: var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.podcast-art button:hover {
  background: #b3d5b8;
  transform: scale(1.06);
}
.waveform {
  position: absolute;
  bottom: 19px;
  left: 18px;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 50px;
  opacity: 0.65;
}
.waveform i {
  width: 2px;
  max-height: 40px;
  background: #d6e8d6;
  border-radius: 2px;
}
.podcast-card > .eyebrow {
  font-size: 8px;
  margin-top: 16px;
  margin-bottom: 7px;
}
.podcast-card h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.podcast-card h3 a:hover {
  color: #abd8bd;
}
.podcast-meta {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  color: #a4bdb2;
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid #ffffff20;
}
.podcast-meta > span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.newsletter-banner {
  margin-top: 56px;
  margin-bottom: 58px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #e8f0e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 55px;
  border: 1px solid #dee8d9;
  gap: 30px;
}
.newsletter-banner:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #b7cdb970;
  border-radius: 50%;
  right: -45px;
  top: -105px;
  box-shadow:
    0 0 0 35px #b7cdb929,
    0 0 0 70px #b7cdb921,
    0 0 0 105px #b7cdb914;
  pointer-events: none;
}
.newsletter-banner > div {
  position: relative;
  z-index: 1;
}
.newsletter-banner > .newsletter-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--teal);
}
.newsletter-banner .eyebrow {
  color: var(--teal);
  font-size: 9px;
  margin-bottom: 14px;
}
.newsletter-banner h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.15;
}
.newsletter-banner p {
  font-size: 11px;
  line-height: 1.8;
  color: #536e5d;
  margin-top: 18px;
}
.newsletter-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 230px;
  gap: 12px;
}
.newsletter-action .button {
  width: 220px;
  font-size: 11px;
  justify-content: space-between;
  background: var(--teal);
  color: white;
  border-color: var(--teal);
}
.newsletter-action .button:hover {
  background: var(--teal-dark);
}
.newsletter-action small {
  font-size: 8px;
  color: #56735f;
}
.envelope-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 70px;
  position: relative;
  color: var(--teal);
  margin-bottom: 8px;
  transform: rotate(-7deg);
}
.envelope-art > svg:last-child {
  position: absolute;
  top: 0;
  right: 10px;
  background: #e8f0e5;
  border-radius: 50%;
  padding: 3px;
}
.site-footer {
  background: #f1f4ee;
  border-top: 1px solid var(--line);
  padding-top: 37px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
  gap: 35px;
  padding-bottom: 37px;
}
.site-footer .brand {
  font-size: 24px;
}
.site-footer .brand-mark {
  transform: skew(-12deg) scale(0.8);
  margin-right: -3px;
}
.footer-grid p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 16px;
}
.footer-caption {
  display: block;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #607868;
  margin-top: 18px;
}
.footer-grid .eyebrow {
  font-size: 8px;
  margin: 6px 0 15px;
  color: #607868;
}
.footer-grid button {
  display: flex;
  text-align: left;
  font-size: 10px;
  margin-bottom: 10px;
  align-items: center;
  gap: 9px;
  line-height: 1.5;
}
.footer-grid button:hover {
  color: var(--teal);
}
.footer-grid .text-button {
  font-size: 9px;
  margin-top: 14px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  color: #607868;
  padding-top: 17px;
  padding-bottom: 18px;
  position: relative;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  top: 0;
  height: 1px;
  background: var(--line);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.empty-state {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.empty-state p {
  color: var(--muted);
  font-size: 14px;
}
.empty-state h1 {
  max-width: 650px;
  font-size: 40px;
  line-height: 1.2;
}
.empty-state h3 {
  font-size: 24px;
}
.reader-layout {
  max-width: 1220px;
  padding: 30px 44px 70px;
  margin: 0 auto;
}
.reader-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}
.reader > .eyebrow {
  justify-content: center;
  color: var(--teal);
  margin-bottom: 18px;
}
.reader h1 {
  text-align: center;
  font-size: 44px;
  line-height: 1.22;
  letter-spacing: -1.6px;
  font-weight: 600;
  max-width: 920px;
  margin: 0 auto;
}
.reader-deck {
  max-width: 800px;
  text-align: center;
  margin: 22px auto 25px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.byline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-bottom: 34px;
  font-size: 10px;
}
.author-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pale);
  color: var(--teal);
  font-weight: 700;
}
.byline strong {
  display: block;
  font-weight: 600;
}
.byline span:not(.author-mark) {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.byline .button {
  margin-left: 20px;
  font-size: 10px;
  min-height: 38px;
}
.reader-image {
  height: 420px;
  border-radius: 5px;
}
.reader-body {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 55px;
  margin-top: 42px;
}
.reader-body aside > .eyebrow {
  margin: 8px 0 22px;
}
.reader-body aside > p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.reader-body aside > p > span {
  display: block;
  color: var(--teal);
  font-size: 10px;
  margin-bottom: 7px;
}
.editorial-note {
  padding: 15px;
  background: var(--pale);
  font-size: 11px;
  line-height: 1.7;
  margin-top: 24px;
  border-radius: 4px;
}
.editorial-note p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.reader-tabs {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
}
.reader-tabs button {
  padding: 0 0 12px;
  font-size: 12px;
  border-bottom: 2px solid transparent;
}
.reader-tabs button[aria-pressed="true"] {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.prose {
  font-size: 15px;
  line-height: 1.85;
  color: #3f565a;
  overflow-wrap: anywhere;
}
.prose h2 {
  font-size: 25px;
  line-height: 1.4;
  margin: 35px 0 16px;
  color: var(--ink);
  letter-spacing: -0.5px;
  font-weight: 600;
}
.prose h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0 12px;
  color: var(--ink);
  font-weight: 600;
}
.prose p {
  margin: 16px 0;
}
.prose strong {
  color: var(--ink);
  font-weight: 600;
}
.prose a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose a svg {
  display: inline;
  margin-left: 4px;
}
.prose ul,
.prose ol {
  padding-left: 22px;
  margin: 18px 0;
  list-style: revert;
}
.prose li {
  padding: 5px 0;
}
.prose blockquote {
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--ink);
  padding: 23px 27px;
  background: var(--pale);
  border-left: 3px solid var(--teal);
  margin: 24px 0;
}
.prose pre {
  white-space: pre;
  overflow: auto;
  padding: 20px;
  background: var(--pale);
  font-size: 12px;
  border-radius: 4px;
}
.prose code {
  font-size: 0.88em;
}
.table-scroll {
  max-width: 100%;
  overflow: auto;
  margin: 25px 0;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.prose table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  min-width: 480px;
}
.prose td,
.prose th {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.prose th {
  background: var(--pale);
  font-weight: 600;
}
.transcript section {
  display: flex;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.transcript section > span {
  font-size: 11px;
  color: var(--teal);
  flex-shrink: 0;
  padding-top: 3px;
}
.transcript h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.transcript p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.source-list {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.source-list h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.source-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 13px;
  padding: 8px 0;
}
.dialog {
  position: fixed;
  margin: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: auto;
  box-shadow: 0 25px 100px #06292440;
}
.dialog::backdrop {
  background: #09262fa6;
  backdrop-filter: blur(5px);
}
.dialog-wide {
  width: min(780px, calc(100% - 32px));
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
  background: var(--pale);
}
.newsletter-dialog {
  padding: 40px;
}
.newsletter-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e1eee1;
  color: var(--teal);
  margin-bottom: 24px;
}
.newsletter-dialog .eyebrow {
  font-size: 9px;
  color: var(--teal);
}
.newsletter-dialog h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.9px;
  margin: 13px 0 17px;
}
.newsletter-dialog > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.newsletter-dialog form {
  margin-top: 24px;
}
.newsletter-dialog form > label,
.newsletter-dialog legend {
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.newsletter-dialog form > input,
.newsletter-dialog select {
  width: 100%;
  padding: 12px;
  border: 1px solid #b9c9c0;
  border-radius: 4px;
  background: white;
  font-size: 13px;
}
.newsletter-dialog fieldset {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
.check-option {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 11px;
  padding: 5px 0;
  margin-right: 13px;
  line-height: 1.5;
  cursor: pointer;
}
.check-option input {
  accent-color: var(--teal);
  width: 14px;
  height: 14px;
}
.newsletter-dialog form > .button {
  width: 100%;
  margin-top: 22px;
  justify-content: space-between;
}
.newsletter-dialog form > small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 12px;
  line-height: 1.7;
}
.form-error,
.form-success {
  font-size: 12px !important;
  line-height: 1.7;
  padding: 12px;
  border-radius: 4px;
  margin-top: 15px !important;
}
.form-error {
  color: #9e3f26;
  background: #faece7;
}
.form-success {
  color: #12604f;
  background: #e4f0e7;
}
.policy {
  padding: 40px;
}
.policy h2 {
  margin-top: 14px;
  font-size: 30px;
}
.audio-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: #fafbf8f7;
  border-top: 1px solid #c4d7c9;
  box-shadow: 0 -5px 30px #0d332311;
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 30px;
}
.audio-info {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 30%;
  min-width: 0;
}
.audio-info > div {
  min-width: 0;
}
.audio-icon {
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  background: var(--pale);
  border-radius: 4px;
  color: var(--teal);
  flex-shrink: 0;
}
.audio-info .eyebrow {
  font-size: 8px;
  color: var(--teal);
  margin-bottom: 3px;
}
.audio-info button {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.audio-info small {
  font-size: 10px;
  color: #9e3f26;
  display: block;
  line-height: 1.4;
}
.audio-controls {
  display: flex;
  gap: 7px;
  align-items: center;
}
.audio-play {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: var(--teal);
  color: white;
}
.audio-progress {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 1;
}
.audio-progress input {
  width: 100%;
  min-width: 50px;
  accent-color: var(--teal);
  height: 15px;
}
.audio-progress span {
  font-size: 9px;
  white-space: nowrap;
  color: var(--muted);
}
.audio-dock > select {
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 10px;
  background: transparent;
  padding: 4px;
}
.audio-volume {
  display: flex;
  gap: 7px;
  align-items: center;
}
.audio-volume input {
  width: 65px;
  accent-color: var(--teal);
}
.with-player {
  padding-bottom: 85px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1430px;
  }
  .intro h1 {
    font-size: 56px;
  }
  .lead-story {
    min-height: 490px;
  }
  .lead-copy h2 {
    font-size: 33px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .desktop-nav {
    gap: 20px;
    margin-left: 0;
  }
  .brand {
    font-size: 26px;
  }
  .header-actions {
    gap: 10px;
  }
  .intro h1 {
    font-size: 43px;
  }
  .lead-grid {
    grid-template-columns: 1.45fr 1fr;
    gap: 20px;
  }
  .lead-copy {
    padding-left: 23px;
    padding-right: 23px;
  }
  .lead-copy h2 {
    font-size: 26px;
  }
  .latest-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  .radar-item img {
    width: 70px;
    height: 76px;
  }
  .radar-item h3 {
    font-size: 14px;
  }
  .article-grid {
    gap: 27px 20px;
  }
  .card-copy h3 {
    font-size: 17px;
  }
  .podcast-grid {
    gap: 18px;
  }
  .podcast-meta > span {
    display: none;
  }
  .industry-card {
    padding: 18px 16px;
  }
  .industry-card h2 {
    font-size: 12px;
  }
  .footer-grid {
    gap: 22px;
  }
  .footer-bottom:before {
    left: 30px;
    right: 30px;
  }
  .audio-dock {
    gap: 10px;
    padding: 12px 20px;
  }
  .audio-volume {
    display: none;
  }
  .reader h1 {
    font-size: 37px;
  }
  .reader-body {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .desktop-nav {
    display: none;
  }
  .mobile-toggle {
    display: inline-flex;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 10px 30px 20px;
    border-top: 1px solid var(--line);
  }
  .mobile-nav button {
    text-align: left;
    padding: 13px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--line);
  }
  .header-main {
    height: 77px;
  }
  .intro {
    padding-top: 35px;
  }
  .intro h1 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .intro-aside {
    min-width: 180px;
  }
  .intro-aside p {
    font-size: 11px;
  }
  .lead-grid {
    grid-template-columns: 1fr;
  }
  .lead-story {
    min-height: 430px;
  }
  .lead-copy {
    padding-top: 175px;
  }
  .lead-copy h2 {
    max-width: 570px;
    font-size: 30px;
  }
  .latest-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 20px;
  }
  .section-kicker {
    grid-column: 1/-1;
    padding-bottom: 12px;
  }
  .radar-item {
    border: 0;
    padding: 0;
    display: block;
    align-self: start;
  }
  .radar-item img {
    display: none;
  }
  .radar-item h3 {
    font-size: 13px;
    -webkit-line-clamp: 4;
  }
  .radar-item .eyebrow {
    font-size: 7px;
  }
  .radar-meta > span {
    display: none;
  }
  .radar-more {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-bottom: 0;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-card:nth-child(2) {
    border-right: 0;
  }
  .industry-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .industry-card {
    padding: 20px;
  }
  .industry-card h2 {
    font-size: 15px;
  }
  .industry-card p {
    max-width: 230px;
    font-size: 11px;
  }
  .industry-card > div {
    margin-bottom: 10px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .section-heading > p {
    font-size: 10px;
    max-width: 160px;
  }
  .category-tabs {
    gap: 23px;
  }
  .category-tabs button {
    font-size: 10px;
  }
  .filter-selects {
    gap: 8px;
  }
  .results-count {
    display: none;
  }
  .search-box {
    min-width: 200px;
  }
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-copy h3 {
    font-size: 18px;
  }
  .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
  }
  .podcast-art {
    aspect-ratio: 1.7;
  }
  .podcast-meta > span {
    display: flex;
  }
  .newsletter-banner {
    padding: 35px;
  }
  .newsletter-banner h2 {
    font-size: 32px;
  }
  .newsletter-action {
    min-width: 200px;
  }
  .newsletter-action .button {
    width: 190px;
  }
  .newsletter-banner:after {
    right: -200px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--line);
    padding-top: 20px;
  }
  .footer-grid > div:last-child .eyebrow,
  .footer-grid > div:last-child p,
  .footer-grid > div:last-child .text-button {
    margin: 0;
  }
  .audio-info {
    width: 36%;
  }
  .audio-progress {
    flex-direction: column;
    gap: 0;
  }
  .audio-controls {
    gap: 0;
  }
  .reader-layout {
    padding-left: 30px;
    padding-right: 30px;
  }
  .reader h1 {
    font-size: 33px;
  }
  .reader-body {
    display: block;
  }
  .reader-body aside {
    margin-bottom: 25px;
  }
  .reader-body aside > .eyebrow,
  .reader-body aside > p {
    display: none;
  }
  .editorial-note {
    margin: 0;
  }
  .reader-image {
    height: 330px;
  }
  .byline .button {
    font-size: 9px;
    margin-left: 10px;
  }
  .reader-deck {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .utility-bar .container {
    min-height: 29px;
    justify-content: center;
    font-size: 8px;
  }
  .utility-bar .container > span:last-child {
    display: none;
  }
  .header-main {
    height: 70px;
    gap: 12px;
  }
  .brand {
    font-size: 24px;
    gap: 7px;
    letter-spacing: -1.2px;
  }
  .brand-mark {
    transform: skew(-12deg) scale(0.78);
    width: 25px;
    margin-right: -1px;
  }
  .header-actions {
    gap: 2px;
  }
  .header-actions > .icon-button:first-child {
    display: none;
  }
  .header-subscribe {
    font-size: 9px;
    padding: 8px 10px;
    min-height: 34px;
    gap: 8px;
  }
  .header-subscribe svg {
    width: 12px;
  }
  .mobile-toggle {
    width: 31px;
  }
  .intro {
    padding-top: 31px;
    padding-bottom: 25px;
    display: block;
  }
  .intro .eyebrow {
    font-size: 8px;
    margin-bottom: 15px;
  }
  .intro h1 {
    font-size: 35px;
    letter-spacing: -1.6px;
    line-height: 1.18;
  }
  .intro-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
    gap: 18px;
  }
  .intro-aside p {
    font-size: 10px;
    margin: 0;
    line-height: 1.7;
  }
  .intro-aside .text-button {
    font-size: 9px;
    gap: 7px;
    white-space: nowrap;
  }
  .intro-aside svg {
    width: 13px;
  }
  .lead-story {
    min-height: 435px;
  }
  .lead-label {
    top: 18px;
    left: 20px;
    font-size: 9px;
  }
  .lead-copy {
    padding: 166px 20px 20px;
  }
  .lead-copy h2 {
    font-size: 25px;
    letter-spacing: -0.6px;
  }
  .lead-copy > .eyebrow {
    font-size: 8px;
  }
  .lead-copy > p {
    font-size: 10px;
    max-width: 100%;
  }
  .lead-bottom {
    margin-top: 17px;
  }
  .lead-bottom > span {
    font-size: 8px;
    gap: 7px;
  }
  .latest-panel {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 17px 19px;
  }
  .section-kicker {
    padding-bottom: 12px;
  }
  .radar-item {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .radar-item img {
    display: block;
    width: 75px;
    height: 68px;
  }
  .radar-item h3 {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
  .radar-item .eyebrow {
    font-size: 7px;
  }
  .radar-meta {
    margin-top: 7px;
    font-size: 8px;
  }
  .radar-item:last-of-type {
    border-bottom: 0;
  }
  .radar-more {
    padding-top: 13px;
    font-size: 9px;
  }
  .industries-section {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .industry-heading .eyebrow {
    font-size: 8px;
  }
  .industry-card {
    padding: 17px 14px;
  }
  .industry-card h2 {
    font-size: 12px;
  }
  .industry-card h2 svg {
    width: 13px;
  }
  .industry-card p {
    font-size: 9px;
    line-height: 1.6;
  }
  .industry-card > div svg {
    width: 22px;
  }
  .industry-card > div > span {
    font-size: 8px;
  }
  .journal {
    padding-top: 18px;
    padding-bottom: 39px;
  }
  .section-heading {
    display: block;
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: 25px;
    letter-spacing: -0.8px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .section-heading > p {
    font-size: 10px;
    margin-top: 10px;
    max-width: none;
  }
  .category-tabs {
    gap: 21px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .category-tabs button {
    font-size: 9px;
    padding-bottom: 12px;
  }
  .filter-row {
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 14px;
  }
  .search-box {
    width: 100%;
    height: 39px;
  }
  .search-box input {
    font-size: 11px;
  }
  .filter-selects {
    justify-content: space-between;
    width: 100%;
  }
  .filter-selects select {
    font-size: 10px;
    max-width: none;
  }
  .article-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .card-image-link {
    aspect-ratio: 1.85;
  }
  .card-copy {
    padding-top: 14px;
  }
  .card-copy > .eyebrow {
    font-size: 8px;
    margin-bottom: 9px;
  }
  .card-copy h3 {
    font-size: 19px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
  }
  .card-copy > p {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 9px;
  }
  .card-bottom {
    font-size: 9px;
    margin-top: 15px;
  }
  .load-more {
    margin-top: 30px;
  }
  .podcast-section {
    padding: 32px 0 37px;
  }
  .podcast-section .section-heading {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 23px;
  }
  .podcast-section .section-heading h2 {
    font-size: 28px;
  }
  .podcast-section .section-heading > div:last-child {
    max-width: 142px;
  }
  .podcast-section .section-heading p {
    font-size: 9px;
  }
  .audio-disclosure {
    font-size: 7px;
    line-height: 1.7;
    margin-top: 9px;
  }
  .podcast-grid {
    gap: 25px 17px;
  }
  .podcast-art {
    aspect-ratio: 1.1;
  }
  .podcast-card h3 {
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .podcast-card > .eyebrow {
    font-size: 7px;
    letter-spacing: 0.08em;
    margin-top: 12px;
  }
  .podcast-art button {
    width: 31px;
    height: 31px;
    right: 11px;
    bottom: 11px;
  }
  .podcast-art button svg {
    width: 14px;
  }
  .episode-tag {
    font-size: 7px;
    top: 11px;
    left: 11px;
  }
  .waveform {
    left: 13px;
    gap: 3px;
    bottom: 12px;
  }
  .waveform i {
    max-height: 27px;
  }
  .waveform i:nth-child(n + 8) {
    display: none;
  }
  .podcast-meta {
    font-size: 8px;
    gap: 4px;
    margin-top: 13px;
    padding-top: 9px;
  }
  .podcast-meta > span {
    display: none;
  }
  .newsletter-banner {
    margin-top: 33px;
    margin-bottom: 34px;
    padding: 27px;
    display: block;
  }
  .newsletter-banner h2 {
    font-size: 32px;
  }
  .newsletter-banner .eyebrow {
    font-size: 8px;
  }
  .newsletter-banner p {
    font-size: 11px;
    margin-top: 16px;
    max-width: 260px;
  }
  .newsletter-action {
    align-items: flex-start;
    margin-top: 25px;
    gap: 9px;
  }
  .envelope-art {
    display: none;
  }
  .newsletter-action .button {
    width: 100%;
    font-size: 11px;
  }
  .newsletter-action small {
    font-size: 8px;
  }
  .newsletter-banner:after {
    right: -360px;
    top: -30px;
  }
  .site-footer {
    padding-top: 27px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
    padding-bottom: 25px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid p {
    font-size: 11px;
    margin-top: 13px;
  }
  .footer-grid .brand {
    font-size: 26px;
  }
  .footer-caption {
    font-size: 8px;
    margin-top: 12px;
  }
  .footer-grid .eyebrow {
    font-size: 8px;
    margin: 0 0 13px;
  }
  .footer-grid button {
    font-size: 11px;
  }
  .footer-grid > div:last-child {
    display: block;
    padding-top: 20px;
  }
  .footer-grid > div:last-child .eyebrow {
    margin-bottom: 10px;
  }
  .footer-grid > div:last-child .text-button {
    margin-top: 15px;
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 8px;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 17px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom:before {
    left: 20px;
    right: 20px;
  }
  .reader-layout {
    padding: 23px 20px 40px;
  }
  .reader-top {
    margin-bottom: 28px;
  }
  .reader-top .text-button {
    font-size: 10px;
    gap: 5px;
  }
  .reader > .eyebrow {
    font-size: 8px;
    margin-bottom: 14px;
  }
  .reader h1 {
    font-size: 29px;
    letter-spacing: -1px;
  }
  .reader-deck {
    font-size: 13px;
    margin: 17px auto 20px;
  }
  .byline {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 23px;
  }
  .byline .button {
    margin: 9px 0 0;
    width: 100%;
    font-size: 11px;
  }
  .reader-image {
    height: 235px;
  }
  .reader-body {
    margin-top: 24px;
  }
  .reader-tabs {
    margin-bottom: 15px;
  }
  .prose {
    font-size: 14px;
    line-height: 1.9;
  }
  .prose h2 {
    font-size: 22px;
    margin-top: 25px;
  }
  .prose h3 {
    font-size: 17px;
  }
  .prose blockquote {
    font-size: 18px;
    padding: 18px 20px;
  }
  .newsletter-dialog {
    padding: 30px 24px;
  }
  .newsletter-dialog h2 {
    font-size: 29px;
  }
  .newsletter-dialog > p {
    font-size: 12px;
  }
  .policy {
    padding: 30px 24px;
  }
  .policy h2 {
    font-size: 27px;
  }
  .audio-dock {
    padding: 10px 13px;
    display: grid;
    grid-template-columns: 1fr auto 29px;
    gap: 5px 8px;
  }
  .audio-info {
    width: auto;
    gap: 8px;
  }
  .audio-icon {
    width: 32px;
    height: 32px;
  }
  .audio-icon svg {
    width: 18px;
  }
  .audio-info button {
    font-size: 10px;
    max-width: calc(100vw - 191px);
  }
  .audio-info .eyebrow {
    font-size: 7px;
  }
  .audio-info small {
    font-size: 8px;
  }
  .audio-controls {
    gap: 0;
  }
  .audio-controls .icon-button {
    width: 26px;
  }
  .audio-controls svg {
    width: 14px;
  }
  .audio-play {
    width: 30px;
    height: 30px;
  }
  .audio-progress {
    grid-column: 1/3;
    grid-row: 2;
    flex-direction: row;
    gap: 9px;
  }
  .audio-progress span {
    font-size: 8px;
  }
  .audio-dock > select {
    grid-column: 3;
    grid-row: 2;
    width: 32px;
    padding: 0;
    font-size: 8px;
    border: 0;
  }
  .audio-dock > .icon-button {
    grid-column: 3;
    grid-row: 1;
    width: 29px;
  }
  .with-player {
    padding-bottom: 83px;
  }
  .empty-state h1 {
    font-size: 29px;
  }
  .desktop-only {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.image-disclosure {
  max-width: 1260px;
  margin: 10px auto;
  padding: 0 24px;
  color: #607371;
  font-size: 12px;
}
/* Topic pages share the journal's typography, spacing and restrained palette. */
.desktop-nav a{display:inline-flex;align-items:center;gap:8px;padding:28px 0;color:inherit;text-decoration:none;border-bottom:2px solid transparent;font-size:13px}
.desktop-nav a.nav-active{border-color:var(--accent,#087f73)}
.mobile-nav a{display:block;padding:12px 0;color:inherit;text-decoration:none}
.site-footer .footer-grid>div>a:not(:first-child){display:flex;align-items:center;gap:8px;margin:12px 0;color:inherit;font-size:13px;text-decoration:none}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;padding-top:28px;font-size:12px;line-height:1.7;color:#526b70}
.breadcrumbs>span{display:inline-flex;gap:10px}.breadcrumbs a{color:#087f73;text-decoration:none}
.seo-page{padding-bottom:72px}.seo-hero{max-width:850px;padding:48px 0 34px}.seo-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.09;letter-spacing:-2px;font-weight:500;margin:20px 0}.seo-hero>p{font-size:18px;line-height:1.8;color:#526b70;max-width:740px}.seo-hero>a{color:#087f73;font-size:13px}
.topic-navigation{display:flex;flex-wrap:wrap;gap:12px 24px;padding:24px 0 36px}.topic-navigation a{font-size:13px;color:#087f73;text-decoration:none;padding:8px 0;border-bottom:1px solid #cadbd3}.topic-navigation a[aria-current=page]{font-weight:700;border-color:#087f73}
.guide-feature{display:block;background:#eef4ed;border:1px solid #d5e1d8;padding:32px;margin:0 0 40px;color:#142f35;text-decoration:none;border-radius:5px}.guide-feature:hover{border-color:#087f73}.guide-feature h2{font-size:28px;line-height:1.25;margin:14px 0;font-weight:500}.guide-feature p{color:#526b70;line-height:1.75;max-width:700px}.guide-feature>span:last-child{display:block;margin-top:20px;color:#087f73;font-size:13px;font-weight:600}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.guide-grid .guide-feature{margin-bottom:0}.guide-grid+.button{margin-top:28px}
.guide-body{max-width:800px;margin:0 auto}.scope-note{background:#eef4ed;border-left:3px solid #087f73;padding:20px 24px;font-size:14px;line-height:1.8;color:#526b70}.guide-contents{display:grid;gap:12px;padding:28px 0;border-bottom:1px solid #d5e1d8}.guide-contents a{color:#087f73;font-size:14px}.guide-body section{scroll-margin-top:100px}.guide-body .button{font-size:13px}.related-reading{padding:42px 0}.related-reading>h2{font-size:28px;font-weight:500;margin-bottom:24px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-grid>a{border-top:2px solid #087f73;padding:24px 0;color:#142f35;text-decoration:none}.related-grid h3{font-size:20px;line-height:1.4;font-weight:500;margin:14px 0}.related-grid>a>span:last-child{font-size:12px;color:#087f73}
.pagination{display:flex;justify-content:center;gap:10px;padding-top:40px}.pagination a{border:1px solid #cadbd3;border-radius:3px;padding:12px 18px;text-decoration:none;color:#087f73}.pagination a[aria-current=page]{background:#087f73;color:white}
.planner{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;margin:0 0 40px}.planner-inputs{display:grid;grid-template-columns:1fr 1fr;gap:24px}.planner-inputs label{display:grid;gap:10px;font-size:13px;line-height:1.5}.planner-inputs input{width:100%;min-width:0;border:1px solid #b4c9be;border-radius:4px;background:white;padding:12px;font:inherit}.planner-result{padding:32px;background:#142f35;color:#fff;border-radius:4px}.planner-result .eyebrow{color:#a2d1c2}.planner-result h2{font-size:36px;line-height:1.2;margin:24px 0}.planner-result p{color:#d2e1dc;font-size:14px;line-height:1.75}.planner-result hr{border:0;border-top:1px solid #526b70;margin:24px 0}[hidden]{display:none!important}
@media(max-width:700px){.seo-hero{padding-top:32px}.seo-hero h1{letter-spacing:-1.1px}.seo-hero>p{font-size:16px}.guide-grid,.related-grid,.planner{grid-template-columns:1fr}.guide-feature{padding:24px}.planner-inputs{gap:16px}.topic-navigation{gap:8px 18px}.breadcrumbs{font-size:11px}.guide-body .prose{overflow-wrap:anywhere}}

.analytics-choice{position:fixed;z-index:80;bottom:20px;left:20px;right:20px;max-width:980px;margin:auto;background:#f8faf6;border:1px solid #b7ceca;border-radius:8px;box-shadow:0 8px 36px #15313726;padding:20px 24px;display:flex;gap:24px;align-items:center;color:#153137}.analytics-choice p{font-size:13px;line-height:1.65;margin:6px 0 0;max-width:590px}.analytics-choice a{color:#007f75;text-decoration:underline}.analytics-actions{display:flex;gap:10px;flex-shrink:0}.analytics-actions .button{min-height:44px;padding:10px 14px;font-size:12px}.privacy-settings{background:none;border:0;color:inherit;text-decoration:underline;cursor:pointer;font:inherit;min-height:44px}@media(max-width:760px){.analytics-choice{bottom:10px;left:10px;right:10px;display:block;padding:18px}.analytics-actions{margin-top:14px}.analytics-actions .button{flex:1}}
/* Contrast corrections verified against the light panels used by the journal. */
.industry-card>div>span{color:#435e52}.newsletter-banner .eyebrow{color:#00685e}.newsletter-action small{color:#435c4b}.site-footer .footer-grid p,.site-footer .footer-caption,.site-footer .footer-grid .eyebrow,.site-footer .footer-bottom{color:#485e54}
.nav-badge{color:#00665b}.radar-meta>span{color:#52675a}
