@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;600&family=Roboto+Mono:wght@300;400;500&display=swap');
/**
 * Content
 */

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: .5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 200;
	color: rgba(117, 115, 92, 1);
	font-family: "Roboto Mono", Monospace;
	font-style: normal;
	line-height: 1.0;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.1rem;
	font-weight: 300;
	color: rgba(45, 45, 45, 0.83);
	font-family: "Roboto Mono", monospace;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(45, 45, 45, 1);
	border-bottom: 0px solid rgba(117, 115, 92, 1);
	text-decoration: none;
}
bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family:'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.15;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
font-family: 'Roboto Condensed', sans-serif;	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(45, 45, 45, 0.86);
	font-size: 2rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: .8rem;
	line-height: 1.2;
	font-family: 'Roboto Mono', monospace;
	font-style: normal;
	font-weight: 300;
	color: rgba(45, 45, 45, 1);
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial/*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent !important;
}
[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgba(250, 249, 240, 1)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-bottom: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgb(250, 249, 240)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 80%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 2.25rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -4.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -3rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.1rem;
    font-size: 1.0rem;
	font-weight: 300;
	color: rgba(117, 115, 92, 1);
	font-family:'Roboto Mono', monospace;
	font-style: normal;
	line-height: 1.0;
}

.thumbnails .tags {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 1.0rem;
	font-weight: 300;
	color: rgba(117, 115, 92, 1);
	font-family:Roboto Mono, monospace;
	font-style: normal;
	line-height: 1.0;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(117, 115, 92, 1);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
  color: rgba(3, 3, 3, 0.75);
  background: transparent;
  position: fixed;
  top: 6rem /*!site_menu_button*/;
  right: 6rem /*!site_menu_button*/;
  padding: 6px;
  font-size: 2em /*!site_menu_button*/;
  line-height: 1;
}

body.mobile #site_menu_button {
  margin: 0;
  top: 1.5rem;
  right: 1.5rem;
  padding: 6px;
  font-size: 2em;
  background: transparent !important;
  z-index: 100001;
}

#site_menu_button.custom_icon {
  width: 25px;
  height: auto;
}

#site_menu_button.active {
  display: none;
}


/**
 * Site Menu
 */

#site_menu {
  font-family: 'Roboto Mono', monospace;
  background: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

#site_menu .page-link a {
  color: rgba(0, 0, 0, 0.75);
}

#site_menu .set-link > a {
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

#site_menu a:active {
  opacity: 0.7;
}

#site_menu a.active {
  opacity: 0.4;
}

#site_menu .close {
  display: none;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.85em;
  font-size: 45px;
}


/**
 * Mobile Site Menu
 */

body.mobile .content_padding {
  padding-bottom: 60px !important;
}

body.mobile #site_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.75rem;
  background: transparent !important;
  z-index: 100000;
}

/* off-white background layer only for the menu */

body.mobile #site_menu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #faf9f0;
  z-index: -1;
}

body.mobile #site_menu .page-link,
body.mobile #site_menu .set-link,
body.mobile #site_menu .page-link a,
body.mobile #site_menu .set-link > a {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background: transparent !important;
}

body.mobile #site_menu a {
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.05em;
}


/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Karla, Icons;
	font-size: 1.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: Karla, Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: Karla, Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 1.1rem /*!quick_view_padding*/;
    padding-bottom: 1.1rem /*!quick_view_padding*/;
    padding-left: 1.1rem /*!quick_view_padding*/;
    padding-right: 1.1rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 71% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.90) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.translucent-box {
  background-color: rgba(250, 249, 240, 0.85); /* white with 60% transparency */
  padding: 40px;
  border-radius: 0px;
  backdrop-filter: blur(0px); /* optional frosted-glass effect */
  -webkit-backdrop-filter: blur(0px);
  box-shadow: 0 0px 0px transparent;
}

.cta-button {
  display: inline-block;
  padding: 0.95rem 2.5rem;
  border: 1px solid rgba(117, 115, 92, 1);
  border-bottom: 1px solid rgba(117, 115, 92, 1) !important;
  border-radius: 0;
  text-decoration: none;
  color: #2d2d2d;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
    line-height: 1;
  box-sizing: border-box;
  transition: all .25s ease;
}

.cta-button:hover {
  background-color: rgba(45, 45, 45, 0.81);
  color: #fff;
}

.custom-nav {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}

.custom-nav a {
  color: #000;
  text-decoration: none;
}

.custom-nav a:hover {
  color: #75735c;
}


.custom-nav .instagram-icon {
  font-family: Icons !important;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: baseline;
}
.icon {
  font-family: Icons !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
/*
 * Accordian Drop
 */

.services-accordion {
  width: 100%;
  font-family: "Roboto Mono", monospace;
}

.services-item {
  border-bottom: 1px solid rgba(117,115,92,0.45);
  padding: 10px 0;   /* increased from 4px */
}

.services-question {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding-right: 30px;
  padding-bottom: 1px;  /* adds space below the title */
  color: rgba(45,45,45,1);
}

.services-question::-webkit-details-marker {
  display: none;
}

.services-question::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(117,115,92,1);
  transition: transform .25s ease;
}

details[open] .services-question::after {
  transform: rotate(-90deg);
}

.services-answer {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.35;
  margin-top: 8px;
  margin-bottom: 6px;
  color: rgba(117,115,92,1);

  padding-left: 22px;     /* creates the indent */
  max-width: 85%;         /* prevents full width */
}

.image-gallery [class*="caption"] {
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.mpal-home {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}

.mpal-intro,
.mpal-crossover,
.mpal-featured,
.mpal-process,
.mpal-cta {
  margin-bottom: 5rem;
}

.mpal-kicker {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  opacity: 0.65;
}

.mpal-intro h1,
.mpal-crossover h2,
.mpal-featured-header h2,
.mpal-process .mpal-featured-header h2,
.mpal-cta h2 {
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.02;
  font-weight: 400;
  margin: 0 0 1rem 0;
  max-width: 1100px;
}

.mpal-intro-text,
.mpal-crossover p,
.mpal-cta h2 {
  max-width: 850px;
}

.mpal-intro-text,
.mpal-crossover p,
.mpal-step p,
.mpal-card-text p,
.mpal-panel-overlay p {
  font-size: 1rem;
  line-height: 1.55;
}

.mpal-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 5rem;
}

.mpal-panel {
  position: relative;
  min-height: 70vh;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.mpal-panel-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.mpal-panel-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0.05) 55%, rgba(0,0,0,0));
  color: white;
}

.mpal-panel:hover .mpal-panel-image {
  transform: scale(1.03);
}

.mpal-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.mpal-panel h2 {
  font-size: clamp(1.8rem, 2.8vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 0.75rem 0;
  font-weight: 400;
}

.mpal-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  width: fit-content;
  padding-bottom: 0.15rem;
}

.mpal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.mpal-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.mpal-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.75rem;
  transition: transform 0.4s ease;
}

.mpal-card:hover .mpal-card-image {
  transform: scale(1.01);
}

.mpal-card-type {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.35rem;
}

.mpal-card h3,
.mpal-step h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0.35rem 0;
}

.mpal-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.mpal-step {
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.mpal-step span {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.5;
}

.mpal-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mpal-cta-links a {
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,0.18);
  padding: 0.8rem 1.1rem;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.mpal-cta-links a:hover {
  background: black;
  color: white;
  border-color: black;
}

@media (max-width: 900px) {
  .mpal-split,
  .mpal-grid,
  .mpal-steps {
    grid-template-columns: 1fr;
  }

  .mpal-panel {
    min-height: 55vh;
  }

  .mpal-home {
    padding: 1rem;
  }
}

.mpal-editorial-home {
  max-width: 1680px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}

.mpal-editorial-kicker {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 0.75rem 0;
}

.mpal-editorial-intro {
  padding: 5rem 0 4rem 0;
}

.mpal-editorial-intro h1 {
  font-size: clamp(2.5rem, 5vw, 5.8rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 0 1.25rem 0;
}

.mpal-editorial-lead {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.mpal-editorial-divider {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.12);
  margin-bottom: 4rem;
}

.mpal-spectrum {
  margin-bottom: 6rem;
}

.mpal-spectrum-header {
  margin-bottom: 1.5rem;
}

.mpal-spectrum-header h2 {
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
}

.mpal-spectrum-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.mpal-spectrum-item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.mpal-spectrum-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.9rem;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.mpal-spectrum-item:hover .mpal-spectrum-image {
  transform: scale(1.02);
  filter: contrast(1.03);
}

.mpal-spectrum-text span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 0.35rem;
}

.mpal-spectrum-text h3 {
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0 0 0.35rem 0;
}

.mpal-spectrum-text p {
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
}

.mpal-editorial-statement {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
  align-items: start;
}

.mpal-editorial-statement-left h2 {
  font-size: clamp(1.8rem, 3.2vw, 3.6rem);
  line-height: 1.03;
  font-weight: 400;
  margin: 0;
  max-width: 820px;
}

.mpal-editorial-statement-right p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}

.mpal-editorial-projects {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 6rem;
}

.mpal-editorial-project a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.mpal-editorial-project-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.75rem;
  transition: transform 0.45s ease;
}

.mpal-editorial-project:hover .mpal-editorial-project-image {
  transform: scale(1.015);
}

.mpal-editorial-project-meta p {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 0.25rem 0;
}

.mpal-editorial-project-meta h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}

.mpal-editorial-cta {
  padding: 2rem 0 4rem 0;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.mpal-editorial-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.mpal-editorial-cta-links a {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  position: relative;
  padding-bottom: 0.15rem;
}

.mpal-editorial-cta-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.35);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.mpal-editorial-cta-links a:hover::after {
  transform: scaleX(1);
}

@media (max-width: 1000px) {
  .mpal-spectrum-track,
  .mpal-editorial-projects,
  .mpal-editorial-statement {
    grid-template-columns: 1fr;
  }

  .mpal-editorial-home {
    padding: 1rem;
  }

  .mpal-editorial-intro {
    padding: 3rem 0;
  }
}

/*
 * News Filter
 */

.press-filter{
margin-bottom:30px;
font-size:14px;
letter-spacing:.05em;
}

.filter-btn{
margin-right:20px;
cursor:pointer;
opacity:.5;
}

.filter-btn.active{
opacity:1;
text-decoration:underline;
}

.press-item{
margin-bottom:16px;
line-height:1.4;
}

.news-filter {
  margin: 2rem 0 1.5rem 0;
  font-size: 14px;
  letter-spacing: .05em;
}

.filter-btn {
  margin-right: 20px;
  cursor: pointer;
  opacity: .5;
}

.filter-btn.active {
  opacity: 1;
  text-decoration: underline;
}

.news-item {
  margin-bottom: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .news-filter {
    font-size: 12px;
    line-height: 1.2;
  }
}
.news-filter {
  white-space: nowrap;
}

/* ==================================
STORY SECTIONS — LIGHTER VERSION
================================== */

.studio-story-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.studio-story-section {
  display: flex;
  align-items: center;
  min-height: 80vh;
  margin: 0;
  padding: 2rem 3vw;
  box-sizing: border-box;
}

.studio-story-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6vw;
  box-sizing: border-box;
}

.story-box {
  width: 100%;
  max-width: 580px;
  padding: 1.2rem 1.25rem;
  background: rgba(248, 242, 233, 0.72);
  box-shadow: 0 10px 50px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

.story-text,
.story-cta {
  margin: 0;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.34;
  letter-spacing: -0.01em;
  color: rgba(35, 33, 31, 0.9);
  font-weight: 400;
  text-align: left;
}

.story-cta {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(35, 33, 31, 0.24);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.story-cta:hover {
  color: rgba(35, 33, 31, 1);
  border-color: rgba(35, 33, 31, 0.55);
}

.studio-story-section + .studio-story-section {
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .studio-story-section {
    min-height: 65vh;
    padding: 1rem;
  }

  .studio-story-inner {
    padding-left: 0;
  }

  .story-box {
    max-width: 100%;
    padding: 1rem;
    background: rgba(248, 242, 233, 0.78);
  }

  .story-text,
  .story-cta {
    font-size: 17px;
    line-height: 1.34;
  }
}