/*
Theme Name: Trina Shoppy
Theme URI: https://trinashoppy.com
Author: Trina Shoppy
Description: A lightweight, mobile-first catalogue theme for Trina Shoppy with WhatsApp ordering and product availability labels.
Version: 1.3.5
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: trina-shoppy
*/

:root {
  --trina-ink: #211820;
  --trina-muted: #6f626b;
  --trina-plum: #6f173f;
  --trina-plum-dark: #4d0f2c;
  --trina-gold: #c99643;
  --trina-cream: #fff8f2;
  --trina-paper: #ffffff;
  --trina-line: #eaded7;
  --trina-green: #147a54;
  --trina-red: #a62d3f;
  --trina-shadow: 0 18px 50px rgba(60, 27, 45, 0.10);
  --trina-radius: 22px;
  --trina-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--trina-ink);
  background: var(--trina-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--trina-plum);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: var(--trina-plum-dark);
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: var(--trina-ink);
  background: #fff;
}

.trina-container {
  width: min(calc(100% - 40px), var(--trina-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(111, 23, 63, 0.08);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.custom-logo-link {
  display: inline-flex;
}

.custom-logo {
  width: auto;
  max-height: 52px;
}

.site-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.site-title a {
  color: var(--trina-ink);
  text-decoration: none;
}

.site-description {
  margin: 4px 0 0;
  color: var(--trina-muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  color: var(--trina-ink);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--trina-plum);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--trina-line);
  border-radius: 12px;
  color: var(--trina-ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: currentColor;
}

.trina-button,
.wp-block-button__link,
input[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid var(--trina-plum);
  border-radius: 999px;
  color: #fff;
  background: var(--trina-plum);
  box-shadow: 0 10px 24px rgba(111, 23, 63, 0.18);
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.trina-button:hover,
.trina-button:focus,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  color: #fff;
  background: var(--trina-plum-dark);
  box-shadow: 0 13px 28px rgba(111, 23, 63, 0.24);
  transform: translateY(-1px);
}

.trina-button--secondary {
  color: var(--trina-plum);
  background: transparent;
  box-shadow: none;
}

.trina-button--secondary:hover,
.trina-button--secondary:focus {
  color: #fff;
  background: var(--trina-plum);
}

.trina-button--whatsapp {
  border-color: #168b62;
  background: #168b62;
  box-shadow: 0 10px 24px rgba(22, 139, 98, 0.18);
}

.trina-button--whatsapp:hover,
.trina-button--whatsapp:focus {
  background: #0f6e4d;
}

.trina-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 126px) 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(201, 150, 67, 0.20), transparent 28%),
    radial-gradient(circle at 72% 88%, rgba(111, 23, 63, 0.16), transparent 31%),
    linear-gradient(135deg, #fff9f4 0%, #fff 55%, #f7e9ee 100%);
}

.trina-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(111, 23, 63, 0.17);
  border-radius: 50%;
  box-shadow: inset 0 0 0 60px rgba(255, 255, 255, 0.22), inset 0 0 0 61px rgba(111, 23, 63, 0.09);
}

.trina-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.trina-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--trina-plum);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trina-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--trina-gold);
}

.trina-hero h1,
.trina-page-hero h1,
.trina-product-single h1,
.trina-entry h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6.2vw, 5.8rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.trina-hero h1 em {
  color: var(--trina-plum);
  font-weight: inherit;
}

.trina-hero__copy {
  max-width: 640px;
}

.trina-hero__copy > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--trina-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.trina-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trina-hero-card {
  position: relative;
  min-height: 390px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(145deg, var(--trina-plum-dark), var(--trina-plum));
  box-shadow: 0 30px 80px rgba(79, 17, 47, 0.25);
}

.trina-hero-card::before,
.trina-hero-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.trina-hero-card::before {
  top: -130px;
  right: -90px;
  width: 320px;
  height: 320px;
}

.trina-hero-card::after {
  right: 65px;
  bottom: -125px;
  width: 250px;
  height: 250px;
}

.trina-hero-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
}

.trina-hero-card__mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.10);
}

.trina-hero-card h2 {
  max-width: 310px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.02;
}

.trina-hero-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.trina-section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.trina-section--cream {
  background: var(--trina-cream);
}

.trina-section--dark {
  color: #fff;
  background: var(--trina-ink);
}

.trina-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.trina-section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.trina-section-heading p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--trina-muted);
}

.trina-section--dark .trina-section-heading p {
  color: rgba(255, 255, 255, 0.67);
}

.trina-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.trina-category-card {
  position: relative;
  min-height: 190px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--trina-line);
  border-radius: var(--trina-radius);
  color: var(--trina-ink);
  background: #fff;
  box-shadow: 0 8px 26px rgba(42, 25, 34, 0.05);
  text-decoration: none;
}

.trina-category-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(140deg, rgba(201, 150, 67, 0.35), rgba(111, 23, 63, 0.14));
  transition: transform 180ms ease;
}

.trina-category-card:hover {
  color: var(--trina-plum);
  transform: translateY(-2px);
}

.trina-category-card:hover::after {
  transform: scale(1.08);
}

.trina-category-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.trina-category-card span {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 28px;
  color: var(--trina-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.trina-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.trina-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--trina-line);
  border-radius: var(--trina-radius);
  background: #fff;
  box-shadow: 0 8px 28px rgba(42, 25, 34, 0.06);
}

.trina-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(145deg, #f5e9e6, #fff8ef);
}

.trina-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.trina-product-card:hover .trina-product-card__image img {
  transform: scale(1.025);
}

.trina-product-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 24px;
  color: rgba(111, 23, 63, 0.55);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  text-align: center;
}

.trina-status {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--trina-green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.trina-status--sold-out {
  background: var(--trina-red);
}

.trina-product-card__body {
  padding: 20px;
}

.trina-product-card__category {
  margin: 0 0 5px;
  color: var(--trina-muted);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.trina-product-card h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.trina-product-card h3 a {
  color: var(--trina-ink);
  text-decoration: none;
}

.trina-price {
  margin: 9px 0 0;
  color: var(--trina-plum);
  font-weight: 800;
}

.trina-product-card .trina-button {
  width: 100%;
  margin-top: 16px;
  padding-inline: 14px;
  font-size: 0.87rem;
}

.trina-empty-state {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px dashed rgba(111, 23, 63, 0.25);
  border-radius: var(--trina-radius);
  color: var(--trina-muted);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.trina-page-hero {
  padding: clamp(55px, 8vw, 92px) 0;
  background: linear-gradient(135deg, var(--trina-cream), #fff);
}

.trina-page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.trina-page-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--trina-muted);
  font-size: 1.08rem;
}

.trina-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.trina-filter {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid var(--trina-line);
  border-radius: 999px;
  color: var(--trina-ink);
  background: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.trina-filter:hover,
.trina-filter.is-active {
  border-color: var(--trina-plum);
  color: #fff;
  background: var(--trina-plum);
}

.trina-content {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
  padding: clamp(55px, 8vw, 94px) 0;
}

.trina-entry h1 {
  margin-bottom: 28px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.trina-entry h2,
.trina-entry h3 {
  margin-top: 1.7em;
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
}

.trina-entry h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.trina-entry img {
  border-radius: 16px;
}

.trina-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.trina-post-card {
  overflow: hidden;
  border: 1px solid var(--trina-line);
  border-radius: var(--trina-radius);
  background: #fff;
}

.trina-post-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--trina-cream);
}

.trina-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trina-post-card__body {
  padding: 24px;
}

.trina-post-card__meta {
  color: var(--trina-muted);
  font-size: 0.8rem;
}

.trina-post-card h2,
.trina-post-card h3 {
  margin: 8px 0 10px;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

.trina-post-card h2 a,
.trina-post-card h3 a {
  color: var(--trina-ink);
  text-decoration: none;
}

.trina-product-single {
  padding: clamp(55px, 8vw, 96px) 0;
}

.trina-product-single__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: clamp(40px, 7vw, 84px);
  align-items: start;
}

.trina-product-single__image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--trina-cream);
}

.trina-product-single__image img {
  display: block;
  width: 100%;
}

.trina-product-single h1 {
  margin-top: 12px;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
}

.trina-product-single .trina-price {
  margin-top: 18px;
  font-size: 1.35rem;
}

.trina-product-single__description {
  margin-top: 24px;
  color: var(--trina-muted);
}

.trina-product-single .trina-button {
  margin-top: 26px;
}

.trina-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trina-info-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--trina-radius);
  background: rgba(255, 255, 255, 0.06);
}

.trina-info-card h3 {
  margin: 0 0 9px;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.trina-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
}

.trina-pagination {
  margin-top: 42px;
}

.trina-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trina-pagination .page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid var(--trina-line);
  border-radius: 10px;
  text-decoration: none;
}

.trina-pagination .current {
  border-color: var(--trina-plum);
  color: #fff;
  background: var(--trina-plum);
}

.site-footer {
  padding: 62px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #171116;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 50px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 13px;
  color: #fff;
  font-family: Georgia, serif;
  font-weight: 500;
}

.site-footer h2 {
  font-size: 2rem;
}

.site-footer p {
  max-width: 460px;
  margin: 0;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .trina-hero__grid,
  .trina-product-single__grid {
    grid-template-columns: 1fr;
  }

  .trina-hero-card {
    min-height: 320px;
  }

  .trina-category-grid,
  .trina-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trina-post-grid,
  .trina-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-toggle {
    display: block;
  }

  .site-navigation {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    padding: 16px;
    border: 1px solid var(--trina-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--trina-shadow);
  }

  .site-navigation.is-open {
    display: block;
  }

  .primary-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .primary-menu a {
    display: block;
    padding: 12px 10px;
  }
}

@media (max-width: 720px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .trina-container,
  .trina-content {
    width: min(calc(100% - 28px), var(--trina-width));
  }

  .site-header__inner {
    min-height: 70px;
  }

  .site-description {
    display: none;
  }

  .trina-hero {
    padding-block: 62px;
  }

  .trina-hero-card {
    min-height: 300px;
    padding: 28px;
  }

  .trina-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .trina-category-grid,
  .trina-product-grid,
  .trina-post-grid,
  .trina-info-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .trina-category-card {
    min-height: 150px;
  }

  .trina-actions .trina-button {
    width: 100%;
  }

  .trina-product-single__grid {
    gap: 32px;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Trina Shoppy 1.1: storefront, service and journal refresh */
:root {
  --trina-emerald: #0b705e;
  --trina-coral: #d84665;
  --trina-sky: #e9f5fb;
  --trina-sun: #f4c95d;
  --trina-radius: 8px;
}

.site-title,
.trina-hero h1,
.trina-page-hero h1,
.trina-product-single h1,
.trina-entry h1 {
  letter-spacing: 0;
}

.site-header {
  border-bottom-color: rgba(33, 24, 32, 0.1);
  box-shadow: 0 8px 28px rgba(33, 24, 32, 0.05);
}

.primary-menu {
  gap: 20px;
}

.primary-menu a {
  position: relative;
  font-size: 0.91rem;
  font-weight: 750;
}

.primary-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--trina-coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus::after,
.current-menu-item > a::after {
  transform: scaleX(1);
}

.trina-button {
  border-radius: 6px;
  letter-spacing: 0;
}

.trina-hero--editorial {
  padding: 64px 0 50px;
  border-bottom: 1px solid #e9dce3;
  background: #f8f4f6;
}

.trina-hero--editorial::after {
  display: none;
}

.trina-hero--editorial .trina-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 54px;
}

.trina-hero--editorial h1 {
  max-width: 700px;
  color: #241724;
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.trina-hero__headline {
  color: var(--trina-plum) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem !important;
  line-height: 1.15;
}

.trina-hero--editorial .trina-hero__copy > p:not(.trina-hero__headline) {
  max-width: 640px;
  font-size: 1.08rem;
}

.trina-motion-line {
  max-width: 610px;
  margin-top: 26px;
  overflow: hidden;
  border-block: 1px solid rgba(111, 23, 63, 0.18);
  color: var(--trina-emerald);
  font-size: 0.77rem;
  font-weight: 850;
  line-height: 2.6;
  white-space: nowrap;
}

.trina-motion-line span {
  display: inline-block;
  min-width: max-content;
  animation: trina-marquee 18s linear infinite;
}

.trina-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
  color: #5f525a;
  font-size: 0.82rem;
  font-weight: 750;
}

.trina-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trina-hero__trust span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--trina-emerald);
}

.trina-hero-gallery {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trina-hero-gallery__item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #221820;
  box-shadow: 0 18px 45px rgba(39, 22, 33, 0.16);
  text-decoration: none;
}

.trina-hero-gallery__item--1 {
  grid-row: 1 / 3;
  animation: trina-float 7s ease-in-out infinite;
}

.trina-hero-gallery__item--2 {
  animation: trina-float 7s ease-in-out 800ms infinite;
}

.trina-hero-gallery__item--3 {
  animation: trina-float 7s ease-in-out 1500ms infinite;
}

.trina-hero-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.trina-hero-gallery__item:hover img,
.trina-hero-gallery__item:focus img {
  transform: scale(1.035);
}

.trina-hero-gallery__item span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 16px 14px;
  color: #fff;
  background: linear-gradient(transparent, rgba(20, 12, 18, 0.88));
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.trina-offer-rail {
  color: #fff;
  background: #21131f;
}

.trina-offer-rail__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trina-offer-rail a {
  display: block;
  padding: 19px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
}

.trina-offer-rail a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.trina-offer-rail strong {
  margin-right: 6px;
  color: var(--trina-sun);
}

.trina-offer-rail del {
  color: rgba(255, 255, 255, 0.62);
  text-decoration-thickness: 2px;
}

.trina-offer-rail ins {
  margin-left: 5px;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.trina-section--cream {
  background: #fff9f2;
}

.trina-category-grid {
  gap: 16px;
}

.trina-category-card {
  min-height: 180px;
  border-radius: 8px;
  box-shadow: none;
}

.trina-category-card:nth-child(3n + 1) {
  border-top: 5px solid var(--trina-coral);
}

.trina-category-card:nth-child(3n + 2) {
  border-top: 5px solid var(--trina-emerald);
}

.trina-category-card:nth-child(3n + 3) {
  border-top: 5px solid #3078a5;
}

.trina-category-card__number {
  position: static;
  display: block;
  margin-bottom: 24px;
  color: rgba(111, 23, 63, 0.28);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.trina-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.trina-feature {
  position: relative;
  min-height: 330px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.trina-feature:hover,
.trina-feature:focus {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(31, 19, 28, 0.18);
}

.trina-feature--suits {
  background: #173f4f;
}

.trina-feature--hats {
  background: #751e48;
}

.trina-feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 9px;
  background: var(--trina-sun);
}

.trina-feature .trina-eyebrow {
  color: #fff;
}

.trina-feature h3 {
  max-width: 520px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
}

.trina-feature p {
  margin: 22px 0 0;
  font-size: 1.05rem;
}

.trina-feature del {
  color: rgba(255, 255, 255, 0.65);
  text-decoration-thickness: 2px;
}

.trina-feature ins {
  margin-left: 10px;
  color: var(--trina-sun);
  font-weight: 850;
  text-decoration: none;
}

.trina-feature__link {
  margin-top: 38px;
  font-weight: 800;
}

.trina-section--latest {
  background: #f2f8f5;
}

.trina-product-card {
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(36, 26, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trina-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(36, 26, 31, 0.13);
}

.trina-product-card__image {
  border-radius: 0;
}

.trina-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  color: var(--trina-plum);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.trina-price__was {
  color: #806f79;
  font-size: 0.88em;
  font-weight: 650;
  text-decoration: line-through;
  text-decoration-color: var(--trina-coral);
  text-decoration-thickness: 2px;
}

.trina-price__now {
  color: #a10f49;
  font-weight: 900;
}

.trina-service-band {
  padding: 78px 0;
  color: #fff;
  background: var(--trina-emerald);
  border-top: 10px solid var(--trina-sun);
}

.trina-service-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 70px;
  align-items: center;
}

.trina-service-band .trina-eyebrow {
  color: #fff;
}

.trina-service-band h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.02;
}

.trina-service-band p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
}

.trina-button--light {
  border-color: #fff;
  color: #211820;
  background: #fff;
}

.trina-service-band__price {
  padding: 36px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  text-align: center;
}

.trina-service-band__price span,
.trina-service-band__price small {
  display: block;
}

.trina-service-band__price strong {
  display: block;
  margin: 6px 0 8px;
  color: var(--trina-sun);
  font-family: Georgia, serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
}

.trina-section--dark {
  background: #1b171b;
}

.trina-section--dark .trina-info-card {
  border-radius: 8px;
  background: #282127;
  box-shadow: none;
}

.trina-info-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--trina-sun);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.trina-section--journal {
  background: var(--trina-sky);
}

.trina-post-card {
  border-radius: 8px;
}

.trina-journal-intro {
  max-width: 760px;
  padding: 34px 0;
  border-top: 1px solid #bdd9e8;
}

.trina-community {
  padding: 82px 0;
  background: #fff;
}

.trina-community__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.trina-community__grid > div {
  min-height: 330px;
  padding: 48px;
}

.trina-community__grid > div:first-child {
  background: #fff0c9;
}

.trina-community__grid > div:last-child {
  background: #f7e7ee;
}

.trina-community h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.08;
}

.trina-community p {
  max-width: 550px;
}

.trina-text-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 850;
}

.trina-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trina-social-links a {
  padding: 10px 14px;
  border: 1px solid rgba(111, 23, 63, 0.22);
  border-radius: 6px;
  color: var(--trina-plum);
  font-weight: 800;
  text-decoration: none;
}

.trina-social-links a:hover,
.trina-social-links a:focus {
  border-color: var(--trina-plum);
  color: #fff;
  background: var(--trina-plum);
}

.trina-page-hero {
  padding: 72px 0 64px;
  border-bottom: 1px solid #d6e3dc;
  background: #eef6f2;
}

.trina-page-hero h1 {
  font-size: 4rem;
  line-height: 1;
}

.trina-content {
  padding-top: 70px;
  padding-bottom: 86px;
}

.trina-entry {
  font-size: 1.04rem;
}

.trina-entry h2 {
  margin-top: 2.2em;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1.15;
}

.trina-entry h3 {
  margin-top: 1.8em;
  font-size: 1.25rem;
}

.trina-entry a {
  font-weight: 700;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
}

.site-footer__social a {
  color: #fff;
  font-weight: 700;
}

@keyframes trina-marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes trina-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 1100px) {
  .trina-hero--editorial .trina-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 34px;
  }

  .primary-menu {
    gap: 14px;
  }

  .primary-menu a {
    font-size: 0.84rem;
  }
}

@media (max-width: 980px) {
  .trina-hero--editorial .trina-hero__grid,
  .trina-service-band__grid {
    grid-template-columns: 1fr;
  }

  .trina-hero--editorial h1 {
    font-size: 4rem;
  }

  .trina-hero-gallery {
    min-height: 510px;
  }

  .trina-service-band__grid {
    gap: 38px;
  }

  .trina-service-band__price {
    max-width: 420px;
  }

  .trina-offer-rail__inner {
    grid-template-columns: 1fr;
  }

  .trina-offer-rail a,
  .trina-offer-rail a:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .primary-menu a::after {
    display: none;
  }

  .trina-hero--editorial {
    padding: 44px 0 36px;
  }

  .trina-hero--editorial h1 {
    font-size: 3rem;
  }

  .trina-hero__headline {
    font-size: 1.55rem !important;
  }

  .trina-hero-gallery {
    min-height: 420px;
    grid-template-columns: 1.25fr 0.75fr;
  }

  .trina-hero-gallery__item span {
    display: none;
  }

  .trina-feature-grid,
  .trina-community__grid {
    grid-template-columns: 1fr;
  }

  .trina-feature {
    min-height: 280px;
    padding: 30px;
  }

  .trina-feature h3 {
    font-size: 2rem;
  }

  .trina-service-band {
    padding: 58px 0;
  }

  .trina-service-band h2 {
    font-size: 2.5rem;
  }

  .trina-service-band__price strong {
    font-size: 3.6rem;
  }

  .trina-community {
    padding: 0;
  }

  .trina-community .trina-container {
    width: 100%;
  }

  .trina-community__grid > div {
    min-height: 0;
    padding: 42px 24px;
  }

  .trina-community h2 {
    font-size: 2.15rem;
  }

  .trina-page-hero {
    padding: 50px 0 44px;
  }

  .trina-page-hero h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 460px) {
  .trina-hero-gallery {
    min-height: 350px;
    gap: 8px;
  }

  .trina-hero--editorial h1 {
    font-size: 2.55rem;
  }

  .trina-motion-line {
    max-width: calc(100vw - 28px);
  }

  .trina-product-card__body {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trina-motion-line span,
  .trina-hero-gallery__item--1,
  .trina-hero-gallery__item--2,
  .trina-hero-gallery__item--3 {
    animation: none;
  }
}


.site-footer__grid {
  grid-template-columns: 1.25fr 1fr 0.7fr 0.9fr;
  gap: 36px;
}

.site-footer__contact {
  margin-top: 18px !important;
}

@media (max-width: 980px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}


.trina-service-band__aside {
  display: grid;
  gap: 16px;
}

.trina-service-band__visual {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: #fff;
}

.trina-service-band__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.trina-showcase {
  padding: 84px 0;
  color: #fff;
  background: #1d151c;
}

.trina-showcase .trina-section-heading h2 {
  color: #fff;
}

.trina-showcase .trina-eyebrow {
  color: #f3d48b;
}

.trina-showcase__grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trina-showcase__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #30272e;
}

.trina-showcase__item--wide {
  grid-row: 1 / 3;
}

.trina-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 500ms ease;
}

.trina-showcase__item:hover img {
  transform: scale(1.025);
}

.trina-showcase__item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 3px;
  padding: 44px 20px 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(17, 10, 15, 0.9));
}

.trina-showcase__item figcaption strong {
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.trina-showcase__item figcaption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .trina-showcase__grid {
    min-height: 590px;
    grid-template-columns: 1.15fr 0.85fr;
  }
}

@media (max-width: 720px) {
  .trina-showcase {
    padding: 58px 0;
  }

  .trina-showcase__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .trina-showcase__item,
  .trina-showcase__item--wide {
    min-height: 440px;
    grid-row: auto;
  }

  .trina-service-band__visual {
    aspect-ratio: 1 / 1;
  }
}


.page .trina-content {
  width: min(calc(100% - 40px), 940px);
}

.page .trina-entry h1 {
  max-width: 900px;
  font-size: 4.1rem;
  line-height: 1;
}

.trina-page-intro {
  margin: 22px 0 36px;
  color: #5d5058;
  font-size: 1.28rem;
  line-height: 1.55;
}

.trina-page-feature-image {
  margin: 38px 0 46px;
  overflow: hidden;
  max-height: 660px;
  border-radius: 8px;
  background: #f1ecef;
}

.trina-page-feature-image img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: top center;
}

.trina-page-highlight {
  margin: 44px 0;
  padding: 34px 38px;
  border-left: 7px solid var(--trina-emerald);
  background: #edf7f3;
}

.trina-page-highlight--careers {
  border-left-color: var(--trina-coral);
  background: #f9edf2;
}

.trina-page-highlight h2 {
  margin-top: 0;
}

.trina-entry .wp-block-list {
  padding-left: 1.3em;
}

.trina-entry .wp-block-list li + li {
  margin-top: 10px;
}

.trina-page-cta {
  margin-top: 52px;
  padding: 42px;
  border-radius: 8px;
  color: #fff;
  background: #211820;
}

.trina-page-cta h2 {
  margin-top: 0;
  color: #fff;
}

.trina-page-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.wp-block-button.trina-button {
  padding: 0;
  border: 0;
  background: transparent;
}

.wp-block-button.trina-button .wp-block-button__link {
  border-radius: 6px;
  color: #fff;
  background: var(--trina-coral);
  font-weight: 800;
}

.page .wp-block-columns {
  gap: 26px;
  margin-block: 28px 40px;
}

.page .wp-block-column {
  padding-top: 22px;
  border-top: 4px solid var(--trina-sun);
}

@media (max-width: 720px) {
  .page .trina-content {
    width: min(calc(100% - 28px), 940px);
  }

  .page .trina-entry h1 {
    font-size: 2.8rem;
  }

  .trina-page-intro {
    font-size: 1.12rem;
  }

  .trina-page-highlight,
  .trina-page-cta {
    padding: 28px 24px;
  }
}


.trina-page-hero--journal {
  border-bottom: 0;
  color: #fff;
  background: #173f4f;
}

.trina-page-hero--journal .trina-eyebrow,
.trina-page-hero--journal h1 {
  color: #fff;
}

.trina-page-hero--journal p {
  color: rgba(255, 255, 255, 0.8);
}

.trina-journal-topics {
  border-bottom: 1px solid #dfbd68;
  background: #f6d887;
}

.trina-journal-topics .trina-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 34px;
  padding-block: 17px;
  color: #3f2b17;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.trina-article-content {
  width: min(calc(100% - 40px), 980px);
}

.trina-article__back {
  display: inline-block;
  margin-bottom: 36px;
  font-weight: 800;
  text-decoration: none;
}

.trina-article__header {
  max-width: 920px;
}

.trina-article__header h1 {
  font-size: 4.6rem;
  line-height: 0.98;
}

.trina-article__dek {
  max-width: 790px;
  margin: 26px 0 0;
  color: #655760;
  font-size: 1.25rem;
  line-height: 1.55;
}

.trina-article__image {
  margin: 46px 0 54px;
  overflow: hidden;
  max-height: 720px;
  border-radius: 8px;
  background: #eee8ec;
}

.trina-article__image img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: center;
}

.trina-article__body {
  max-width: 780px;
  margin-inline: auto;
}

.trina-article__body > p:first-child {
  font-size: 1.2rem;
}

.trina-article__body h2 {
  padding-top: 0.55em;
}

.trina-article__body del {
  color: #806f79;
  text-decoration-color: var(--trina-coral);
  text-decoration-thickness: 2px;
}

.trina-article__footer {
  max-width: 780px;
  margin: 70px auto 0;
  padding: 42px;
  border-top: 8px solid var(--trina-sun);
  border-radius: 8px;
  color: #fff;
  background: #211820;
}

.trina-article__footer h2 {
  margin-top: 0;
  color: #fff;
}

.trina-article__footer p {
  color: rgba(255, 255, 255, 0.8);
}

.trina-section--journal .trina-post-card {
  border-color: #c7dfe9;
}

.trina-post-card__meta {
  letter-spacing: 0;
}

@media (max-width: 720px) {
  .trina-article-content {
    width: min(calc(100% - 28px), 980px);
  }

  .trina-article__header h1 {
    font-size: 2.8rem;
  }

  .trina-article__dek {
    font-size: 1.1rem;
  }

  .trina-article__image {
    margin: 34px 0 40px;
  }

  .trina-article__footer {
    padding: 30px 24px;
  }

  .trina-journal-topics .trina-container {
    justify-content: flex-start;
    gap: 8px 20px;
  }
}


/* Trina Shoppy dimensional showroom - 1.2.0 */
:root {
  --trina-wine: #7e1646;
  --trina-wine-deep: #471026;
  --trina-emerald: #08715e;
  --trina-emerald-deep: #04483d;
  --trina-sapphire: #175d86;
  --trina-sapphire-deep: #103e5a;
  --trina-coral: #dc4f6f;
  --trina-gold-bright: #e3b953;
  --trina-ivory: #fffaf4;
  --trina-night: #18121a;
  --trina-depth-shadow: 0 22px 45px rgba(35, 17, 30, 0.16), 0 7px 0 rgba(71, 16, 38, 0.08);
}

body {
  background: #fffdf9;
  color: var(--trina-night);
}

.site-header {
  border-bottom: 1px solid rgba(126, 22, 70, 0.14);
  box-shadow: 0 10px 28px rgba(35, 17, 30, 0.08);
}

.site-branding,
.primary-navigation,
.header-actions {
  position: relative;
  z-index: 4;
}

.site-title,
.site-title a {
  color: var(--trina-wine-deep);
  text-shadow: 0 2px 0 rgba(227, 185, 83, 0.28);
}

.primary-navigation a {
  position: relative;
  font-weight: 750;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  background: var(--trina-coral);
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transform-origin: center;
  transition: opacity .2s ease, transform .2s ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after,
.primary-navigation .current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.trina-hero--editorial {
  position: relative;
  overflow: hidden;
  min-height: clamp(700px, 82vh, 900px);
  background: var(--trina-ivory);
  border-bottom: 10px solid var(--trina-gold-bright);
  isolation: isolate;
}

.trina-hero--editorial::before {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - 1480px) / 2));
  width: min(39vw, 570px);
  height: 100%;
  background: var(--trina-wine-deep);
  border-left: 10px solid var(--trina-gold-bright);
  content: "";
  z-index: -1;
}

.trina-hero--editorial::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 14px;
  background: var(--trina-emerald);
  content: "";
  z-index: 0;
}

.trina-hero__grid {
  min-height: clamp(700px, 82vh, 900px);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
}

.trina-hero__copy {
  position: relative;
  z-index: 5;
  max-width: 670px;
  padding-block: clamp(70px, 9vw, 118px);
}

.trina-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  background: var(--trina-emerald);
  color: #fff;
  box-shadow: 5px 5px 0 var(--trina-gold-bright);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trina-hero__copy h1 {
  margin-top: 22px;
  color: var(--trina-wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 8.2rem);
  line-height: .83;
  letter-spacing: 0;
  text-shadow:
    0 3px 0 #fff,
    0 7px 0 rgba(227, 185, 83, .5),
    0 14px 24px rgba(71, 16, 38, .15);
}

.trina-hero__headline {
  max-width: 650px;
  color: var(--trina-night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  line-height: 1.1;
}

.trina-hero__copy > p:not(.trina-hero__eyebrow):not(.trina-hero__headline) {
  max-width: 610px;
  color: #4d4048;
  font-size: 1.08rem;
  line-height: 1.75;
}

.trina-motion-line {
  position: relative;
  max-width: 610px;
  margin-block: 24px 27px;
  border: 1px solid rgba(126, 22, 70, .18);
  background: #fff;
  box-shadow: 7px 7px 0 rgba(23, 93, 134, .16);
  transform: translateZ(0);
}

.trina-motion-line::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--trina-sapphire);
  content: "";
  z-index: 2;
}

.trina-motion-line__track {
  color: var(--trina-wine-deep);
  font-weight: 850;
}

.trina-actions .button,
.trina-actions .wp-element-button {
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 7px 0 var(--trina-wine-deep), 0 12px 24px rgba(71, 16, 38, .18);
  transform: translateY(-3px);
  transition: box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.trina-actions .button:hover,
.trina-actions .button:focus-visible,
.trina-actions .wp-element-button:hover,
.trina-actions .wp-element-button:focus-visible {
  box-shadow: 0 3px 0 var(--trina-wine-deep), 0 8px 16px rgba(71, 16, 38, .16);
  transform: translateY(1px);
}

.trina-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
}

.trina-hero__trust span {
  position: relative;
  padding-left: 18px;
  color: #493d44;
  font-weight: 760;
}

.trina-hero__trust span::before {
  position: absolute;
  top: .46em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--trina-gold-bright);
  border: 2px solid var(--trina-wine);
  box-shadow: 2px 2px 0 rgba(126, 22, 70, .18);
  content: "";
  transform: rotate(45deg);
}

.trina-hero-gallery {
  position: relative;
  z-index: 3;
  min-height: 610px;
  padding: 50px 26px 64px;
  perspective: 1500px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.trina-hero-gallery::before {
  position: absolute;
  inset: 42px 0 52px;
  background: #211424;
  border: 1px solid rgba(227, 185, 83, .72);
  box-shadow:
    inset 0 0 0 9px rgba(255, 255, 255, .03),
    inset 0 22px 40px rgba(255, 255, 255, .05),
    18px 24px 0 rgba(8, 113, 94, .82),
    28px 36px 45px rgba(24, 18, 26, .36);
  content: "";
  transform: rotateY(-5deg) rotateX(1.5deg) translateZ(-45px);
  transform-origin: center;
  z-index: -2;
}

.trina-hero-gallery::after {
  position: absolute;
  right: -22px;
  bottom: 18px;
  left: 18px;
  height: 132px;
  background: #321729;
  border-top: 7px solid var(--trina-gold-bright);
  box-shadow: 0 28px 32px rgba(24, 18, 26, .3);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  content: "";
  transform: rotateX(63deg) translateZ(-30px);
  transform-origin: top;
  z-index: -1;
}

.trina-hero-gallery__item {
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow:
    0 26px 34px rgba(0, 0, 0, .28),
    0 0 0 2px var(--trina-gold-bright);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, filter .42s ease;
}

.trina-hero-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.015);
  transition: transform .5s ease, filter .5s ease;
}

.trina-hero-gallery__item--1 {
  transform: translate3d(-8px, 10px, 80px) rotateY(8deg) rotateZ(-2deg);
}

.trina-hero-gallery__item--2 {
  transform: translate3d(8px, -10px, 36px) rotateY(-8deg) rotateZ(2deg);
}

.trina-hero-gallery__item--3 {
  transform: translate3d(-12px, -4px, 116px) rotateY(5deg) rotateZ(-1deg);
}

.trina-offer-rail {
  position: relative;
  z-index: 6;
  border-top: 0;
  border-bottom: 0;
  background: var(--trina-night);
  box-shadow: 0 18px 36px rgba(24, 18, 26, .18);
}

.trina-offer-rail__item {
  position: relative;
  min-height: 132px;
  padding: 30px clamp(24px, 4vw, 58px);
  border-right: 1px solid rgba(255,255,255,.2);
  color: #fff;
  box-shadow: inset 0 7px 0 rgba(255,255,255,.08), inset 0 -7px 0 rgba(0,0,0,.14);
}

.trina-offer-rail__item:nth-child(1) { background: var(--trina-wine); }
.trina-offer-rail__item:nth-child(2) { background: var(--trina-sapphire); }
.trina-offer-rail__item:nth-child(3) { background: var(--trina-emerald); }

.trina-offer-rail__item::after {
  position: absolute;
  right: 22px;
  bottom: 14px;
  color: rgba(255,255,255,.16);
  content: "TS";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.trina-offer-rail__item strong,
.trina-offer-rail__item span {
  position: relative;
  z-index: 1;
}

.trina-section--cream {
  background: #fffaf4;
}

.trina-section__eyebrow {
  color: var(--trina-wine);
  font-weight: 900;
  letter-spacing: .08em;
}

.trina-section__heading h2 {
  color: var(--trina-wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 3px 0 rgba(227,185,83,.2);
}

.trina-category-grid {
  perspective: 1200px;
}

.trina-category-card {
  position: relative;
  border: 1px solid rgba(24,18,26,.1);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--trina-depth-shadow);
  transform-style: preserve-3d;
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease;
  isolation: isolate;
}

.trina-category-card::before {
  position: absolute;
  inset: 10px -10px -10px 10px;
  background: var(--trina-gold-bright);
  border-radius: 6px;
  content: "";
  opacity: .72;
  transform: translateZ(-20px);
  z-index: -1;
}

.trina-category-card:nth-child(2)::before { background: var(--trina-coral); }
.trina-category-card:nth-child(3)::before { background: var(--trina-sapphire); }
.trina-category-card:nth-child(4)::before { background: var(--trina-emerald); }

.trina-category-card__icon {
  background: var(--trina-wine);
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--trina-gold-bright), 0 9px 16px rgba(71,16,38,.2);
  transform: translateZ(28px);
}

.trina-category-card:nth-child(2) .trina-category-card__icon { background: var(--trina-sapphire); }
.trina-category-card:nth-child(3) .trina-category-card__icon { background: var(--trina-emerald); }
.trina-category-card:nth-child(4) .trina-category-card__icon { background: var(--trina-coral); }

.trina-feature-grid {
  perspective: 1400px;
  gap: clamp(24px, 4vw, 48px);
}

.trina-feature {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  box-shadow:
    0 24px 40px rgba(24,18,26,.22),
    0 8px 0 rgba(24,18,26,.14),
    inset 0 0 0 8px rgba(255,255,255,.05);
  transform-style: preserve-3d;
  isolation: isolate;
}

.trina-feature::before {
  position: absolute;
  inset: 14px -14px -14px 14px;
  background: var(--trina-gold-bright);
  border-radius: 6px;
  content: "";
  transform: translateZ(-26px);
  z-index: -1;
}

.trina-feature::after {
  position: absolute;
  top: 25px;
  right: 26px;
  width: 52px;
  height: 52px;
  background: #fff;
  border: 5px solid var(--trina-gold-bright);
  box-shadow: 7px 7px 0 rgba(24,18,26,.2);
  content: "";
  opacity: .9;
  transform: rotate(45deg) translateZ(34px);
}

.trina-feature--suits {
  background: var(--trina-sapphire-deep);
  transform: rotateY(2deg);
}

.trina-feature--hats {
  background: var(--trina-wine);
  transform: rotateY(-2deg);
}

.trina-feature__content {
  position: relative;
  z-index: 2;
  transform: translateZ(28px);
}

.trina-feature h3 {
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 3px 0 rgba(0,0,0,.16);
}

.trina-section--latest {
  background: #f7eef2;
  border-block: 1px solid rgba(126,22,70,.1);
}

.trina-products {
  perspective: 1500px;
}

.trina-product-card {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(24,18,26,.1);
  border-radius: 6px;
  background: #fff;
  box-shadow:
    0 18px 30px rgba(35,17,30,.12),
    0 6px 0 rgba(126,22,70,.09);
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}

.trina-product-card::before {
  position: absolute;
  inset: 8px -8px -8px 8px;
  background: var(--trina-gold-bright);
  border-radius: 6px;
  content: "";
  opacity: .45;
  transform: translateZ(-18px);
  z-index: -1;
}

.trina-product-card:nth-child(3n+2)::before { background: var(--trina-coral); }
.trina-product-card:nth-child(3n+3)::before { background: var(--trina-emerald); }

.trina-product-card__image {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  background: #f3eef0;
}

.trina-product-card__image img {
  transition: transform .42s ease, filter .42s ease;
}

.trina-product-card__content {
  position: relative;
  background: #fff;
  transform: translateZ(10px);
}

.trina-price {
  align-items: baseline;
}

.trina-price__was {
  color: #8b7d85;
  text-decoration-color: var(--trina-coral);
  text-decoration-thickness: 2px;
}

.trina-price__now {
  color: var(--trina-wine);
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(227,185,83,.25);
}

.trina-service-band {
  position: relative;
  overflow: hidden;
  background: var(--trina-emerald-deep);
  border-block: 10px solid var(--trina-gold-bright);
  box-shadow: inset 0 20px 42px rgba(255,255,255,.04);
}

.trina-service-band::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  background: var(--trina-coral);
  content: "";
}

.trina-service-band__inner {
  perspective: 1400px;
}

.trina-service-band__visual {
  position: relative;
  overflow: visible;
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow:
    16px 18px 0 var(--trina-coral),
    28px 32px 40px rgba(0,0,0,.28),
    0 0 0 2px var(--trina-gold-bright);
  transform: rotateY(-5deg) translateZ(35px);
}

.trina-service-band__visual img {
  border-radius: 2px;
}

.trina-service-band__price {
  background: var(--trina-gold-bright);
  color: var(--trina-night);
  border: 3px solid #fff;
  box-shadow: 7px 7px 0 var(--trina-coral), 0 15px 30px rgba(0,0,0,.22);
  transform: rotate(-2deg) translateZ(58px);
}

.trina-section--dark {
  position: relative;
  background: var(--trina-night);
  border-bottom: 9px solid var(--trina-sapphire);
}

.trina-steps {
  perspective: 1100px;
}

.trina-step {
  border-top: 5px solid var(--trina-gold-bright);
  background: #271a28;
  box-shadow: 0 16px 28px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.1);
  transform-style: preserve-3d;
}

.trina-step:nth-child(2) { border-top-color: var(--trina-coral); }
.trina-step:nth-child(3) { border-top-color: #45b9a3; }

.trina-step__number {
  background: var(--trina-gold-bright);
  color: var(--trina-night);
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 rgba(220,79,111,.75);
  transform: translateZ(24px);
}

.trina-section--journal {
  background: #fffdf9;
}

.trina-journal-card,
.trina-journal-feature {
  border: 1px solid rgba(24,18,26,.1);
  border-radius: 6px;
  box-shadow: var(--trina-depth-shadow);
}

.trina-journal-feature {
  border-left: 9px solid var(--trina-wine);
}

.trina-journal-card:nth-child(2n) {
  border-top: 7px solid var(--trina-sapphire);
}

.trina-showcase {
  position: relative;
  overflow: hidden;
  background: #1d1320;
  border-block: 10px solid var(--trina-gold-bright);
  box-shadow: inset 0 30px 70px rgba(255,255,255,.03);
}

.trina-showcase__grid {
  perspective: 1600px;
  align-items: center;
}

.trina-showcase__item {
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow:
    0 28px 45px rgba(0,0,0,.36),
    0 0 0 2px var(--trina-gold-bright);
  transform-style: preserve-3d;
  transition: transform .35s ease, box-shadow .35s ease;
}

.trina-showcase__item:nth-child(1) { transform: rotateY(6deg) rotateZ(-1deg) translateZ(24px); }
.trina-showcase__item:nth-child(2) { transform: translateZ(70px); }
.trina-showcase__item:nth-child(3) { transform: rotateY(-6deg) rotateZ(1deg) translateZ(24px); }

.trina-community {
  background: #fffaf4;
}

.trina-community__careers,
.trina-community__social {
  position: relative;
  border-radius: 6px;
  box-shadow: var(--trina-depth-shadow);
}

.trina-community__careers {
  background: var(--trina-sapphire-deep);
  border-left: 9px solid var(--trina-gold-bright);
}

.trina-community__social {
  background: var(--trina-wine);
  border-left: 9px solid var(--trina-coral);
}

.trina-social-links a {
  border: 2px solid rgba(255,255,255,.7);
  background: #fff;
  color: var(--trina-wine-deep);
  box-shadow: 0 6px 0 rgba(24,18,26,.3);
  transform: translateY(-2px);
  transition: transform .18s ease, box-shadow .18s ease;
}

.trina-social-links a:hover,
.trina-social-links a:focus-visible {
  box-shadow: 0 2px 0 rgba(24,18,26,.3);
  transform: translateY(2px);
}

.site-footer {
  border-top: 10px solid var(--trina-gold-bright);
  background: var(--trina-night);
}

@media (hover: hover) and (pointer: fine) {
  .trina-hero-gallery__item:hover {
    z-index: 8;
    box-shadow:
      0 34px 48px rgba(0,0,0,.34),
      0 0 0 3px var(--trina-gold-bright);
    transform: translate3d(0,-14px,150px) rotateY(0) rotateZ(0);
  }

  .trina-hero-gallery__item:hover img {
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.06);
  }

  .trina-category-card:hover,
  .trina-category-card:focus-within {
    box-shadow: 0 30px 45px rgba(35,17,30,.18), 0 9px 0 rgba(71,16,38,.09);
    transform: translate3d(0,-10px,38px) rotateX(2deg);
  }

  .trina-feature--suits:hover {
    transform: translate3d(0,-8px,34px) rotateY(0);
  }

  .trina-feature--hats:hover {
    transform: translate3d(0,-8px,34px) rotateY(0);
  }

  .trina-product-card:hover,
  .trina-product-card:focus-within {
    box-shadow: 0 28px 44px rgba(35,17,30,.2), 0 10px 0 rgba(126,22,70,.1);
    transform: translate3d(0,-10px,46px) rotateX(1deg);
  }

  .trina-product-card:hover .trina-product-card__image img,
  .trina-product-card:focus-within .trina-product-card__image img {
    filter: saturate(1.09) contrast(1.03);
    transform: scale(1.055);
  }

  .trina-showcase__item:hover {
    z-index: 4;
    box-shadow: 0 36px 54px rgba(0,0,0,.44), 0 0 0 3px var(--trina-gold-bright);
    transform: translate3d(0,-12px,100px) rotateY(0) rotateZ(0);
  }
}

@media (max-width: 1100px) {
  .trina-hero--editorial::before {
    width: 42vw;
  }

  .trina-hero__grid {
    gap: 42px;
  }

  .trina-hero-gallery {
    min-height: 540px;
    padding-inline: 18px;
  }
}

@media (max-width: 980px) {
  .trina-hero--editorial {
    min-height: auto;
  }

  .trina-hero--editorial::before {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 48%;
    border-top: 9px solid var(--trina-gold-bright);
    border-left: 0;
  }

  .trina-hero__grid {
    min-height: auto;
  }

  .trina-hero__copy {
    max-width: 760px;
    padding-block: 68px 20px;
  }

  .trina-hero__copy h1 {
    font-size: clamp(4rem, 15vw, 7.3rem);
  }

  .trina-hero-gallery {
    min-height: 570px;
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .trina-hero-gallery::before {
    inset: 36px 24px 52px;
    transform: rotateY(-2deg) translateZ(-35px);
  }

  .trina-feature--suits,
  .trina-feature--hats {
    transform: none;
  }

  .trina-service-band__visual {
    transform: rotateY(-2deg) translateZ(20px);
  }
}

@media (max-width: 720px) {
  .trina-hero--editorial {
    border-bottom-width: 7px;
  }

  .trina-hero--editorial::before {
    height: 45%;
  }

  .trina-hero__copy {
    padding-top: 50px;
  }

  .trina-hero__copy h1 {
    margin-top: 18px;
    font-size: clamp(3.65rem, 20vw, 5.5rem);
    line-height: .86;
    text-shadow:
      0 2px 0 #fff,
      0 5px 0 rgba(227,185,83,.45),
      0 10px 18px rgba(71,16,38,.13);
  }

  .trina-hero__headline {
    font-size: clamp(1.5rem, 7vw, 2.15rem);
  }

  .trina-hero-gallery {
    min-height: 440px;
    padding: 32px 14px 54px;
  }

  .trina-hero-gallery::before {
    inset: 25px 8px 44px;
    box-shadow:
      inset 0 0 0 6px rgba(255,255,255,.03),
      10px 14px 0 rgba(8,113,94,.82),
      18px 24px 30px rgba(24,18,26,.3);
    transform: none;
  }

  .trina-hero-gallery::after {
    height: 96px;
    right: -8px;
    left: 8px;
  }

  .trina-hero-gallery__item {
    border-width: 3px;
    box-shadow: 0 16px 23px rgba(0,0,0,.28), 0 0 0 2px var(--trina-gold-bright);
  }

  .trina-hero-gallery__item--1 {
    transform: translate3d(-3px, 7px, 38px) rotateY(3deg) rotateZ(-1deg);
  }

  .trina-hero-gallery__item--2 {
    transform: translate3d(3px, -5px, 22px) rotateY(-3deg) rotateZ(1deg);
  }

  .trina-hero-gallery__item--3 {
    transform: translate3d(-5px, -2px, 52px) rotateY(2deg);
  }

  .trina-offer-rail__item {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
  }

  .trina-category-card::before,
  .trina-product-card::before,
  .trina-feature::before {
    inset: 6px -6px -6px 6px;
  }

  .trina-feature::after {
    width: 38px;
    height: 38px;
  }

  .trina-service-band {
    border-block-width: 7px;
  }

  .trina-service-band__visual {
    box-shadow:
      8px 10px 0 var(--trina-coral),
      15px 20px 28px rgba(0,0,0,.25),
      0 0 0 2px var(--trina-gold-bright);
    transform: none;
  }

  .trina-service-band__price {
    box-shadow: 5px 5px 0 var(--trina-coral), 0 12px 22px rgba(0,0,0,.2);
    transform: rotate(-1deg);
  }

  .trina-showcase__item:nth-child(1),
  .trina-showcase__item:nth-child(2),
  .trina-showcase__item:nth-child(3) {
    transform: none;
  }

  .trina-community__careers,
  .trina-community__social {
    border-left-width: 6px;
  }
}

@media (max-width: 460px) {
  .trina-hero__eyebrow {
    box-shadow: 4px 4px 0 var(--trina-gold-bright);
    font-size: .68rem;
  }

  .trina-hero__copy h1 {
    font-size: clamp(3.2rem, 19vw, 4.6rem);
  }

  .trina-hero-gallery {
    min-height: 370px;
  }

  .trina-motion-line {
    box-shadow: 5px 5px 0 rgba(23,93,134,.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trina-hero-gallery,
  .trina-category-grid,
  .trina-feature-grid,
  .trina-products,
  .trina-showcase__grid,
  .trina-service-band__inner {
    perspective: none;
  }

  .trina-hero-gallery__item,
  .trina-feature,
  .trina-category-card,
  .trina-product-card,
  .trina-showcase__item,
  .trina-service-band__visual,
  .trina-service-band__price {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .trina-hero-gallery__item img,
  .trina-product-card__image img {
    transition: none !important;
  }
}


/* Medium-screen first-view refinement - 1.2.1 */
@media (min-width: 721px) and (max-width: 980px) {
  .trina-hero--editorial {
    min-height: 720px;
  }

  .trina-hero--editorial::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: 44%;
    height: 100%;
    border-top: 0;
    border-left: 8px solid var(--trina-gold-bright);
  }

  .trina-hero__grid {
    min-height: 720px;
    grid-template-columns: minmax(0, .92fr) minmax(350px, 1.08fr);
    gap: 30px;
    align-items: center;
  }

  .trina-hero__copy {
    width: auto;
    max-width: none;
    padding-block: 58px;
  }

  .trina-hero__copy h1 {
    font-size: clamp(4.25rem, 8.5vw, 5.2rem);
    line-height: .86;
  }

  .trina-hero__headline {
    font-size: clamp(1.45rem, 3.2vw, 2rem);
  }

  .trina-hero__copy > p:not(.trina-hero__eyebrow):not(.trina-hero__headline) {
    font-size: .98rem;
    line-height: 1.62;
  }

  .trina-motion-line {
    margin-block: 18px 22px;
  }

  .trina-hero__trust {
    gap: 8px 14px;
    margin-top: 24px;
    font-size: .88rem;
  }

  .trina-hero-gallery {
    width: auto;
    min-height: 520px;
    margin: 0;
    padding: 42px 12px 60px;
  }

  .trina-hero-gallery::before {
    inset: 34px 4px 48px;
  }
}


/* Medium-screen specificity correction - 1.2.2 */
@media (min-width: 721px) and (max-width: 980px) {
  .trina-hero--editorial .trina-hero__grid {
    min-height: 720px;
    grid-template-columns: minmax(0, .92fr) minmax(350px, 1.08fr);
    gap: 30px;
    align-items: center;
  }

  .trina-hero--editorial .trina-hero__copy {
    width: auto;
    max-width: none;
    padding-block: 58px;
  }

  .trina-hero--editorial .trina-hero__copy h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    font-size: clamp(4.25rem, 8.5vw, 5.2rem);
    line-height: .86;
  }

  .trina-hero--editorial .trina-hero__copy > p,
  .trina-hero--editorial .trina-motion-line,
  .trina-hero--editorial .trina-actions,
  .trina-hero--editorial .trina-hero__trust {
    max-width: 100%;
  }

  .trina-hero--editorial .trina-hero-gallery {
    width: auto;
    min-height: 520px;
    margin: 0;
    padding: 42px 12px 60px;
  }
}


/* Errands fee contrast - 1.2.3 */
.trina-service-band .trina-service-band__price,
.trina-service-band .trina-service-band__price span,
.trina-service-band .trina-service-band__price strong,
.trina-service-band .trina-service-band__price small {
  color: var(--trina-night);
}

.trina-service-band .trina-service-band__price strong {
  text-shadow: 0 3px 0 rgba(255,255,255,.38);
}


/* True phone viewport correction - 1.2.4 */
@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .trina-hero--editorial {
    min-height: auto;
    padding: 0;
    overflow: hidden;
  }

  .trina-hero--editorial::before {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 38%;
    border-top: 7px solid var(--trina-gold-bright);
    border-left: 0;
  }

  .trina-hero--editorial .trina-container {
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .trina-hero--editorial .trina-hero__grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .trina-hero--editorial .trina-hero__copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 42px 0 18px;
  }

  .trina-hero--editorial .trina-hero__eyebrow {
    max-width: 100%;
    font-size: .68rem;
    line-height: 1.45;
    white-space: normal;
  }

  .trina-hero--editorial .trina-hero__copy h1 {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 14px;
    font-size: clamp(3.2rem, 17vw, 4.25rem);
    line-height: .88;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .trina-hero--editorial .trina-hero__headline {
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    font-size: clamp(1.45rem, 7vw, 1.85rem) !important;
    line-height: 1.18;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .trina-hero--editorial .trina-hero__copy > p:not(.trina-hero__eyebrow):not(.trina-hero__headline) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    font-size: .98rem;
    line-height: 1.65;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .trina-hero--editorial .trina-motion-line {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 18px 0 24px;
    box-sizing: border-box;
  }

  .trina-hero--editorial .trina-actions {
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .trina-hero--editorial .trina-actions .button,
  .trina-hero--editorial .trina-actions .wp-element-button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    box-sizing: border-box;
    white-space: normal;
  }

  .trina-hero--editorial .trina-hero__trust {
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 26px;
  }

  .trina-hero--editorial .trina-hero__trust span {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .trina-hero--editorial .trina-hero-gallery {
    width: calc(100% - 8px);
    min-width: 0;
    max-width: 100%;
    min-height: 390px;
    margin: 0 4px 28px;
    padding: 28px 10px 48px;
    box-sizing: border-box;
  }

  .trina-hero--editorial .trina-hero-gallery::before {
    inset: 22px 4px 40px;
  }

  .trina-hero--editorial .trina-hero-gallery::after {
    right: -4px;
    bottom: 12px;
    left: 4px;
    height: 82px;
  }

  .home main,
  .home .site-main {
    max-width: 100%;
    overflow-x: clip;
  }
}

@media (max-width: 380px) {
  .trina-hero--editorial .trina-hero__copy h1 {
    font-size: clamp(3rem, 17vw, 3.65rem);
  }
}


/* Full-width Trina campaign carousel - 1.3.0 */
.trina-campaign {
  position: relative;
  width: 100%;
  height: 780px;
  min-height: 640px;
  overflow: hidden;
  background: #18121a;
  border-bottom: 9px solid var(--trina-gold-bright);
  color: var(--trina-night);
  isolation: isolate;
}

.trina-campaign__slides,
.trina-campaign__slide,
.trina-campaign__media {
  position: absolute;
  inset: 0;
}

.trina-campaign__slide {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: opacity .85s ease, visibility 0s linear .85s;
}

.trina-campaign__slide.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-delay: 0s;
}

.trina-campaign__slide::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(54%, 860px);
  background: rgba(255, 250, 244, .9);
  box-shadow: 18px 0 34px rgba(24, 18, 26, .08);
  content: "";
  z-index: 1;
}

.trina-campaign__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}

.trina-campaign__slide.is-active .trina-campaign__image {
  animation: trinaCampaignDrift 6.8s ease-out both;
}

.trina-campaign__content {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 2;
}

.trina-campaign__copy {
  width: min(48%, 690px);
  padding-block: 54px 104px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease .18s, transform .6s ease .18s;
}

.trina-campaign__slide.is-active .trina-campaign__copy {
  opacity: 1;
  transform: translateY(0);
}

.trina-campaign__eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 12px;
  background: var(--trina-emerald);
  box-shadow: 5px 5px 0 var(--trina-gold-bright);
  color: #fff;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trina-campaign h1,
.trina-campaign h2 {
  max-width: 690px;
  margin: 0;
  color: var(--trina-wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.5rem;
  font-weight: 650;
  line-height: .98;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(227, 185, 83, .32);
}

.trina-campaign h1 span {
  display: block;
  margin-bottom: 13px;
  color: var(--trina-emerald-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: none;
}

.trina-campaign__copy > p:not(.trina-campaign__range) {
  max-width: 610px;
  margin: 24px 0 28px;
  color: #44383f;
  font-size: 1.08rem;
  line-height: 1.72;
}

.trina-campaign__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.trina-campaign__actions .trina-button {
  min-height: 52px;
  border-radius: 6px;
  box-shadow: 0 6px 0 var(--trina-wine-deep), 0 13px 26px rgba(71, 16, 38, .16);
  transform: translateY(-2px);
}

.trina-campaign__actions .trina-button:hover,
.trina-campaign__actions .trina-button:focus-visible {
  box-shadow: 0 2px 0 var(--trina-wine-deep), 0 8px 18px rgba(71, 16, 38, .14);
  transform: translateY(2px);
}

.trina-campaign__secondary {
  border-color: var(--trina-wine);
  background: rgba(255, 255, 255, .84);
  color: var(--trina-wine);
}

.trina-campaign__range {
  margin: 25px 0 0;
  color: var(--trina-emerald-deep);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trina-campaign__controls {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  z-index: 4;
  pointer-events: none;
}

.trina-campaign__controls button {
  pointer-events: auto;
}

.trina-campaign__arrow,
.trina-campaign__pause {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(24, 18, 26, .88);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .22);
  color: #fff;
  cursor: pointer;
}

.trina-campaign__arrow span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-2px);
}

.trina-campaign__pause-icon {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: 0;
}

.trina-campaign__arrow:hover,
.trina-campaign__arrow:focus-visible,
.trina-campaign__pause:hover,
.trina-campaign__pause:focus-visible {
  background: var(--trina-wine);
  outline: 3px solid rgba(227, 185, 83, .65);
  outline-offset: 2px;
}

.trina-campaign__dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline: 4px;
}

.trina-campaign__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
  cursor: pointer;
}

.trina-campaign__dot.is-active {
  background: var(--trina-gold-bright);
  transform: scale(1.25);
}

@keyframes trinaCampaignDrift {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

@media (max-width: 1180px) {
  .trina-campaign {
    height: 720px;
  }

  .trina-campaign__slide::after {
    width: 60%;
  }

  .trina-campaign__copy {
    width: 55%;
  }

  .trina-campaign h1,
  .trina-campaign h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 900px) {
  .trina-campaign {
    height: 690px;
  }

  .trina-campaign__slide::after {
    width: 64%;
  }

  .trina-campaign__copy {
    width: 60%;
  }

  .trina-campaign h1,
  .trina-campaign h2 {
    font-size: 3.15rem;
  }

  .trina-campaign__copy > p:not(.trina-campaign__range) {
    font-size: 1rem;
  }
}

@media (max-width: 720px) {
  .trina-campaign {
    height: 760px;
    min-height: 760px;
    border-bottom-width: 7px;
  }

  .trina-campaign__slide::after {
    inset: auto 0 0;
    width: 100%;
    height: 50%;
    background: rgba(24, 18, 26, .86);
    box-shadow: 0 -16px 30px rgba(24, 18, 26, .12);
  }

  .trina-campaign__content {
    align-items: flex-end;
  }

  .trina-campaign__copy {
    width: 100%;
    padding: 0 0 108px;
    color: #fff;
  }

  .trina-campaign__slide:nth-child(1) .trina-campaign__image {
    object-position: 68% center;
  }

  .trina-campaign__slide:nth-child(2) .trina-campaign__image {
    object-position: 62% center;
  }

  .trina-campaign__slide:nth-child(3) .trina-campaign__image {
    object-position: 70% center;
  }

  .trina-campaign__eyebrow {
    margin-bottom: 14px;
    padding: 6px 9px;
    box-shadow: 4px 4px 0 var(--trina-gold-bright);
    font-size: .66rem;
  }

  .trina-campaign h1,
  .trina-campaign h2 {
    max-width: 100%;
    color: #fff;
    font-size: 2.65rem;
    line-height: 1;
    text-shadow: 0 3px 0 rgba(126, 22, 70, .55);
  }

  .trina-campaign h1 span {
    margin-bottom: 9px;
    color: var(--trina-gold-bright);
    font-size: .72rem;
  }

  .trina-campaign__copy > p:not(.trina-campaign__range) {
    max-width: 100%;
    margin: 15px 0 18px;
    color: rgba(255, 255, 255, .9);
    font-size: .94rem;
    line-height: 1.52;
  }

  .trina-campaign__actions {
    gap: 10px;
  }

  .trina-campaign__actions .trina-button {
    min-height: 48px;
    padding: 12px 15px;
    box-shadow: none;
  }

  .trina-campaign__secondary {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .92);
  }

  .trina-campaign__range {
    display: none;
  }

  .trina-campaign__controls {
    bottom: 24px;
    justify-content: center;
  }

  .trina-campaign__arrow,
  .trina-campaign__pause {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 520px) {
  .trina-campaign {
    height: 780px;
    min-height: 780px;
  }

  .trina-campaign__slide::after {
    height: 54%;
  }

  .trina-campaign__copy {
    padding-bottom: 104px;
  }

  .trina-campaign h1,
  .trina-campaign h2 {
    font-size: 2.35rem;
  }

  .trina-campaign__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .trina-campaign__actions .trina-button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .trina-campaign__previous,
  .trina-campaign__next {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trina-campaign__slide,
  .trina-campaign__copy {
    transition: none;
  }

  .trina-campaign__slide.is-active .trina-campaign__image {
    animation: none;
  }
}


/* Premium visual category galleries */
.trina-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.trina-category-card {
  --trina-category-accent: #7b2347;
  position: relative;
  display: grid;
  grid-template-rows: 260px minmax(174px, auto);
  min-width: 0;
  min-height: 434px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(33, 24, 32, 0.12);
  border-top: 4px solid var(--trina-category-accent);
  border-radius: 8px;
  color: var(--trina-ink);
  background: #fff;
  box-shadow: 0 18px 42px rgba(42, 25, 34, 0.12);
  text-decoration: none;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.trina-category-card::before,
.trina-category-card::after {
  display: none;
}

.trina-category-card:hover {
  color: var(--trina-ink);
  border-color: color-mix(in srgb, var(--trina-category-accent) 45%, white);
  box-shadow: 0 24px 50px rgba(42, 25, 34, 0.18);
  transform: translateY(-5px);
}

.trina-category-card:focus-visible {
  outline: 3px solid var(--trina-category-accent);
  outline-offset: 4px;
}

.trina-category-card__gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(92px, 0.85fr);
  grid-template-rows: 1fr 1fr;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #eae5e2;
}

.trina-category-card__gallery::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(20, 13, 18, 0.28));
}

.trina-category-card__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0 solid rgba(255, 255, 255, 0.88);
  background: #eee8e5;
}

.trina-category-card__image--1 {
  grid-column: 1;
  grid-row: 1 / -1;
  border-right-width: 3px;
}

.trina-category-card__image--2 {
  grid-column: 2;
  grid-row: 1;
  border-bottom-width: 3px;
}

.trina-category-card__image--3 {
  grid-column: 2;
  grid-row: 2;
}

.trina-category-card--images-1 .trina-category-card__gallery {
  display: block;
}

.trina-category-card--images-1 .trina-category-card__image {
  width: 100%;
  height: 100%;
  border: 0;
}

.trina-category-card--images-2 .trina-category-card__gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
}

.trina-category-card--images-2 .trina-category-card__image {
  grid-row: 1;
  height: 100%;
  border-bottom: 0;
}

.trina-category-card--images-2 .trina-category-card__image--1 {
  grid-column: 1;
}

.trina-category-card--images-2 .trina-category-card__image--2 {
  grid-column: 2;
}

.trina-category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 520ms cubic-bezier(0.2, 0.72, 0.22, 1);
}

.trina-category-card:hover .trina-category-card__image img {
  transform: scale(1.045);
}

.trina-category-card__number {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 18px;
  bottom: auto;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 8px 11px 8px 10px;
  border-left: 4px solid var(--trina-category-accent);
  border-radius: 4px;
  color: var(--trina-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(24, 16, 21, 0.16);
  font-size: 0.75rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.trina-category-card__number strong {
  color: var(--trina-category-accent);
  font-family: Georgia, serif;
  font-size: 1.06rem;
}

.trina-category-card__number small {
  color: #51464d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trina-category-card__body {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  padding: 21px 23px 22px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--trina-category-accent) 8%, white), #fff 48%),
    #fff;
}

.trina-category-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  width: 58px;
  height: 3px;
  background: var(--trina-category-accent);
}

.trina-category-card h3 {
  position: static;
  z-index: auto;
  margin: 0;
  color: var(--trina-ink);
  font-family: Georgia, serif;
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.08;
}

.trina-category-card__body p {
  margin: 10px 0 16px;
  color: #62575e;
  font-size: 0.89rem;
  line-height: 1.48;
}

.trina-category-card .trina-category-card__link {
  position: static;
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  color: var(--trina-category-accent);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.trina-category-card .trina-category-card__link > span {
  position: static;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.trina-category-card .trina-category-card__arrow {
  display: inline-grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-left: 14px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--trina-category-accent);
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.trina-category-card:hover .trina-category-card__arrow {
  transform: translateX(3px);
}

.trina-category-card--ladies-hats {
  --trina-category-accent: #a62d5d;
}

.trina-category-card--mens-accessories {
  --trina-category-accent: #9b6a16;
}

.trina-category-card--mens-shirts {
  --trina-category-accent: #176c78;
}

.trina-category-card--premium-handbags {
  --trina-category-accent: #b03652;
}

.trina-category-card--suits {
  --trina-category-accent: #234f78;
}

.trina-category-card--womens-dresses {
  --trina-category-accent: #7f3b70;
}

@media (max-width: 1050px) {
  .trina-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .trina-category-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .trina-category-card {
    grid-template-rows: 230px auto;
    min-height: 0;
  }

  .trina-category-card__body {
    padding: 20px;
  }

  .trina-category-card__body::before {
    left: 20px;
  }

  .trina-category-card h3 {
    font-size: 1.48rem;
  }

  .trina-category-card__body p {
    margin-bottom: 14px;
    font-size: 0.86rem;
  }

  .trina-category-card__number {
    top: 14px;
    left: 14px;
  }
}

@media (max-width: 390px) {
  .trina-category-card {
    grid-template-rows: 210px auto;
  }

  .trina-category-card__gallery {
    grid-template-columns: minmax(0, 1.45fr) minmax(78px, 0.8fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trina-category-card,
  .trina-category-card__image img,
  .trina-category-card__arrow {
    transition: none;
  }
}


/* Keep collection count badges compact above legacy card text rules. */
.trina-category-card > .trina-category-card__number {
  right: auto;
  bottom: auto;
  width: max-content;
  max-width: calc(100% - 36px);
  height: auto;
  min-height: 0;
}


/* Full-image category buttons */
.trina-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.trina-category-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 420px;
  aspect-ratio: 4 / 4.35;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 5px solid var(--trina-category-accent);
  border-radius: 8px;
  color: #fff;
  background: #211820;
  box-shadow: 0 20px 44px rgba(35, 20, 29, 0.2);
  isolation: isolate;
}

.trina-category-card:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.92);
  border-top-color: var(--trina-category-accent);
  box-shadow: 0 28px 58px rgba(35, 20, 29, 0.28);
  transform: translateY(-7px);
}

.trina-category-card__gallery {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #e8e2df;
}

.trina-category-card__gallery::after {
  inset: 0;
  z-index: 2;
  height: auto;
  background:
    linear-gradient(180deg, rgba(16, 10, 14, 0.03) 22%, rgba(16, 10, 14, 0.14) 48%, rgba(16, 10, 14, 0.94) 100%);
}

.trina-category-card__image {
  height: 100%;
}

.trina-category-card__image img {
  object-position: center top;
  filter: saturate(1.06) contrast(1.03);
}

.trina-category-card:hover .trina-category-card__image img {
  transform: scale(1.06);
}

.trina-category-card > .trina-category-card__number {
  top: 18px;
  left: 18px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: max-content;
  max-width: calc(100% - 36px);
  height: auto;
  min-height: 0;
  padding: 9px 12px 9px 11px;
  border-left: 4px solid var(--trina-category-accent);
  border-radius: 4px;
  color: #211820;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(20, 12, 17, 0.22);
}

.trina-category-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  display: block;
  min-width: 0;
  padding: 82px 25px 24px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(20, 11, 16, 0.88) 42%, rgba(20, 11, 16, 0.98));
}

.trina-category-card__body::before {
  top: 69px;
  left: 25px;
  width: 62px;
  height: 4px;
  background: var(--trina-category-accent);
}

.trina-category-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1.05;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.trina-category-card__body p {
  max-width: 34ch;
  margin: 10px 0 17px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.87rem;
  line-height: 1.42;
}

.trina-category-card .trina-category-card__link {
  display: flex;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.trina-category-card .trina-category-card__arrow {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  margin-left: auto;
  color: #211820;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.trina-category-card--mens-shirts .trina-category-card__gallery {
  grid-template-columns: minmax(0, 1.35fr) minmax(108px, 1fr);
}

.trina-category-card--images-1 .trina-category-card__gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, transparent 45%, color-mix(in srgb, var(--trina-category-accent) 24%, transparent));
}

@media (max-width: 1050px) {
  .trina-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trina-category-card {
    min-height: 410px;
    aspect-ratio: 4 / 4.1;
  }
}

@media (max-width: 680px) {
  .trina-category-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .trina-category-card {
    min-height: 390px;
    aspect-ratio: 4 / 4.15;
  }

  .trina-category-card__body {
    padding: 72px 20px 20px;
  }

  .trina-category-card__body::before {
    top: 60px;
    left: 20px;
  }

  .trina-category-card h3 {
    font-size: 1.62rem;
  }

  .trina-category-card__body p {
    font-size: 0.84rem;
  }

  .trina-category-card > .trina-category-card__number {
    top: 14px;
    left: 14px;
  }
}

@media (max-width: 390px) {
  .trina-category-card {
    min-height: 370px;
  }
}


/* Final action-button contrast for the visual category tiles. */
.trina-category-card .trina-category-card__link > .trina-category-card__arrow {
  position: static;
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #211820;
  background: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.trina-category-card:hover .trina-category-card__link > .trina-category-card__arrow {
  color: #fff;
  background: var(--trina-category-accent);
}


/* Signature campaign artwork and flagship collection accents. */
.trina-campaign__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.trina-campaign__media picture .trina-campaign__image {
  display: block;
}

.trina-category-card--mens-formal-shoes {
  --trina-category-accent: #255f73;
}

.trina-category-card--ladies-occasion-shoes {
  --trina-category-accent: #a62d5d;
}

.trina-category-card--travel-bags {
  --trina-category-accent: #0d705f;
}

@media (max-width: 720px) {
  .trina-campaign__slide:first-child .trina-campaign__image {
    object-position: 63% center;
  }
}
