/*
Theme Name: Sartoria Trinchese Premium
Theme URI: https://www.sartoriatrinchese.com/
Author: Speedy Ecommerce Agency
Author URI: https://www.speedyecommerceagency.com/
Description: Tema WordPress premium, leggero e autonomo per Sartoria Trinchese.
Version: 3.2.1
Requires at least: 6.6
Tested up to: 7.0.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sartoria-trinchese-premium
Tags: custom-logo, custom-menu, featured-images, blog, one-column, two-columns, accessibility-ready
*/

:root {
  --st-white: #ffffff;
  --st-ink: #151719;
  --st-charcoal: #24282a;
  --st-muted: #62686b;
  --st-line: #dfe3e1;
  --st-soft: #f3f5f2;
  --st-sage: #46534d;
  --st-wine: #744c4d;
  --st-max: 1320px;
  --st-serif: Georgia, "Times New Roman", serif;
  --st-sans: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--st-white);
  color: var(--st-ink);
  font-family: var(--st-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .st-header {
  top: 32px;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--st-wine);
  outline-offset: 4px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1rem;
  color: var(--st-muted);
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--st-ink);
  font-family: var(--st-serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.st-shell {
  width: min(calc(100% - 80px), var(--st-max));
  margin-inline: auto;
}

.st-section {
  padding-block: 104px;
}

.st-section--soft {
  background: var(--st-soft);
}

.st-section--dark {
  background: var(--st-charcoal);
  color: var(--st-white);
}

.st-section--dark h2,
.st-section--dark h3,
.st-section--dark p {
  color: var(--st-white);
}

.st-section--dark .st-kicker {
  color: #eef2f0;
}

.st-home-contact {
  position: relative;
  isolation: isolate;
  background-image: url("assets/images/facciata-atelier-sartoria-trinchese.jpg");
  background-position: center;
  background-size: cover;
}

.st-home-contact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(28, 32, 33, 0.82);
  content: "";
}

.st-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: -999px;
  padding: 12px 18px;
  background: var(--st-white);
  color: var(--st-ink);
  border: 1px solid var(--st-ink);
}

.st-skip-link:focus {
  left: 12px;
}

.st-announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  background: var(--st-charcoal);
  color: var(--st-white);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.st-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--st-line);
  backdrop-filter: blur(14px);
}

.st-header__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.st-brand {
  width: 210px;
  flex: 0 0 auto;
}

.st-brand img,
.st-brand .custom-logo {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: invert(1);
}

.st-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.st-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu li {
  margin: 0;
}

.st-menu a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.st-menu a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--st-ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.st-menu a:hover::after,
.st-menu .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.st-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--st-ink);
  background: var(--st-white);
  color: var(--st-ink);
  cursor: pointer;
}

.st-nav-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.st-nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.st-nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.st-hero {
  position: relative;
  min-height: min(720px, calc(100svh - 114px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #f4f4f2;
}

.st-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.st-hero__content {
  position: relative;
  z-index: 1;
  width: min(610px, 48%);
  margin-right: auto;
  margin-left: max(40px, calc((100vw - var(--st-max)) / 2));
  padding-block: 80px;
}

.st-kicker {
  display: block;
  margin: 0 0 16px;
  color: var(--st-sage);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.st-hero h1 {
  max-width: 600px;
  margin-bottom: 24px;
  font-size: 4.7rem;
}

.st-hero p {
  max-width: 570px;
  color: #383d3f;
  font-size: 1.08rem;
}

.st-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.st-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--st-ink);
  background: transparent;
  color: var(--st-ink);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.st-button:hover {
  border-color: var(--st-wine);
  background: var(--st-wine);
  color: var(--st-white);
}

.st-button--dark {
  background: var(--st-ink);
  color: var(--st-white);
}

.st-button--light {
  border-color: var(--st-white);
  color: var(--st-white);
}

.st-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--st-wine);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.st-link::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.st-link:hover::after {
  transform: translateX(4px);
}

.st-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.st-heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.st-heading h2,
.st-split h2,
.st-cta h2 {
  margin-bottom: 16px;
  font-size: 3.5rem;
}

.st-heading p {
  max-width: 650px;
}

.st-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.st-category {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--st-charcoal);
}

.st-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.st-category:hover img {
  transform: scale(1.035);
}

.st-category::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: rgba(21, 23, 25, 0.68);
  content: "";
}

.st-category__label {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  color: var(--st-white);
}

.st-category__label strong {
  font-family: var(--st-serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.st-category__label span {
  font-size: 1.25rem;
}

.st-split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 72px;
}

.st-split--reverse > .st-split__media {
  order: 2;
}

.st-split__media {
  min-height: 620px;
}

.st-split__media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.st-split__content {
  max-width: 590px;
}

.st-split__content p:last-of-type {
  margin-bottom: 28px;
}

.st-editorial {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.st-editorial__primary,
.st-editorial__secondary {
  min-height: 620px;
  overflow: hidden;
}

.st-editorial__secondary {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.st-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--st-line);
  border-bottom: 1px solid var(--st-line);
}

.st-process article {
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid var(--st-line);
}

.st-process article:last-child {
  border-right: 0;
}

.st-process--history article {
  min-height: 330px;
}

.st-process--history .st-process__number {
  min-height: 2.2em;
  margin-bottom: 30px;
}

.st-process__number {
  display: block;
  margin-bottom: 46px;
  color: var(--st-wine);
  font-family: var(--st-serif);
  font-size: 1.7rem;
}

.st-process h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.st-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.st-person {
  text-align: center;
}

.st-person img {
  width: min(100%, 350px);
  aspect-ratio: 1;
  margin: 0 auto 24px;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.82);
}

.st-person h3 {
  margin-bottom: 6px;
  font-size: 2rem;
}

.st-person__role {
  margin-bottom: 12px;
  color: var(--st-wine);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.st-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.st-journal-card {
  min-width: 0;
}

.st-journal-card:first-child {
  grid-column: span 2;
}

.st-journal-card__image {
  height: 340px;
  overflow: hidden;
  margin-bottom: 22px;
  background: var(--st-soft);
}

.st-journal-card:first-child .st-journal-card__image {
  height: 460px;
}

.st-journal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.st-journal-card:hover img {
  transform: scale(1.025);
}

.st-journal-card h3 {
  margin-bottom: 10px;
  font-size: 1.85rem;
}

.st-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.st-notable-card {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--st-soft);
}

.st-notable-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

.st-notable-card:hover img {
  transform: scale(1.03);
  filter: saturate(0.78);
}

.st-logos--captioned {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.st-notable-card--captioned::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(20, 23, 22, 0.88));
  content: "";
  pointer-events: none;
}

.st-notable-card figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: var(--st-white);
}

.st-notable-card figcaption strong,
.st-notable-card figcaption span {
  display: block;
}

.st-notable-card figcaption strong {
  font-family: var(--st-serif);
  font-size: 1.25rem;
  line-height: 1.15;
}

.st-notable-card figcaption span {
  margin-top: 6px;
  color: #e2e4e3;
  font-size: 0.74rem;
  line-height: 1.4;
}

.st-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 70px;
}

.st-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.st-direct-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 22px;
  font-size: 1rem;
  font-weight: 700;
}

.st-direct-contacts a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}

.st-section--dark .st-direct-contacts,
.st-section--dark .st-direct-contacts a {
  color: var(--st-white);
}

.st-page-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--st-charcoal);
}

.st-page-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.st-page-hero__veil {
  position: absolute;
  inset: 0;
  background: rgba(17, 20, 21, 0.36);
}

.st-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding-block: 84px;
}

.st-page-hero h1,
.st-page-hero p,
.st-page-hero .st-kicker {
  color: var(--st-white);
}

.st-page-hero h1 {
  margin-bottom: 18px;
  font-size: 4.7rem;
}

.st-page-hero p {
  max-width: 680px;
  font-size: 1.1rem;
}

.st-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 24px;
}

.st-collection-card__image {
  display: block;
  height: 520px;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--st-soft);
}

.st-detail-related .st-category {
  min-height: 380px;
}

.st-collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.st-collection-card:hover img {
  transform: scale(1.025);
}

.st-collection-card h2 {
  margin-bottom: 8px;
  font-size: 2.25rem;
}

.st-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.st-contact-block {
  min-height: 300px;
  padding: 42px;
  border: 1px solid var(--st-line);
  background: var(--st-white);
}

.st-contact-block--dark {
  background: var(--st-charcoal);
  border-color: var(--st-charcoal);
  color: var(--st-white);
}

.st-contact-block--dark h2,
.st-contact-block--dark p,
.st-contact-block--dark a {
  color: var(--st-white);
}

.st-contact-block h2 {
  margin-bottom: 24px;
  font-size: 2rem;
}

.st-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.st-contact-list article {
  padding-top: 24px;
  border-top: 1px solid var(--st-line);
}

.st-contact-list h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.st-content {
  width: min(calc(100% - 80px), 880px);
  margin-inline: auto;
  padding-block: 90px;
}

.st-elementor-page {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.st-elementor-page > .elementor {
  width: 100%;
}

.st-content h1 {
  margin-bottom: 24px;
  font-size: 3.8rem;
}

.st-content h2,
.st-content h3 {
  margin: 36px 0 14px;
}

.st-content a {
  color: var(--st-wine);
  text-decoration: underline;
}

.st-content img {
  margin-block: 30px;
}

.st-empty {
  padding: 40px;
  border: 1px solid var(--st-line);
  background: var(--st-soft);
}

.st-footer {
  background: var(--st-charcoal);
  color: var(--st-white);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.st-footer__main {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 1fr 1.15fr;
  gap: 54px;
  padding-block: 58px;
}

.st-footer .st-brand {
  display: block;
  margin-bottom: 24px;
}

.st-footer .st-brand img,
.st-footer .st-brand .custom-logo {
  filter: none;
}

.st-footer p,
.st-footer a {
  color: #d9dddb;
}

.st-footer h2 {
  margin-bottom: 18px;
  color: var(--st-white);
  font-family: var(--st-sans);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.st-footer__locations {
  display: grid;
  gap: 12px;
}

.st-footer__locations p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
}

.st-footer__locations strong {
  color: var(--st-white);
}

.st-footer__locations a:hover {
  color: var(--st-white);
  text-decoration: underline;
}

.st-footer .st-menu {
  display: grid;
  gap: 4px;
}

.st-footer .st-menu a {
  min-height: 30px;
  text-transform: none;
}

.st-footer .st-menu a::after {
  display: none;
}

.st-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.st-socials a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--st-white);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.st-socials a:hover {
  border-color: var(--st-white);
  background: rgba(255, 255, 255, 0.08);
}

.st-socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.st-socials a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.st-footer__legal a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 3px;
}

.st-footer__legal a:hover {
  color: var(--st-white);
}

.st-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #bec4c1;
  font-size: 0.75rem;
}

.st-reveal,
.st-reveal-left,
.st-reveal-right {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

.st-motion-ready .st-reveal {
  opacity: 0;
  transform: translateY(22px);
}

.st-motion-ready .st-reveal-left {
  opacity: 0;
  transform: translateX(-30px);
}

.st-motion-ready .st-reveal-right {
  opacity: 0;
  transform: translateX(30px);
}

.st-motion-ready .st-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1180px) {
  .st-shell {
    width: min(calc(100% - 48px), var(--st-max));
  }

  .st-nav {
    gap: 14px;
  }

  .st-menu {
    gap: 14px;
  }

  .st-hero h1 {
    font-size: 4rem;
  }

  .st-heading h2,
  .st-split h2,
  .st-cta h2 {
    font-size: 3rem;
  }

  .st-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  body.admin-bar .st-header {
    top: 46px;
  }

  .st-section {
    padding-block: 78px;
  }

  .st-header,
  .st-header__inner {
    min-height: 72px;
  }

  .st-brand {
    width: 178px;
  }

  .st-nav-toggle {
    display: block;
  }

  .st-nav {
    position: fixed;
    z-index: 99;
    top: 106px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100svh - 106px);
    overflow-y: auto;
    padding: 18px 24px 28px;
    background: var(--st-white);
    border-bottom: 1px solid var(--st-line);
  }

  .admin-bar .st-nav {
    top: 152px;
  }

  .st-nav.is-open {
    display: block;
  }

  .st-menu {
    display: grid;
    gap: 0;
  }

  .st-menu li {
    border-bottom: 1px solid var(--st-line);
  }

  .st-menu a {
    width: 100%;
    min-height: 52px;
  }

  .st-menu a::after {
    display: none;
  }

  .st-hero {
    min-height: 680px;
    align-items: end;
  }

  .st-hero__media {
    object-position: 64% center;
  }

  .st-hero::after {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.62);
    content: "";
  }

  .st-hero__content {
    width: min(650px, 100%);
    margin-left: 24px;
    padding-block: 64px;
  }

  .st-hero h1 {
    font-size: 3.45rem;
  }

  .st-category-grid,
  .st-journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-category {
    min-height: 390px;
  }

  .st-split,
  .st-cta {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .st-split--reverse > .st-split__media {
    order: initial;
  }

  .st-split__content {
    max-width: 720px;
  }

  .st-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-process article:nth-child(2) {
    border-right: 0;
  }

  .st-process article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--st-line);
  }

  .st-page-hero h1 {
    font-size: 3.8rem;
  }

  .st-logos--captioned {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st-cta__actions {
    justify-content: flex-start;
  }

  .st-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .st-shell,
  .st-content {
    width: min(calc(100% - 32px), var(--st-max));
  }

  .st-announcement {
    min-height: 38px;
    font-size: 0.66rem;
  }

  .st-header,
  .st-header__inner {
    min-height: 68px;
  }

  .st-nav {
    top: 106px;
  }

  .st-brand {
    width: 158px;
  }

  .st-section {
    padding-block: 62px;
  }

  .st-hero {
    min-height: 72svh;
  }

  .st-hero__media {
    object-position: 63% center;
  }

  .st-hero::after {
    background: rgba(255, 255, 255, 0.74);
  }

  .st-hero__content {
    width: calc(100% - 32px);
    margin-inline: 16px;
    padding-block: 44px;
  }

  .st-hero h1 {
    margin-bottom: 18px;
    font-size: 2.65rem;
  }

  .st-hero p,
  .st-page-hero p {
    font-size: 1rem;
  }

  .st-actions,
  .st-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .st-direct-contacts {
    display: grid;
    gap: 8px;
  }

  .st-direct-contacts span {
    display: none;
  }

  .st-button {
    width: 100%;
  }

  .st-heading,
  .st-heading--row {
    margin-bottom: 30px;
  }

  .st-heading--row {
    display: block;
  }

  .st-heading--row .st-link {
    margin-top: 18px;
  }

  .st-heading h2,
  .st-split h2,
  .st-cta h2 {
    font-size: 2.35rem;
  }

  .st-category-grid,
  .st-family-grid,
  .st-journal-grid,
  .st-collection-grid,
  .st-contact-grid,
  .st-contact-list,
  .st-footer__main {
    grid-template-columns: 1fr;
  }

  .st-category {
    min-height: 430px;
  }

  .st-split__media,
  .st-split__media img {
    min-height: 0;
    height: 430px;
  }

  .st-editorial {
    grid-template-columns: 1fr;
  }

  .st-editorial__primary {
    min-height: 470px;
  }

  .st-editorial__secondary {
    min-height: 720px;
  }

  .st-process {
    grid-template-columns: 1fr;
  }

  .st-process article,
  .st-process article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--st-line);
  }

  .st-process article:last-child {
    border-bottom: 0;
  }

  .st-process__number {
    margin-bottom: 24px;
  }

  .st-journal-card:first-child {
    grid-column: auto;
  }

  .st-journal-card__image,
  .st-journal-card:first-child .st-journal-card__image {
    height: 350px;
  }

  .st-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-page-hero {
    min-height: 500px;
  }

  .st-page-hero__content {
    padding-block: 54px;
  }

  .st-page-hero h1 {
    font-size: 2.85rem;
  }

  .st-collection-card__image {
    height: 430px;
  }

  .st-contact-block {
    min-height: 0;
    padding: 28px;
  }

  .st-content {
    padding-block: 62px;
  }

  .st-content h1 {
    font-size: 2.7rem;
  }

  .st-footer__main {
    gap: 36px;
    padding-block: 54px;
  }

  .st-footer__legal {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .st-reveal,
  .st-reveal-left,
  .st-reveal-right {
    opacity: 1;
    transform: none;
  }
}
