/*
Theme Name: Shyrz Éditorial
Theme URI: https://shyrz.fr/
Description: Thème enfant Kadence consacré aux coupes streetwear, aux matières et à la culture Y2K.
Author: Phoenix
Version: 2.1.1
Template: kadence
Text Domain: shyrz
*/

:root {
  --sh-ink: #01181e;
  --sh-deep: #012c31;
  --sh-paper: #fafafa;
  --sh-soft: #f3f3f2;
  --sh-white: #fff;
  --sh-accent: #fc6e27;
  --sh-line: #d4d8d8;
  --sh-muted: #344348;
  --sh-radius: 5px;
  --sh-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.shyrz-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--sh-white);
  color: var(--sh-ink);
  font-family: var(--sh-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.shyrz-site a { color: inherit; }
.shyrz-site img { display: block; max-width: 100%; height: auto; }
.shyrz-site figure { margin: 0; }
.shyrz-site button,
.shyrz-site input { font: inherit; }
.shyrz-site h1,
.shyrz-site h2,
.shyrz-site h3,
.shyrz-site p { margin-top: 0; }

.sh-wrap {
  width: min(1268px, calc(100% - 96px));
  margin-inline: auto;
}

.sh-section { padding: 76px 0; }

.sh-section-title {
  margin: 0;
  color: var(--sh-ink);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.45px;
  line-height: 1.12;
}

.sh-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--sh-accent);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sh-arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.sh-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  transform: translateY(-180%);
  border-radius: 3px;
  background: var(--sh-white);
  color: var(--sh-ink);
  opacity: 0;
  pointer-events: none;
}

.sh-skip-link:focus { transform: translateY(0); opacity: 1; pointer-events: auto; }

/* Header */
.sh-header {
  position: relative;
  z-index: 30;
  min-height: 126px;
  background: var(--sh-ink);
  color: var(--sh-white);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.sh-header__inner {
  width: min(1268px, calc(100% - 96px));
  min-height: 126px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.sh-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.sh-brand img {
  width: 493px;
  height: auto;
  transform: translateX(-28.0625%);
}

.sh-nav {
  display: flex;
  align-items: center;
  gap: 46px;
  color: var(--sh-white);
  font-size: 17px;
  font-weight: 750;
  line-height: 1;
}

.sh-nav a {
  color: inherit;
  text-decoration: none;
}

.sh-nav a:hover,
.sh-nav a:focus-visible { color: var(--sh-accent); }

.sh-search-link {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sh-search-link img {
  width: 25px;
  height: 25px;
  filter: invert(1);
}

.sh-menu-toggle {
  display: none;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 3px;
  background: transparent;
  color: var(--sh-white);
  font-weight: 750;
}

/* Hero */
.sh-hero {
  position: relative;
  min-height: 497px;
  overflow: hidden;
  background: #00191e;
  color: var(--sh-white);
}

.sh-hero__inner {
  position: relative;
  z-index: 4;
  min-height: 497px;
  display: flex;
  align-items: flex-start;
}

.sh-hero__copy {
  width: 600px;
  padding-top: 67px;
}

.sh-hero__copy h1 {
  max-width: 600px;
  margin: 0;
  color: var(--sh-white);
  font-size: 69px;
  font-weight: 850;
  letter-spacing: -3.3px;
  line-height: .965;
}

.sh-hero__copy h1::after {
  width: 81px;
  height: 6px;
  display: block;
  margin-top: 27px;
  background: var(--sh-accent);
  content: "";
}

.sh-hero__copy p {
  max-width: 525px;
  margin: 29px 0 0;
  color: #f7f9f9;
  font-size: 23px;
  line-height: 1.48;
}

.sh-hero__media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
  width: 53%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 92% 100%, 8% 100%);
}

.sh-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
}

.sh-hero__slash {
  position: absolute;
  z-index: 3;
  top: -7%;
  bottom: -7%;
  left: 51.8%;
  width: 40px;
  transform: skewX(-13deg);
  background: var(--sh-accent);
}

/* Rubriques */
.sh-section--topics {
  padding: 44px 0 51px;
  background: var(--sh-white);
}

.sh-section--topics .sh-section-title { margin-bottom: 28px; }

.sh-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sh-topic {
  min-width: 0;
  height: 328px;
  display: grid;
  grid-template-rows: 246px 82px;
  overflow: hidden;
  border-radius: var(--sh-radius);
  background: var(--sh-ink);
  color: var(--sh-white);
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 24, 30, .10);
}

.shyrz-site .sh-topic { color: var(--sh-white); }

.sh-topic > img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}

.sh-topic__body {
  min-width: 0;
  padding: 0 18px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: var(--sh-ink);
}

.sh-topic__body strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.25px;
  line-height: 1.15;
}

.sh-topic .sh-arrow,
.sh-card .sh-arrow,
.sh-button .sh-arrow {
  filter: invert(52%) sepia(94%) saturate(2406%) hue-rotate(343deg) brightness(104%) contrast(98%);
}

.sh-topic:hover,
.sh-topic:focus-visible,
.sh-card__link:hover,
.sh-card__link:focus-visible { outline: 3px solid var(--sh-accent); outline-offset: 3px; }

/* Dossier */
.sh-section--feature {
  padding: 47px 0 37px;
  background: var(--sh-soft);
}

.sh-section--feature .sh-section-title { margin-bottom: 29px; }

.sh-feature {
  display: grid;
  grid-template-columns: minmax(0, 718px) minmax(0, 1fr);
  gap: 50px;
  align-items: stretch;
}

.sh-feature__visual {
  height: 354px;
  overflow: hidden;
  border-radius: var(--sh-radius);
}

.sh-feature__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sh-feature__copy {
  max-width: 390px;
  align-self: center;
}

.sh-feature__copy h3 {
  max-width: 385px;
  margin: 0 0 18px;
  color: var(--sh-ink);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.45px;
  line-height: 1.05;
}

.sh-feature__copy p {
  margin: 0 0 28px;
  color: var(--sh-ink);
  font-size: 20px;
  line-height: 1.45;
}

.sh-button {
  min-height: 57px;
  padding: 0 17px 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 4px;
  background: var(--sh-ink);
  color: var(--sh-white) !important;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
}

.sh-button:hover,
.sh-button:focus-visible { background: #053239; outline: 3px solid var(--sh-accent); outline-offset: 3px; }

.sh-button .sh-arrow { width: 22px; height: 22px; }

/* Derniers articles */
.sh-section--articles {
  padding: 42px 0 46px;
  background: var(--sh-white);
}

.sh-section--articles .sh-section-title { margin-bottom: 30px; }

.sh-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sh-card {
  min-width: 0;
  height: 302px;
  overflow: hidden;
  border: 0;
  border-radius: var(--sh-radius);
  background: var(--sh-soft);
  box-shadow: 0 7px 17px rgba(0, 24, 30, .06);
}

.sh-card__link {
  height: 100%;
  display: grid;
  grid-template-rows: 231px 71px;
  color: var(--sh-ink);
  text-decoration: none;
}

.sh-card__image {
  width: 100%;
  height: 231px;
  object-fit: cover;
}

.sh-card__body {
  min-width: 0;
  padding: 0 16px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  background: #f3f3f3;
}

.sh-card__body h2,
.sh-card__body h3 {
  margin: 0;
  color: var(--sh-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.25px;
  line-height: 1.14;
}

.sh-card__body .sh-arrow { width: 21px; height: 21px; flex-basis: 21px; }

/* Lire les vêtements */
.sh-section--reading {
  padding: 51px 0 39px;
  background: var(--sh-soft);
}

.sh-reading-grid {
  min-height: 450px;
  display: grid;
  grid-template-columns: 330px 401px minmax(0, 1fr);
  gap: 50px;
  align-items: stretch;
}

.sh-reading__intro .sh-section-title {
  max-width: 310px;
  margin-bottom: 31px;
  font-size: 39px;
  line-height: 1.12;
}

.sh-reading__intro .sh-section-title::after {
  width: 59px;
  height: 5px;
  display: block;
  margin-top: 31px;
  background: var(--sh-accent);
  content: "";
}

.sh-reading__intro blockquote {
  margin: 0;
  color: var(--sh-ink);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.52;
}

.sh-reading__intro blockquote::before {
  display: block;
  height: 69px;
  margin-bottom: 6px;
  color: var(--sh-accent);
  content: "“";
  font-family: Georgia, serif;
  font-size: 92px;
  font-weight: 800;
  line-height: .9;
}

.sh-reading__visual {
  height: 450px;
  overflow: hidden;
  border-radius: var(--sh-radius);
}

.sh-reading__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-reading-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  list-style: none;
}

.sh-reading-list li {
  min-width: 0;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 53px minmax(0, 1fr);
  gap: 23px;
  align-items: start;
  border-bottom: 1px solid #cdd2d2;
}

.sh-reading-list li:first-child { padding-top: 16px; }
.sh-reading-list li:last-child { padding-bottom: 4px; border-bottom: 0; }

.sh-reading-list img {
  width: 52px;
  height: 52px;
}

.sh-reading-list span {
  color: var(--sh-ink);
  font-size: 16px;
  line-height: 1.43;
}

.sh-reading-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 800;
}

/* Valeurs */
.sh-section--values {
  padding: 43px 0 44px;
  background: var(--sh-paper);
}

.sh-section--values .sh-section-title { margin-bottom: 43px; }

.sh-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sh-value {
  min-width: 0;
  min-height: 132px;
  padding: 4px 33px 4px 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-right: 1px solid #cbd0d0;
}

.sh-value + .sh-value { padding-left: 48px; }
.sh-value:last-child { padding-right: 0; border-right: 0; }

.sh-value > img {
  width: 66px;
  height: 66px;
  color: var(--sh-ink);
}

.sh-value h3 {
  margin: 1px 0 11px;
  color: var(--sh-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.sh-value p {
  margin: 0;
  color: var(--sh-ink);
  font-size: 14px;
  line-height: 1.55;
}

/* Inscription */
.sh-subscribe {
  min-height: 219px;
  padding: 39px 0;
  background: #022e33;
  color: var(--sh-white);
}

.sh-subscribe__inner {
  min-height: 141px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 622px;
  gap: 70px;
  align-items: center;
}

.sh-subscribe__copy h2 {
  margin: 0;
  color: var(--sh-white);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1.3px;
  line-height: 1.1;
}

.sh-subscribe__copy h2::after {
  width: 57px;
  height: 5px;
  display: block;
  margin-top: 19px;
  background: var(--sh-accent);
  content: "";
}

.sh-subscribe__copy p {
  max-width: 510px;
  margin: 17px 0 0;
  color: #f3f7f7;
  font-size: 18px;
  line-height: 1.45;
}

.sh-subscribe__button {
  min-height: 67px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: stretch;
  justify-self: end;
  overflow: hidden;
  border-radius: 5px;
  background: var(--sh-white);
  color: var(--sh-ink) !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.sh-subscribe__button span {
  min-width: 0;
  padding: 0 24px;
  flex: 1 1 auto;
  color: #667276;
  font-weight: 500;
}

.sh-subscribe__button strong {
  min-height: 67px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: var(--sh-accent);
  color: var(--sh-white);
  font-weight: 800;
}

.sh-subscribe__button:hover,
.sh-subscribe__button:focus-visible { outline: 3px solid var(--sh-accent); outline-offset: 3px; }

/* Footer */
.sh-footer {
  min-height: 334px;
  background: #011a1f;
  color: var(--sh-white);
}

.sh-footer__grid {
  min-height: 276px;
  padding: 44px 0 30px;
  display: grid;
  grid-template-columns: 2fr .9fr 1.25fr .85fr;
  gap: 68px;
}

.sh-footer__brand img { width: 493px; }

.sh-footer__brand p {
  max-width: 360px;
  margin: 22px 0 0;
  color: #edf3f3;
  font-size: 14px;
  line-height: 1.62;
}

.sh-footer h2 {
  margin: 1px 0 20px;
  color: var(--sh-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.sh-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-footer li { margin: 0 0 8px; }

.sh-footer a {
  color: #f0f5f5;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.sh-footer a:hover,
.sh-footer a:focus-visible { color: var(--sh-accent); }

.sh-social-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sh-social-links a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sh-social-links img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.sh-social-links .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
}

.sh-footer__bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #c9d4d4;
  font-size: 13px;
  text-align: center;
}

/* Articles et archives */
.sh-content { padding: 70px 0 90px; background: var(--sh-paper); }
.sh-content__grid { display: grid; grid-template-columns: minmax(0, 780px) minmax(220px, 1fr); gap: 65px; align-items: start; }
.sh-entry-title { margin: 0 0 22px; color: var(--sh-ink); font-size: clamp(44px, 6vw, 72px); font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.sh-entry-title::after { width: 52px; height: 5px; display: block; margin-top: 18px; background: var(--sh-accent); content: ""; }
.sh-entry-meta { margin-bottom: 34px; color: var(--sh-muted); font-size: 15px; }
.sh-entry-content { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.7; }
.sh-entry-content h2 { margin: 2.2em 0 .7em; font-family: var(--sh-font); font-size: 32px; line-height: 1.12; letter-spacing: -.025em; }
.sh-entry-content h3 { margin-top: 1.8em; font-family: var(--sh-font); font-size: 23px; }
.sh-entry-content a { color: #a42d08; }
.sh-entry-content li { margin: .45em 0; }
.sh-sidebar { position: sticky; top: 30px; padding: 26px; background: var(--sh-white); border-top: 5px solid var(--sh-accent); }
.sh-sidebar h2 { margin: 0 0 15px; font-size: 20px; }
.sh-sidebar ul { margin: 0; padding-left: 18px; }
.sh-archive-head { padding: 74px 0 42px; background: var(--sh-ink); color: var(--sh-white); }
.sh-archive-head h1 { margin: 0; color: var(--sh-white); font-size: clamp(44px, 6vw, 70px); letter-spacing: -.045em; }
.sh-pagination { margin-top: 44px; }
.sh-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.sh-pagination a,
.sh-pagination span { padding: 8px 13px; background: var(--sh-white); border: 1px solid var(--sh-line); text-decoration: none; }
.sh-empty { padding: 35px; background: var(--sh-white); border-top: 1px solid var(--sh-line); }

@media (max-width: 1180px) {
  .sh-header__inner { width: min(100% - 96px, 1268px); }
  .sh-nav { gap: 28px; font-size: 16px; }
  .sh-feature { grid-template-columns: 57% minmax(0, 1fr); gap: 38px; }
  .sh-feature__copy h3 { font-size: 35px; }
  .sh-reading-grid { grid-template-columns: .78fr 1fr 1.05fr; gap: 34px; }
  .sh-value { grid-template-columns: 52px minmax(0, 1fr); gap: 18px; }
  .sh-value > img { width: 52px; height: 52px; }
  .sh-footer__grid { gap: 38px; }
}

@media (max-width: 900px) {
  body.shyrz-site { font-size: 12px; }
  .sh-wrap { width: calc(100% - 92px); }
  .sh-section-title { font-size: 23px; letter-spacing: -.7px; }
  .sh-kicker { margin-bottom: 5px; font-size: 10px; }
  .sh-arrow { width: 17px; height: 17px; flex-basis: 17px; }
  .sh-header { min-height: 66px; }
  .sh-header__inner { width: calc(100% - 92px); min-height: 66px; gap: 28px; }
  .sh-brand img { width: 275px; }
  .sh-nav { gap: 18px; margin-right: -26px; font-size: 11px; }
  .sh-search-link { width: 22px; height: 22px; }
  .sh-search-link img { width: 18px; height: 18px; }
  .sh-hero,
  .sh-hero__inner { min-height: 268px; }
  .sh-hero__copy { width: 317px; padding-top: 37px; }
  .sh-hero__copy h1 { max-width: 315px; font-size: 40px; letter-spacing: -1.9px; line-height: .96; }
  .sh-hero__copy h1::after { width: 46px; height: 4px; margin-top: 15px; }
  .sh-hero__copy p { max-width: 285px; margin-top: 14px; font-size: 14px; line-height: 1.34; }
  .sh-hero__media { width: 53%; }
  .sh-hero__slash { left: 51.8%; width: 26px; }
  .sh-section--topics { padding: 20px 0 27px; }
  .sh-section--topics .sh-section-title { margin-bottom: 15px; }
  .sh-topic-grid { gap: 12px; }
  .sh-topic { height: 175px; grid-template-rows: 131px 44px; border-radius: 3px; }
  .sh-topic > img { height: 131px; }
  .sh-topic__body { padding: 0 10px 0 12px; gap: 8px; }
  .sh-topic__body strong { font-size: 14px; letter-spacing: -.15px; }
  .sh-topic .sh-arrow { width: 17px; height: 17px; flex-basis: 17px; }
  .sh-section--feature { padding: 20px 0 28px; }
  .sh-section--feature .sh-section-title { margin-bottom: 14px; }
  .sh-feature { grid-template-columns: 383px minmax(0, 1fr); gap: 27px; }
  .sh-feature__visual { height: 188px; border-radius: 3px; }
  .sh-feature__copy { max-width: 230px; }
  .sh-feature__copy h3 { max-width: 220px; margin-bottom: 10px; font-size: 24px; letter-spacing: -.75px; line-height: 1.03; }
  .sh-feature__copy p { margin-bottom: 14px; font-size: 13px; line-height: 1.35; }
  .sh-button { min-height: 31px; padding: 0 9px 0 11px; gap: 8px; border-radius: 3px; font-size: 11px; }
  .sh-button .sh-arrow { width: 16px; height: 16px; }
  .sh-section--articles { padding: 18px 0 27px; }
  .sh-section--articles .sh-section-title { margin-bottom: 14px; }
  .sh-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .sh-card { height: 161px; border-radius: 3px; }
  .sh-card__link { grid-template-rows: 126px 35px; }
  .sh-card__image { height: 126px; }
  .sh-card__body { padding: 0 7px 0 9px; gap: 7px; }
  .sh-card__body h2,
  .sh-card__body h3 { font-size: 11px; letter-spacing: -.15px; line-height: 1.08; }
  .sh-card__body .sh-arrow { width: 15px; height: 15px; flex-basis: 15px; }
  .sh-section--reading { padding: 25px 0 22px; }
  .sh-reading-grid { min-height: 241px; grid-template-columns: 176px 214px minmax(0, 1fr); gap: 27px; }
  .sh-reading__intro .sh-section-title { max-width: 165px; margin-bottom: 16px; font-size: 23px; }
  .sh-reading__intro .sh-section-title::after { width: 32px; height: 3px; margin-top: 16px; }
  .sh-reading__intro blockquote { font-size: 15px; line-height: 1.5; }
  .sh-reading__intro blockquote::before { height: 37px; margin-bottom: 3px; font-size: 50px; }
  .sh-reading__visual { height: 241px; border-radius: 3px; }
  .sh-reading-list { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: repeat(3, 1fr); gap: 0; }
  .sh-reading-list li,
  .sh-reading-list li:first-child,
  .sh-reading-list li:last-child { padding: 10px 0; grid-template-columns: 29px minmax(0, 1fr); gap: 12px; border-top: 0; border-bottom: 1px solid #cdd2d2; }
  .sh-reading-list li:first-child { padding-top: 8px; }
  .sh-reading-list li:last-child { padding-bottom: 2px; border-bottom: 0; }
  .sh-reading-list img { width: 28px; height: 28px; }
  .sh-reading-list span { font-size: 10px; line-height: 1.35; }
  .sh-reading-list strong { margin-bottom: 4px; font-size: 11px; }
  .sh-section--values { padding: 21px 0 23px; }
  .sh-section--values .sh-section-title { margin-bottom: 22px; }
  .sh-values { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .sh-value,
  .sh-value + .sh-value,
  .sh-value:last-child { min-height: 70px; padding: 2px 18px 2px 0; grid-template-columns: 36px minmax(0, 1fr); gap: 13px; border-right: 1px solid #cbd0d0; border-bottom: 0; }
  .sh-value + .sh-value { padding-left: 25px; }
  .sh-value:last-child { padding-right: 0; border-right: 0; }
  .sh-value > img { width: 35px; height: 35px; }
  .sh-value h3 { margin-bottom: 6px; font-size: 11px; }
  .sh-value p { font-size: 9px; line-height: 1.45; }
  .sh-subscribe { min-height: 115px; padding: 20px 0; }
  .sh-subscribe__inner { min-height: 75px; grid-template-columns: minmax(0, 1fr) 332px; gap: 38px; }
  .sh-subscribe__copy h2 { font-size: 23px; letter-spacing: -.7px; }
  .sh-subscribe__copy h2::after { width: 31px; height: 3px; margin-top: 10px; }
  .sh-subscribe__copy p { max-width: 290px; margin-top: 8px; font-size: 12px; line-height: 1.35; }
  .sh-subscribe__button { min-height: 39px; justify-self: stretch; font-size: 11px; }
  .sh-subscribe__button span { padding: 0 13px; }
  .sh-subscribe__button strong { min-height: 39px; padding: 0 19px; }
  .sh-footer { min-height: 177px; }
  .sh-footer__grid { min-height: 146px; padding: 22px 0 15px; grid-template-columns: 2fr .9fr 1.25fr .85fr; gap: 36px; }
  .sh-footer__brand img { width: 292px; }
  .sh-footer__brand p { max-width: 195px; margin-top: 11px; font-size: 9px; line-height: 1.5; }
  .sh-footer h2 { margin-bottom: 10px; font-size: 9px; }
  .sh-footer li { margin-bottom: 4px; }
  .sh-footer a { font-size: 9px; }
  .sh-social-links { gap: 12px; }
  .sh-social-links a,
  .sh-social-links img,
  .sh-social-links .dashicons { width: 17px; height: 17px; font-size: 17px; }
  .sh-footer__bottom { min-height: 31px; font-size: 8px; }
  .sh-content__grid { grid-template-columns: 1fr; }
  .sh-sidebar { position: static; }
}

@media (max-width: 699px) {
  .sh-wrap { width: calc(100% - 40px); }
  body.shyrz-site { font-size: 18px; }
  .sh-header,
  .sh-header__inner { min-height: 76px; }
  .sh-header__inner { width: calc(100% - 40px); gap: 20px; }
  .sh-brand img { width: 178px; }
  .sh-footer__brand img { width: min(292px, 100%); }
  .sh-menu-toggle { display: inline-flex; align-items: center; }
  .sh-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 50;
    display: none;
    padding: 24px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--sh-ink);
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: 17px;
    margin-right: 0;
  }
  .sh-nav.is-open { display: flex; }
  .sh-nav a { min-height: 48px; display: flex; align-items: center; }
  .sh-search-link { width: 48px; }
  .sh-hero { min-height: 0; }
  .sh-hero__inner { min-height: 0; }
  .sh-hero__copy { width: 100%; padding: 48px 0 0; }
  .sh-hero__copy h1 { max-width: 350px; font-size: 45px; letter-spacing: -2.15px; line-height: .98; }
  .sh-hero__copy h1::after { width: 64px; height: 5px; margin-top: 24px; }
  .sh-hero__copy p { max-width: 350px; margin-top: 24px; font-size: 19px; line-height: 1.45; }
  .sh-hero__media { position: relative; width: 100%; height: 320px; margin-top: 39px; clip-path: none; }
  .sh-hero__media img { object-position: center 38%; }
  .sh-hero__slash { display: none; }
  .sh-section-title { font-size: 32px; letter-spacing: -.9px; }
  .sh-section--topics,
  .sh-section--feature,
  .sh-section--articles,
  .sh-section--reading,
  .sh-section--values { padding: 42px 0; }
  .sh-section--topics .sh-section-title,
  .sh-section--feature .sh-section-title,
  .sh-section--articles .sh-section-title { margin-bottom: 28px; }
  .sh-topic-grid,
  .sh-post-grid { grid-template-columns: 1fr; }
  .sh-topic { height: 276px; grid-template-rows: 205px 71px; }
  .sh-topic > img { height: 205px; }
  .sh-topic__body { padding: 0 18px 0 24px; }
  .sh-topic__body strong { font-size: 18px; }
  .sh-topic .sh-arrow { width: 21px; height: 21px; flex-basis: 21px; }
  .sh-feature { grid-template-columns: 1fr; gap: 28px; }
  .sh-feature__visual { height: 230px; }
  .sh-feature__copy { max-width: none; }
  .sh-feature__copy h3 { font-size: 34px; }
  .sh-feature__copy p { font-size: 18px; }
  .sh-kicker { margin-bottom: 10px; font-size: 14px; }
  .sh-button { min-height: 48px; padding: 0 15px 0 18px; gap: 14px; font-size: 14px; }
  .sh-card { height: 266px; }
  .sh-card__link { grid-template-rows: 200px 66px; }
  .sh-card__image { height: 200px; }
  .sh-card__body { padding: 0 16px 0 18px; }
  .sh-card__body h2,
  .sh-card__body h3 { font-size: 16px; }
  .sh-card__body .sh-arrow { width: 19px; height: 19px; flex-basis: 19px; }
  .sh-reading-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
  .sh-reading__intro .sh-section-title { font-size: 34px; }
  .sh-reading__intro blockquote { font-size: 22px; }
  .sh-reading__visual { height: auto; aspect-ratio: 9 / 10.1; }
  .sh-reading-list { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .sh-reading-list li,
  .sh-reading-list li:first-child,
  .sh-reading-list li:last-child { padding: 24px 0; grid-template-columns: 53px minmax(0, 1fr); gap: 23px; border-top: 0; border-bottom: 1px solid #cdd2d2; }
  .sh-reading-list li:last-child { padding-bottom: 0; border-bottom: 0; }
  .sh-reading-list img { width: 52px; height: 52px; }
  .sh-reading-list span { font-size: 16px; line-height: 1.43; }
  .sh-reading-list strong { margin-bottom: 8px; font-size: 17px; }
  .sh-section--values .sh-section-title { margin-bottom: 34px; }
  .sh-values { grid-template-columns: 1fr; gap: 25px; }
  .sh-value,
  .sh-value + .sh-value,
  .sh-value:last-child { min-height: 0; padding: 0 0 25px; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; border-right: 0; border-bottom: 1px solid #cbd0d0; }
  .sh-value:last-child { padding-bottom: 0; border-bottom: 0; }
  .sh-value > img { width: 56px; height: 56px; }
  .sh-value h3 { margin-bottom: 11px; font-size: 17px; }
  .sh-value p { font-size: 14px; }
  .sh-subscribe { padding: 40px 0 48px; }
  .sh-subscribe__inner { min-height: 0; grid-template-columns: 1fr; gap: 28px; }
  .sh-subscribe__copy h2 { font-size: 32px; }
  .sh-subscribe__copy p { max-width: 510px; margin-top: 17px; font-size: 16px; }
  .sh-subscribe__button { width: 100%; min-height: 56px; }
  .sh-subscribe__button span { padding: 0 18px; }
  .sh-subscribe__button strong { min-height: 56px; }
  .sh-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .sh-footer__brand { grid-column: 1 / -1; }
  .sh-footer__grid { min-height: 0; padding: 44px 0 30px; }
  .sh-footer__brand p { max-width: 360px; margin-top: 22px; font-size: 14px; }
  .sh-footer h2 { margin-bottom: 20px; font-size: 14px; }
  .sh-footer li { margin-bottom: 8px; }
  .sh-footer a { font-size: 14px; }
  .sh-social-links { gap: 22px; }
  .sh-social-links a,
  .sh-social-links img,
  .sh-social-links .dashicons { width: 24px; height: 24px; font-size: 24px; }
  .sh-footer__social { grid-column: auto; }
  .sh-footer__bottom { min-height: 58px; font-size: 13px; }
}

@media (max-width: 420px) {
  .sh-hero__copy h1 { font-size: 41px; }
  .sh-hero__media { height: 285px; }
  .sh-footer__grid { grid-template-columns: 1fr; }
  .sh-footer__brand,
  .sh-footer__social { grid-column: auto; }
}

/* Contact */
.sh-contact-head {
  padding: 74px 0 64px;
  background: var(--sh-ink);
  color: var(--sh-white);
}

.sh-contact-title {
  margin: 0;
  color: var(--sh-white);
  font-size: clamp(44px, 6vw, 70px);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1;
}

.sh-contact-title::after {
  width: 52px;
  height: 5px;
  display: block;
  margin-top: 20px;
  background: var(--sh-accent);
  content: "";
}

.sh-contact-intro {
  max-width: 560px;
  margin: 24px 0 0;
  color: #f3f7f7;
  font-size: 20px;
  line-height: 1.5;
}

.sh-contact-address {
  margin: 28px 0 0;
  font-size: clamp(24px, 4.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.02em;
  word-break: break-word;
}

.sh-contact-address a {
  color: var(--sh-white);
  text-decoration-line: underline;
  text-decoration-color: var(--sh-accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.sh-contact-address a:hover,
.sh-contact-address a:focus-visible { color: var(--sh-accent); }

.sh-contact-address a:focus-visible { outline: 3px solid var(--sh-accent); outline-offset: 4px; }

.sh-contact-action { margin: 30px 0 0; }

.sh-button--light { background: var(--sh-white); color: var(--sh-ink) !important; }

.sh-button--light:hover,
.sh-button--light:focus-visible { background: var(--sh-soft); }

.sh-contact-body { padding: 64px 0 90px; }

.sh-contact-matter { max-width: 780px; }

.sh-contact-matter ul { padding-left: 24px; }

.sh-contact-note {
  margin: 2em 0;
  padding: 24px 28px;
  background: var(--sh-white);
  border-top: 1px solid var(--sh-line);
  box-shadow: 0 7px 17px rgba(0, 24, 30, .06);
}

.sh-contact-note p { margin: 0; }

@media (max-width: 900px) {
  .sh-contact-head { padding: 42px 0 36px; }
  .sh-contact-intro { max-width: 420px; margin-top: 14px; font-size: 14px; }
  .sh-contact-address { margin-top: 18px; }
  .sh-contact-action { margin: 20px 0 0; }
  .sh-contact-body { padding: 38px 0 52px; }
}

@media (max-width: 699px) {
  .sh-contact-head { padding: 52px 0 46px; }
  .sh-contact-intro { max-width: 520px; margin-top: 22px; font-size: 17px; }
  .sh-contact-address { margin-top: 26px; }
  .sh-contact-action { margin: 26px 0 0; }
  .sh-contact-action .sh-button { width: 100%; }
  .sh-contact-body { padding: 48px 0 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* Page Contact — version sobre (sh-contact-page) */
.sh-contact-page .sh-contact-head { padding: 64px 0 28px; }
.sh-contact-page .sh-contact-title { margin: 0 0 14px; font-size: clamp(40px, 5.4vw, 60px); letter-spacing: -1.8px; line-height: 1.02; }
.sh-contact-page .sh-contact-intro { max-width: 56ch; margin: 0 0 26px; font-size: 18px; line-height: 1.5; color: var(--sh-ink); }
.sh-contact-page .sh-contact-action { margin: 0 0 22px; }
.sh-contact-page .sh-contact-action .sh-button { min-height: 48px; padding: 0 22px; font-size: 15px; }
.sh-contact-page .sh-contact-address { margin: 0; font-size: 16px; color: var(--sh-ink); }
.sh-contact-page .sh-contact-body { padding: 18px 0 88px; }
.sh-contact-page .sh-contact-matter { max-width: 60ch; }
.sh-contact-page .sh-contact-matter p { margin: 0 0 14px; font-size: 16px; line-height: 1.55; color: var(--sh-muted); }
.sh-contact-page .sh-contact-privacy { color: var(--sh-muted); font-size: 14px; }
@media (max-width: 699px) {
  .sh-contact-page .sh-contact-head { padding: 42px 0 18px; }
  .sh-contact-page .sh-contact-title { font-size: 38px; letter-spacing: -1.2px; }
  .sh-contact-page .sh-contact-intro { font-size: 17px; }
  .sh-contact-page .sh-contact-action .sh-button { width: 100%; }
  .sh-contact-page .sh-contact-body { padding: 12px 0 56px; }
}


/* Page À propos — version sobre (sh-apropos-page) */
.sh-apropos-page { padding: 64px 0 96px; }
.sh-apropos-page .sh-wrap { max-width: 760px; }
.sh-apropos-page .sh-apropos-title { margin: 0 0 24px; font-size: clamp(40px, 5.4vw, 60px); letter-spacing: -1.8px; line-height: 1.02; }
.sh-apropos-page .sh-apropos-body p { max-width: 64ch; margin: 0 0 18px; font-size: 18px; line-height: 1.6; color: var(--sh-ink); }
.sh-apropos-page .sh-apropos-body h2 { margin: 30px 0 12px; font-size: clamp(22px, 2.6vw, 28px); letter-spacing: -0.6px; }
.sh-apropos-page .sh-apropos-action { margin: 36px 0 0; }
.sh-apropos-page .sh-apropos-action .sh-button { min-height: 48px; padding: 0 22px; font-size: 15px; }
@media (max-width: 699px) {
  .sh-apropos-page { padding: 42px 0 64px; }
  .sh-apropos-page .sh-apropos-title { font-size: 38px; letter-spacing: -1.2px; }
  .sh-apropos-page .sh-apropos-body p { font-size: 17px; }
  .sh-apropos-page .sh-apropos-action .sh-button { width: 100%; }
}
