/*
Theme Name: Porcel Master
Theme URI: https://porcelmaster.com/
Author: Porcel Master
Description: Editorial commerce theme for Jingdezhen porcelain, artists, and culture.
Version: 1.0.0
Text Domain: porcelmaster
*/

:root {
  --ink: #171916;
  --ink-soft: #4f554f;
  --paper: #ffffff;
  --mist: #f2f4f2;
  --line: #d9ddd8;
  --cobalt: #245080;
  --cinnabar: #a53f32;
  --celadon: #9eb8ad;
  --content: 1240px;
  --text: 720px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
.pm-serif {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 27px;
}

p {
  margin: 0 0 1.25rem;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
}

.pm-shell {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.pm-narrow {
  width: min(calc(100% - 48px), var(--text));
  margin-inline: auto;
}

.pm-kicker {
  margin: 0 0 14px;
  color: var(--cinnabar);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pm-button,
.button,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.pm-button:hover,
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: var(--cobalt);
  border-color: var(--cobalt);
  color: #fff;
}

.pm-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.pm-button--ghost {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.pm-text-link {
  font-weight: 700;
  text-decoration: underline;
}

.pm-announcement {
  min-height: 34px;
  padding: 8px 24px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pm-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.pm-header-inner {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  height: 100%;
}

.pm-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  width: max-content;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.pm-brand span {
  color: var(--cobalt);
}

.pm-brand small {
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.pm-main-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-main-nav a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pm-main-nav a:hover,
.pm-main-nav .current-menu-item > a,
.pm-main-nav .current_page_item > a {
  color: var(--cobalt);
}

.pm-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.pm-bag-link {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.pm-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.pm-hero {
  position: relative;
  display: flex;
  min-height: 620px;
  height: calc(100svh - 150px);
  max-height: 780px;
  overflow: hidden;
  background: #20221f;
  color: #fff;
}

.pm-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 56%;
}

.pm-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(16, 17, 15, 0.96) 0%, rgba(16, 17, 15, 0.72) 42%, rgba(16, 17, 15, 0.12) 72%, rgba(16, 17, 15, 0.04) 100%);
}

.pm-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.pm-hero__content {
  max-width: 610px;
  padding: 64px 0 80px;
}

.pm-hero h1 {
  max-width: 580px;
  margin-bottom: 24px;
}

.pm-hero__lede {
  max-width: 520px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.pm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pm-hero__caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 22px;
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-align: right;
}

.pm-intro-band {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}

.pm-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.pm-intro-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.pm-intro-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.pm-section {
  padding: 104px 0;
}

.pm-section--compact {
  padding: 72px 0;
}

.pm-section--mist {
  background: var(--mist);
}

.pm-section--ink {
  background: var(--ink);
  color: #fff;
}

.pm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.pm-section-heading p {
  max-width: 440px;
  margin: 0;
  color: var(--ink-soft);
}

.pm-section--ink .pm-section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

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

.pm-object-card {
  position: relative;
  min-width: 0;
}

.pm-object-card__image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 3px;
  background: #e8eae7;
}

.pm-object-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.pm-object-card:hover .pm-object-card__image img {
  transform: scale(1.025);
}

.pm-object-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
}

.pm-object-card__meta h3 {
  margin-bottom: 6px;
  font-size: 23px;
}

.pm-object-card__meta p,
.pm-object-card__meta small {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.pm-object-card__meta small {
  flex: 0 0 auto;
  color: var(--cinnabar);
  font-weight: 700;
  text-transform: uppercase;
}

.pm-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
  min-height: 640px;
}

.pm-split__media {
  min-height: 520px;
  overflow: hidden;
  background: #ddd;
}

.pm-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px max(48px, calc((100vw - var(--content)) / 2));
  background: var(--cobalt);
  color: #fff;
}

.pm-split__content p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
}

.pm-split__content h2 {
  margin-bottom: 24px;
}

.pm-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.pm-process-item {
  padding: 28px 26px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.pm-process-item + .pm-process-item {
  padding-left: 26px;
}

.pm-process-item:last-child {
  border-right: 0;
}

.pm-process-item span {
  display: block;
  margin-bottom: 18px;
  color: var(--celadon);
  font-size: 12px;
  font-weight: 700;
}

.pm-process-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.pm-process-item p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.pm-process-grid--light {
  border-color: var(--line);
  color: var(--ink);
}

.pm-process-grid--light .pm-process-item {
  border-color: var(--line);
}

.pm-process-grid--light .pm-process-item span {
  color: var(--cinnabar);
}

.pm-process-grid--light .pm-process-item p {
  color: var(--ink-soft);
}

.pm-film-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 54px;
  align-items: center;
}

.pm-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 3px;
  background: #111;
}

.pm-video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.pm-video::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(13, 15, 13, 0.5), rgba(13, 15, 13, 0.04) 65%);
  pointer-events: none;
}

.pm-video iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
}

.pm-video__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  padding: 0 0 0 4px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(12, 14, 12, 0.74);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.pm-video__play:hover,
.pm-video__play:focus-visible {
  background: var(--cinnabar);
  transform: translate(-50%, -50%) scale(1.06);
}

.pm-film-copy h2 {
  margin-bottom: 22px;
}

.pm-film-copy p {
  color: var(--ink-soft);
}

.pm-page-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 520px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.pm-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  opacity: 0.72;
}

.pm-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(14, 15, 13, 0.9), rgba(14, 15, 13, 0.08) 72%);
}

.pm-page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 80px 0 60px;
}

.pm-page-hero__content h1 {
  margin-bottom: 18px;
  font-size: 60px;
}

.pm-page-hero__content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.pm-editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
}

.pm-editorial-intro__lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.35;
}

.pm-editorial-intro__body {
  color: var(--ink-soft);
}

.pm-timeline {
  border-top: 1px solid var(--line);
}

.pm-timeline__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.pm-timeline__row strong {
  color: var(--cobalt);
}

.pm-timeline__row h3 {
  margin-bottom: 8px;
}

.pm-timeline__row p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
}

.pm-artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pm-artist-card {
  border-bottom: 1px solid var(--line);
}

.pm-artist-card a {
  text-decoration: none;
}

.pm-artist-card__image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--mist);
}

.pm-artist-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-artist-card__body {
  padding: 20px 0 24px;
}

.pm-artist-card__body h2 {
  margin-bottom: 8px;
  font-size: 27px;
}

.pm-empty-editorial {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 540px;
  background: var(--mist);
}

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

.pm-empty-editorial__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

.pm-empty-editorial__copy h2 {
  margin-bottom: 22px;
}

.pm-content {
  padding: 90px 0;
}

.pm-content > * {
  max-width: var(--text);
  margin-right: auto;
  margin-left: auto;
}

.pm-content > .alignwide {
  max-width: var(--content);
}

.pm-content h1,
.pm-content h2,
.pm-content h3 {
  margin: 1.5em 0 0.55em;
}

.pm-contact-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.pm-contact-copy h1 {
  margin-bottom: 22px;
  font-size: 56px;
}

.pm-contact-copy p {
  color: var(--ink-soft);
}

.pm-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pm-field {
  min-width: 0;
}

.pm-field--full {
  grid-column: 1 / -1;
}

.pm-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}

.pm-field input,
.pm-field textarea,
.pm-field select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #b8beb7;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
}

.pm-field textarea {
  min-height: 150px;
  resize: vertical;
}

.pm-honeypot {
  position: absolute;
  left: -10000px;
}

.pm-notice {
  margin-bottom: 28px;
  padding: 15px 17px;
  border-left: 3px solid var(--celadon);
  background: var(--mist);
}

.pm-source-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.pm-source-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.pm-shop-header {
  padding: 78px 0 46px;
  border-bottom: 1px solid var(--line);
}

.pm-shop-header h1 {
  margin-bottom: 18px;
  font-size: 56px;
}

.pm-shop-header p {
  max-width: 640px;
  margin: 0;
  color: var(--ink-soft);
}

.pm-shop-content {
  padding: 56px 0 100px;
}

.pm-shop-content > .page-title {
  display: none;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 12px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 22px;
  margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  object-fit: cover;
  background: var(--mist);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.woocommerce ul.products li.product .price {
  color: var(--ink-soft);
  font-size: 14px;
}

.woocommerce ul.products li.product .button {
  margin-top: 10px;
}

.pm-shop-empty {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 64px;
  align-items: center;
  min-height: 440px;
}

.pm-shop-empty h2 {
  margin-bottom: 18px;
}

.pm-shop-empty p {
  color: var(--ink-soft);
}

.pm-shop-empty img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.woocommerce div.product {
  padding: 70px 0 100px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 60px;
}

.woocommerce div.product .product_title {
  margin-bottom: 16px;
  font-size: 48px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--cinnabar);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--cobalt);
  background: var(--mist);
}

.pm-site-footer {
  background: #111310;
  color: #fff;
}

.pm-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 64px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pm-footer-cta h2 {
  max-width: 720px;
  font-size: 40px;
}

.pm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding: 58px 0;
}

.pm-footer-brand p {
  max-width: 330px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.pm-footer-column h3 {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.pm-footer-column li + li {
  margin-top: 10px;
}

.pm-footer-column a {
  font-size: 13px;
  text-decoration: none;
}

.pm-footer-column a:hover {
  color: var(--celadon);
}

.pm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  .pm-header-inner {
    grid-template-columns: 1fr auto;
  }

  .pm-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .pm-main-nav {
    position: fixed;
    z-index: 99;
    inset: 110px 0 0;
    display: none;
    padding: 32px 24px;
    background: #fff;
  }

  .menu-open .pm-main-nav {
    display: block;
  }

  .pm-main-nav ul {
    display: block;
  }

  .pm-main-nav li {
    border-bottom: 1px solid var(--line);
  }

  .pm-main-nav a {
    padding: 16px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
  }

  .pm-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

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

  .pm-split {
    grid-template-columns: 1fr;
  }

  .pm-split__content {
    padding: 64px 48px;
  }

  .pm-process-item:nth-child(2) {
    border-right: 0;
  }

  .pm-process-item:nth-child(n+3) {
    margin-top: 26px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pm-film-grid,
  .pm-contact-grid,
  .pm-editorial-intro {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .pm-empty-editorial img {
    height: 440px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 66px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 23px;
  }

  .pm-shell,
  .pm-narrow {
    width: min(calc(100% - 32px), var(--content));
  }

  .pm-announcement {
    min-height: 32px;
    padding: 7px 14px;
  }

  .pm-brand {
    gap: 5px;
    font-size: 17px;
  }

  .pm-brand small {
    display: none;
  }

  .pm-bag-link {
    font-size: 12px;
  }

  .pm-main-nav {
    inset: 98px 0 0;
  }

  .pm-hero {
    min-height: 540px;
    height: calc(100svh - 150px);
    max-height: 690px;
  }

  .pm-hero > img {
    object-position: 58% 50%;
  }

  .pm-hero::after {
    background: linear-gradient(0deg, rgba(14, 15, 13, 0.96) 0%, rgba(14, 15, 13, 0.62) 58%, rgba(14, 15, 13, 0.2) 100%);
  }

  .pm-hero__inner {
    align-items: end;
  }

  .pm-hero__content {
    padding: 52px 0 54px;
  }

  .pm-hero h1 {
    margin-bottom: 18px;
  }

  .pm-hero__lede {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .pm-hero__caption {
    display: none;
  }

  .pm-actions .pm-button {
    flex: 1 1 170px;
  }

  .pm-intro-grid,
  .pm-object-grid,
  .pm-artist-grid,
  .woocommerce ul.products,
  .pm-footer-grid {
    grid-template-columns: 1fr;
  }

  .pm-intro-grid {
    gap: 14px;
  }

  .pm-section {
    padding: 72px 0;
  }

  .pm-section--compact {
    padding: 54px 0;
  }

  .pm-section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .pm-section-heading p {
    margin-top: 18px;
  }

  .pm-object-grid {
    gap: 38px;
  }

  .pm-split__media {
    min-height: 450px;
  }

  .pm-split__content {
    padding: 54px 24px;
  }

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

  .pm-process-item,
  .pm-process-item + .pm-process-item {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pm-process-item:nth-child(n+3) {
    margin-top: 0;
    border-top: 0;
  }

  .pm-page-hero {
    min-height: 440px;
  }

  .pm-page-hero__content h1 {
    font-size: 44px;
  }

  .pm-page-hero__content p {
    font-size: 16px;
  }

  .pm-timeline__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pm-empty-editorial__copy {
    padding: 38px 24px;
  }

  .pm-form {
    grid-template-columns: 1fr;
  }

  .pm-field--full {
    grid-column: auto;
  }

  .pm-contact-copy h1,
  .pm-shop-header h1 {
    font-size: 44px;
  }

  .pm-shop-empty {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pm-shop-empty img {
    height: 360px;
  }

  .pm-footer-cta {
    display: block;
  }

  .pm-footer-cta h2 {
    margin-bottom: 26px;
    font-size: 34px;
  }

  .pm-footer-bottom {
    display: block;
  }
}
