:root {
  --pc-ink: #161715;
  --pc-ink-soft: #33352f;
  --pc-paper: #f7f4ee;
  --pc-white: #fffefa;
  --pc-mint: #dcebdc;
  --pc-lime: #e7f260;
  --pc-blue: #b9d9ff;
  --pc-pink: #f6cdd9;
  --pc-peach: #ffd9c5;
  --pc-yellow: #f7de72;
  --pc-purple: #cfc3f7;
  --pc-red: #e94b35;
  --pc-accent: #ff5c35;
  --pc-line: rgba(22, 23, 21, .15);
  --pc-line-dark: rgba(255, 255, 255, .18);
  --pc-shadow: 0 24px 70px rgba(25, 31, 25, .12);
  --pc-shadow-small: 0 14px 38px rgba(25, 31, 25, .10);
  --pc-radius: 18px;
  --pc-radius-lg: 30px;
  --pc-shell: min(1440px, calc(100vw - 64px));
  --pc-serif: Georgia, 'Times New Roman', serif;
  --pc-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--pc-white);
  color: var(--pc-ink);
  font-family: var(--pc-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.pc-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--pc-lime); color: var(--pc-ink); }

.pc-shell { width: var(--pc-shell); margin-inline: auto; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--pc-white);
  clip: auto !important;
  clip-path: none;
  color: var(--pc-ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 14px 20px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
}
.pc-skip-link { border-radius: 8px; box-shadow: var(--pc-shadow-small); }

/* Typography and utility components */
.pc-eyebrow {
  align-items: center;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.pc-eyebrow::before { background: currentColor; content: ''; height: 2px; width: 24px; }
.pc-section { padding: 108px 0; }
.pc-section-heading { margin-bottom: 50px; }
.pc-section-heading h2,
.pc-process__intro h2,
.pc-quality__copy h2,
.pc-designer-feature__copy h2,
.pc-faq__intro h2,
.pc-sample-cta h2 {
  font-family: var(--pc-serif);
  font-size: clamp(2.35rem, 4.4vw, 4.85rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 14px 0 0;
}
.pc-section-heading p,
.pc-process__intro > p,
.pc-quality__copy > p,
.pc-designer-feature__copy > p,
.pc-faq__intro > p,
.pc-sample-cta p {
  color: #565a52;
  font-size: 1.08rem;
  line-height: 1.72;
  margin: 20px 0 0;
  max-width: 650px;
}
.pc-section-heading--split { align-items: end; display: grid; gap: 72px; grid-template-columns: 1.35fr .65fr; }
.pc-section-heading--split > div:last-child { padding-bottom: 5px; }
.pc-section-heading--split .pc-text-link { margin-top: 21px; }
.pc-section-heading--center { margin-inline: auto; max-width: 920px; text-align: center; }
.pc-section-heading--center .pc-eyebrow { justify-content: center; }
.pc-section-heading--center p { margin-inline: auto; }
.pc-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 800;
  gap: 11px;
  justify-content: center;
  letter-spacing: .015em;
  min-height: 52px;
  padding: 0 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.pc-button:hover { transform: translateY(-2px); }
.pc-button svg, .pc-text-link svg { transition: transform .2s ease; }
.pc-button:hover svg, .pc-text-link:hover svg { transform: translateX(4px); }
.pc-button--dark { background: var(--pc-ink); color: var(--pc-white); }
.pc-button--dark:hover { box-shadow: 0 10px 28px rgba(22, 23, 21, .24); }
.pc-button--light { background: var(--pc-white); color: var(--pc-ink); }
.pc-button--light:hover { box-shadow: 0 10px 28px rgba(0, 0, 0, .2); }
.pc-button--outline { border-color: var(--pc-ink); color: var(--pc-ink); }
.pc-button--outline:hover { background: var(--pc-ink); color: var(--pc-white); }
.pc-text-link {
  align-items: center;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 800;
  gap: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

/* Header */
.pc-site-header { background: var(--pc-white); position: relative; z-index: 1000; }
.pc-announcement { background: var(--pc-ink); color: var(--pc-white); font-size: .72rem; letter-spacing: .025em; }
.pc-announcement__inner { align-items: center; display: flex; justify-content: space-between; min-height: 37px; }
.pc-announcement__inner > span { align-items: center; display: inline-flex; gap: 8px; font-weight: 700; }
.pc-announcement__inner > span svg { color: var(--pc-lime); width: 14px; }
.pc-announcement nav { align-items: center; display: flex; gap: 26px; }
.pc-announcement nav a { color: rgba(255, 255, 255, .76); transition: color .2s ease; }
.pc-announcement nav a:hover { color: var(--pc-white); }
.pc-main-header { border-bottom: 1px solid var(--pc-line); }
.pc-main-header__inner { align-items: center; display: grid; gap: 36px; grid-template-columns: auto minmax(260px, 1fr) auto; min-height: 91px; }
.pc-header-brand { min-width: 214px; }
.pc-brand { align-items: center; display: inline-flex; gap: 12px; }
.pc-brand-mark { display: grid; grid-template-columns: repeat(3, 8px); gap: 3px; transform: skewY(-12deg); }
.pc-brand-mark i { background: var(--pc-ink); border-radius: 2px; display: block; height: 31px; }
.pc-brand-mark i:nth-child(1) { height: 23px; margin-top: 8px; }
.pc-brand-mark i:nth-child(2) { background: var(--pc-accent); }
.pc-brand-mark i:nth-child(3) { height: 17px; margin-top: 14px; }
.pc-brand-word { font-size: 1.52rem; font-weight: 900; letter-spacing: -.045em; }
.custom-logo-link { display: inline-flex; max-width: 235px; }
.custom-logo { max-height: 58px; width: auto; }
.pc-header-search {
  align-items: center;
  background: #f2f0ea;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  height: 49px;
  margin-inline: auto;
  max-width: 710px;
  padding: 0 7px 0 18px;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  width: 100%;
}
.pc-header-search:focus-within { background: var(--pc-white); border-color: var(--pc-ink); box-shadow: 0 0 0 3px rgba(22, 23, 21, .08); }
.pc-header-search > svg { color: #6d7069; flex: 0 0 auto; margin-right: 12px; width: 18px; }
.pc-header-search input { background: transparent; border: 0; color: var(--pc-ink); min-width: 0; outline: none; width: 100%; }
.pc-header-search input::placeholder { color: #777a72; }
.pc-header-search button { background: var(--pc-ink); border: 0; border-radius: 999px; color: var(--pc-white); font-size: .75rem; font-weight: 800; height: 35px; padding: 0 17px; }
.pc-header-actions { align-items: center; display: flex; gap: 22px; }
.pc-header-action { align-items: center; display: inline-flex; flex-direction: column; font-size: .68rem; font-weight: 750; gap: 3px; min-width: 40px; }
.pc-header-action > svg, .pc-cart-icon > svg { height: 22px; width: 22px; }
.pc-cart-icon { display: inline-flex; position: relative; }
.pc-cart-count { align-items: center; background: var(--pc-accent); border: 2px solid var(--pc-white); border-radius: 999px; color: var(--pc-white); display: flex; font-size: .58rem; font-weight: 800; height: 18px; justify-content: center; line-height: 1; min-width: 18px; padding: 0 3px; position: absolute; right: -10px; top: -8px; }
.pc-icon-button { background: transparent; border: 0; color: var(--pc-ink); padding: 6px; }
.pc-mobile-menu-toggle { display: none; }
.pc-icon-close { display: none; }
.pc-desktop-nav { border-bottom: 1px solid var(--pc-line); }
.pc-desktop-nav__inner { align-items: center; display: flex; justify-content: space-between; min-height: 53px; }
.pc-primary-nav { align-items: center; display: flex; gap: 32px; }
.pc-primary-menu, .pc-primary-menu ul, .pc-menu-fallback { list-style: none; margin: 0; padding: 0; }
.pc-primary-menu, .pc-menu-fallback { align-items: center; display: flex; gap: 30px; }
.pc-primary-nav > .pc-mega-trigger > a,
.pc-primary-menu > li > a,
.pc-menu-fallback > li > a {
  align-items: center;
  display: flex;
  font-size: .79rem;
  font-weight: 780;
  gap: 4px;
  min-height: 53px;
  position: relative;
}
.pc-primary-nav > .pc-mega-trigger > a::after,
.pc-primary-menu > li > a::after,
.pc-menu-fallback > li > a::after { background: var(--pc-ink); bottom: -1px; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.pc-primary-nav > .pc-mega-trigger:hover > a::after,
.pc-primary-menu > li:hover > a::after,
.pc-primary-menu > li.current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.pc-primary-menu li { position: relative; }
.pc-primary-menu .sub-menu { background: var(--pc-white); border: 1px solid var(--pc-line); border-radius: 12px; box-shadow: var(--pc-shadow-small); display: none; left: -18px; min-width: 220px; padding: 12px; position: absolute; top: calc(100% - 1px); }
.pc-primary-menu li:hover > .sub-menu, .pc-primary-menu li:focus-within > .sub-menu { display: block; }
.pc-primary-menu .sub-menu a { border-radius: 8px; display: block; font-size: .8rem; font-weight: 650; padding: 10px 12px; }
.pc-primary-menu .sub-menu a:hover { background: var(--pc-paper); }
.pc-nav-cta { align-items: center; display: inline-flex; font-size: .76rem; font-weight: 850; gap: 7px; }
.pc-nav-cta svg { color: var(--pc-accent); width: 16px; }
.pc-mega-trigger { position: static; }
.pc-mega-trigger > a svg { height: 15px; width: 15px; }
.pc-mega-menu {
  background: var(--pc-white);
  border-bottom: 1px solid var(--pc-line);
  border-top: 1px solid var(--pc-line);
  box-shadow: 0 22px 45px rgba(22, 23, 21, .11);
  left: 0;
  opacity: 0;
  padding: 30px 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  visibility: hidden;
}
.pc-mega-trigger:hover .pc-mega-menu, .pc-mega-trigger:focus-within .pc-mega-menu { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
.pc-mega-menu__inner { display: grid; gap: 36px; grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(270px, 1.35fr); }
.pc-mega-column { align-content: start; display: grid; gap: 9px; }
.pc-mega-label { color: #85877f; font-size: .65rem; font-weight: 850; letter-spacing: .11em; margin-bottom: 4px; text-transform: uppercase; }
.pc-mega-column a { font-size: .84rem; font-weight: 650; line-height: 1.3; padding: 3px 0; }
.pc-mega-column a:hover { text-decoration: underline; text-underline-offset: 4px; }
.pc-mega-feature { background: var(--pc-paper); border-radius: 14px; display: grid; gap: 16px; grid-template-columns: 42% 1fr; overflow: hidden; padding: 10px; }
.pc-mega-feature img { border-radius: 9px; height: 150px; object-fit: cover; width: 100%; }
.pc-mega-feature > span { align-content: center; display: grid; }
.pc-mega-feature small { color: #676a62; font-size: .65rem; }
.pc-mega-feature strong { font-family: var(--pc-serif); font-size: 1.25rem; font-weight: 400; line-height: 1.08; margin: 6px 0 14px; }
.pc-mega-feature em { align-items: center; display: inline-flex; font-size: .7rem; font-style: normal; font-weight: 800; gap: 5px; }
.pc-mobile-drawer { display: none; }

/* Hero */
.pc-hero { background: var(--pc-paper); overflow: hidden; }
.pc-hero__inner { align-items: center; display: grid; gap: 76px; grid-template-columns: .84fr 1.16fr; min-height: 700px; padding-bottom: 55px; padding-top: 55px; }
.pc-hero__copy { padding-left: clamp(0px, 2vw, 34px); }
.pc-hero__copy h1 {
  font-family: var(--pc-serif);
  font-size: clamp(3.65rem, 6.25vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .87;
  margin: 19px 0 25px;
  max-width: 700px;
}
.pc-hero__copy > p { color: #4f534b; font-size: 1.13rem; line-height: 1.68; margin: 0; max-width: 595px; }
.pc-hero__actions { align-items: center; display: flex; gap: 28px; margin-top: 34px; }
.pc-hero__proof { align-items: center; display: flex; gap: 17px; margin-top: 46px; }
.pc-avatar-stack { display: flex; padding-left: 10px; }
.pc-avatar-stack span { align-items: center; background: var(--pc-blue); border: 2px solid var(--pc-paper); border-radius: 50%; display: flex; font-size: .59rem; font-weight: 850; height: 37px; justify-content: center; margin-left: -10px; width: 37px; }
.pc-avatar-stack span:nth-child(2) { background: var(--pc-pink); }
.pc-avatar-stack span:nth-child(3) { background: var(--pc-yellow); }
.pc-avatar-stack span:nth-child(4) { background: var(--pc-ink); color: var(--pc-white); }
.pc-hero__proof > div:last-child { display: grid; gap: 1px; }
.pc-stars { color: var(--pc-accent); font-size: .75rem; letter-spacing: .1em; }
.pc-hero__proof small { color: #666960; font-size: .68rem; font-weight: 650; }
.pc-hero__visual { min-width: 0; position: relative; }
.pc-hero__image-wrap { filter: drop-shadow(0 28px 35px rgba(22, 23, 21, .13)); position: relative; transform: rotate(1.3deg); }
.pc-hero__image-wrap > img { border-radius: 2px 48px 2px 48px; max-height: 610px; object-fit: cover; width: 100%; }
.pc-hero-tag { background: var(--pc-white); border: 1px solid rgba(22, 23, 21, .12); border-radius: 12px; box-shadow: var(--pc-shadow-small); display: grid; min-width: 156px; padding: 12px 15px; position: absolute; transform: rotate(-1.3deg); }
.pc-hero-tag span { color: #767970; font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.pc-hero-tag strong { font-family: var(--pc-serif); font-size: 1rem; font-weight: 400; margin-top: 2px; }
.pc-hero-tag--one { left: -30px; top: 12%; }
.pc-hero-tag--two { bottom: 16%; right: -25px; }
.pc-hero-sticker { align-items: center; aspect-ratio: 1; background: var(--pc-lime); border: 1px solid rgba(22, 23, 21, .2); border-radius: 48% 52% 45% 55%; display: flex; font-size: .66rem; font-weight: 850; justify-content: center; letter-spacing: .05em; line-height: 1.1; padding: 20px; position: absolute; right: 7%; text-align: center; text-transform: uppercase; top: 7%; transform: rotate(11deg); width: 102px; }
.pc-hero-marquee { background: var(--pc-accent); border-bottom: 1px solid var(--pc-ink); border-top: 1px solid var(--pc-ink); overflow: hidden; }
.pc-hero-marquee__track { align-items: center; animation: pc-marquee 28s linear infinite; display: flex; flex-wrap: nowrap; min-width: max-content; padding: 12px 0; }
.pc-hero-marquee span { font-family: var(--pc-serif); font-size: 1.16rem; font-style: italic; padding: 0 25px; white-space: nowrap; }
.pc-hero-marquee i { font-style: normal; }
@keyframes pc-marquee { to { transform: translateX(-50%); } }

/* Trust strip */
.pc-trust-strip { background: var(--pc-white); border-bottom: 1px solid var(--pc-line); }
.pc-trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.pc-trust-strip__inner > div { align-items: center; border-right: 1px solid var(--pc-line); display: flex; gap: 15px; min-height: 104px; padding: 18px 28px; }
.pc-trust-strip__inner > div:first-child { border-left: 1px solid var(--pc-line); }
.pc-trust-icon { align-items: center; border: 1px solid var(--pc-ink); border-radius: 50%; display: flex; flex: 0 0 38px; font-family: var(--pc-serif); font-size: .75rem; height: 38px; justify-content: center; }
.pc-trust-strip p { display: grid; line-height: 1.25; margin: 0; }
.pc-trust-strip strong { font-size: .78rem; }
.pc-trust-strip small { color: #71736d; font-size: .65rem; margin-top: 5px; }

/* Product cards */
.pc-popular-products { background: var(--pc-white); }
.pc-product-grid { display: grid; gap: 36px 20px; grid-template-columns: repeat(4, 1fr); }
.pc-product-card { min-width: 0; }
.pc-product-card__image { background: var(--pc-paper); border: 1px solid rgba(22, 23, 21, .08); border-radius: var(--pc-radius); display: block; overflow: hidden; position: relative; }
.pc-product-card__image::after { background: linear-gradient(180deg, transparent 58%, rgba(17, 18, 16, .22)); bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: opacity .3s ease; }
.pc-product-card__image img { aspect-ratio: 1.18; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); width: 100%; }
.pc-product-card:hover .pc-product-card__image img { transform: scale(1.035); }
.pc-product-card:hover .pc-product-card__image::after { opacity: 1; }
.pc-product-card__action { align-items: center; background: var(--pc-white); border-radius: 999px; bottom: 14px; display: inline-flex; font-size: .72rem; font-weight: 800; gap: 7px; opacity: 0; padding: 10px 14px; position: absolute; right: 14px; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; z-index: 2; }
.pc-product-card:hover .pc-product-card__action { opacity: 1; transform: none; }
.pc-product-card__body { align-items: start; display: flex; gap: 14px; justify-content: space-between; padding: 15px 2px 0; }
.pc-product-card__kicker { color: #797c74; display: block; font-size: .64rem; font-weight: 750; letter-spacing: .06em; margin-bottom: 4px; text-transform: uppercase; }
.pc-product-card h3 { font-family: var(--pc-serif); font-size: 1.32rem; font-weight: 400; line-height: 1.15; margin: 0; }
.pc-product-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.pc-product-card__price { color: #555850; flex: 0 0 auto; font-size: .72rem; font-weight: 700; margin-top: 22px; white-space: nowrap; }
.pc-product-card__price .amount { color: var(--pc-ink); }

/* Collections */
.pc-collections { background: var(--pc-paper); }
.pc-collection-grid { display: grid; gap: 22px; grid-template-columns: 1.28fr .72fr; grid-template-rows: repeat(2, minmax(300px, 1fr)); }
.pc-collection { border-radius: var(--pc-radius-lg); display: block; min-height: 330px; overflow: hidden; position: relative; }
.pc-collection--large { grid-row: 1 / span 2; }
.pc-collection img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); width: 100%; }
.pc-collection:hover img { transform: scale(1.035); }
.pc-collection::after { background: linear-gradient(180deg, transparent 30%, rgba(12, 13, 11, .77)); bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; }
.pc-collection__overlay { bottom: 0; color: var(--pc-white); left: 0; padding: 34px; position: absolute; right: 0; z-index: 2; }
.pc-collection__overlay > span { font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pc-collection__overlay h3 { font-family: var(--pc-serif); font-size: clamp(2rem, 3.2vw, 3.9rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 8px 0 20px; max-width: 580px; }
.pc-collection:not(.pc-collection--large) .pc-collection__overlay h3 { font-size: clamp(1.8rem, 2.4vw, 2.8rem); margin-bottom: 14px; }
.pc-collection__overlay em { align-items: center; display: inline-flex; font-size: .75rem; font-style: normal; font-weight: 800; gap: 8px; text-decoration: underline; text-underline-offset: 5px; }
.pc-collection--warm { background: var(--pc-yellow); }
.pc-collection--warm::after { background: linear-gradient(180deg, transparent 15%, rgba(31, 25, 10, .42)); }
.pc-collection__type-art { color: var(--pc-ink); display: grid; font-size: clamp(3rem, 5vw, 6.8rem); font-weight: 950; letter-spacing: -.09em; line-height: .7; padding: 34px; transform: rotate(-3deg); }
.pc-collection__type-art span:nth-child(2) { margin-left: 14%; }
.pc-collection__type-art span:nth-child(3) { color: var(--pc-accent); margin-left: 3%; }
.pc-collection__type-art span:nth-child(4) { margin-left: 22%; }

/* Industries */
.pc-industries { background: var(--pc-white); }
.pc-industry-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.pc-industry-card { align-items: center; border: 1px solid var(--pc-line); border-radius: 15px; display: grid; gap: 15px; grid-template-columns: 96px 1fr auto; min-height: 118px; overflow: hidden; padding: 10px 17px 10px 10px; transition: border .2s ease, box-shadow .2s ease, transform .2s ease; }
.pc-industry-card:hover { border-color: var(--pc-ink); box-shadow: var(--pc-shadow-small); transform: translateY(-3px); }
.pc-industry-card > div { border-radius: 10px; overflow: hidden; }
.pc-industry-card img { aspect-ratio: 1; object-fit: cover; transition: transform .4s ease; }
.pc-industry-card:hover img { transform: scale(1.06); }
.pc-industry-card > span { display: grid; }
.pc-industry-card strong { font-family: var(--pc-serif); font-size: 1.25rem; font-weight: 400; }
.pc-industry-card small { color: #74776f; font-size: .68rem; line-height: 1.35; margin-top: 4px; }
.pc-industry-card > svg { color: #7d8078; width: 18px; }

/* Process */
.pc-process { background: var(--pc-ink); color: var(--pc-white); overflow: hidden; position: relative; }
.pc-process::before { border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; content: ''; height: 620px; left: -220px; position: absolute; top: -280px; width: 620px; }
.pc-process::after { background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 20px 20px; bottom: 0; content: ''; height: 240px; opacity: .45; position: absolute; right: 0; width: 380px; }
.pc-process > .pc-shell { display: grid; gap: 95px; grid-template-columns: .72fr 1.28fr; position: relative; z-index: 1; }
.pc-process__intro { align-self: start; position: sticky; top: 130px; }
.pc-process__intro > p { color: rgba(255, 255, 255, .68); }
.pc-process__steps { display: grid; gap: 0; }
.pc-process__steps article { border-top: 1px solid var(--pc-line-dark); display: grid; grid-template-columns: 54px 120px 1fr; grid-template-rows: auto auto auto; padding: 38px 0; position: relative; }
.pc-process__steps article:last-child { border-bottom: 1px solid var(--pc-line-dark); }
.pc-process__steps article > span { color: rgba(255, 255, 255, .45); font-family: var(--pc-serif); font-size: .9rem; grid-column: 1; }
.pc-process-icon { align-items: center; background: var(--pc-lime); border-radius: 18px; color: var(--pc-ink); display: flex; grid-column: 2; grid-row: 1 / span 3; height: 88px; justify-content: center; position: relative; transform: rotate(-3deg); width: 88px; }
.pc-process-icon i { font-family: var(--pc-serif); font-size: 1.8rem; font-style: normal; }
.pc-process-icon b { align-items: center; background: var(--pc-white); border-radius: 999px; bottom: -8px; display: flex; font-size: .55rem; height: 28px; justify-content: center; position: absolute; right: -8px; width: 28px; }
.pc-process-icon--upload { background: var(--pc-blue); transform: rotate(2deg); }
.pc-process-icon--upload i { font-family: var(--pc-sans); font-size: 2.3rem; font-weight: 300; }
.pc-process-icon--upload b { border-radius: 6px; font-size: .48rem; width: 34px; }
.pc-process-icon--help { background: var(--pc-pink); }
.pc-process-icon--help i { font-family: var(--pc-sans); font-size: 2.2rem; font-weight: 800; }
.pc-process__steps h3 { font-family: var(--pc-serif); font-size: 2rem; font-weight: 400; grid-column: 3; line-height: 1; margin: 0 0 11px; }
.pc-process__steps p { color: rgba(255, 255, 255, .68); font-size: .88rem; grid-column: 3; line-height: 1.62; margin: 0; max-width: 560px; }
.pc-process__steps a { align-items: center; display: inline-flex; font-size: .72rem; font-weight: 800; gap: 8px; grid-column: 3; margin-top: 18px; text-decoration: underline; text-underline-offset: 5px; width: fit-content; }

/* Quality */
.pc-quality { background: var(--pc-mint); }
.pc-quality__inner { align-items: center; display: grid; gap: 9%; grid-template-columns: 1fr .86fr; }
.pc-quality__visual { min-width: 0; position: relative; }
.pc-quality__visual img { border-radius: 4px 80px 4px 80px; box-shadow: var(--pc-shadow); width: 100%; }
.pc-quality__seal { align-items: center; aspect-ratio: 1; background: var(--pc-accent); border: 2px solid var(--pc-ink); border-radius: 50%; bottom: -40px; display: flex; flex-direction: column; justify-content: center; position: absolute; right: -38px; transform: rotate(9deg); width: 145px; }
.pc-quality__seal span { font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.pc-quality__seal strong { font-family: var(--pc-serif); font-size: 1.8rem; font-style: italic; font-weight: 400; line-height: 1; }
.pc-quality__seal i { font-style: normal; margin-top: 7px; }
.pc-quality__copy ul { display: grid; gap: 20px; list-style: none; margin: 34px 0; padding: 0; }
.pc-quality__copy li { align-items: start; display: grid; gap: 14px; grid-template-columns: 28px 1fr; }
.pc-quality__copy li > svg { border: 1px solid var(--pc-ink); border-radius: 50%; padding: 5px; width: 27px; }
.pc-quality__copy li span { color: #4c5149; display: grid; font-size: .82rem; line-height: 1.52; }
.pc-quality__copy li strong { color: var(--pc-ink); font-size: .88rem; margin-bottom: 3px; }

/* Designer feature */
.pc-designer-feature { background: #562d9c; color: var(--pc-white); overflow: hidden; }
.pc-designer-feature__inner { align-items: center; display: grid; gap: 7%; grid-template-columns: .72fr 1.28fr; }
.pc-designer-feature__copy > p { color: rgba(255, 255, 255, .72); }
.pc-pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 29px 0 34px; }
.pc-pill-list span { border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; font-size: .68rem; font-weight: 700; padding: 8px 11px; }
.pc-designer-ui { background: #f2f0ec; border: 7px solid #28154a; border-radius: 20px; box-shadow: 0 38px 80px rgba(23, 11, 46, .38); color: var(--pc-ink); min-height: 530px; overflow: hidden; transform: perspective(1600px) rotateY(-4deg) rotateX(1deg); }
.pc-designer-ui__bar { align-items: center; background: var(--pc-white); border-bottom: 1px solid var(--pc-line); display: flex; gap: 6px; height: 49px; padding: 0 13px; }
.pc-designer-ui__bar i { background: #e86b5e; border-radius: 50%; height: 8px; width: 8px; }
.pc-designer-ui__bar i:nth-child(2) { background: #efc04a; }
.pc-designer-ui__bar i:nth-child(3) { background: #67b96d; }
.pc-designer-ui__bar span { font-size: .67rem; font-weight: 800; margin-left: 12px; }
.pc-designer-ui__bar button { background: var(--pc-ink); border: 0; border-radius: 6px; color: var(--pc-white); font-size: .6rem; font-weight: 800; margin-left: auto; padding: 7px 11px; }
.pc-designer-ui__workspace { display: grid; grid-template-columns: 50px 1fr 170px; min-height: 480px; }
.pc-designer-ui__tools { align-items: center; background: var(--pc-white); border-right: 1px solid var(--pc-line); display: flex; flex-direction: column; gap: 9px; padding-top: 14px; }
.pc-designer-ui__tools span { align-items: center; border-radius: 6px; display: flex; font-size: .68rem; font-weight: 800; height: 30px; justify-content: center; width: 30px; }
.pc-designer-ui__tools span.is-active { background: var(--pc-purple); }
.pc-designer-ui__canvas { align-items: center; background-image: linear-gradient(45deg, #e7e4df 25%, transparent 25%), linear-gradient(-45deg, #e7e4df 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e7e4df 75%), linear-gradient(-45deg, transparent 75%, #e7e4df 75%); background-position: 0 0, 0 7px, 7px -7px, -7px 0; background-size: 14px 14px; display: flex; justify-content: center; position: relative; }
.pc-mock-card { background: #f54835; box-shadow: 0 18px 30px rgba(26, 20, 18, .22); color: #181715; height: 220px; padding: 28px; position: relative; width: 360px; }
.pc-mock-card small { font-size: .52rem; font-weight: 850; letter-spacing: .2em; }
.pc-mock-card strong { display: block; font-size: 3.2rem; font-weight: 950; letter-spacing: -.08em; line-height: .8; margin-top: 35px; }
.pc-mock-card em { display: block; font-family: var(--pc-serif); font-size: .9rem; margin-top: 12px; }
.pc-mock-card b { background: var(--pc-lime); border-radius: 50%; bottom: 20px; height: 50px; position: absolute; right: 22px; width: 50px; }
.pc-guide { border: 1px dashed; height: 238px; pointer-events: none; position: absolute; width: 378px; }
.pc-guide--bleed { border-color: #f23560; }
.pc-guide--safe { border-color: #3977ef; height: 194px; width: 334px; }
.pc-designer-ui__panel { background: var(--pc-white); border-left: 1px solid var(--pc-line); display: grid; font-size: .58rem; gap: 8px; padding: 17px 13px; }
.pc-designer-ui__panel > strong { font-size: .67rem; }
.pc-designer-ui__panel label { color: #77796f; display: grid; gap: 3px; }
.pc-designer-ui__panel label span { border: 1px solid var(--pc-line); border-radius: 4px; color: var(--pc-ink); padding: 6px; }
.pc-designer-ui__panel label i { background: #f54835; border: 1px solid var(--pc-line); border-radius: 4px; height: 25px; width: 100%; }
.pc-designer-ui__panel hr { border: 0; border-top: 1px solid var(--pc-line); width: 100%; }
.pc-designer-ui__panel p { background: #f3f1ed; border-radius: 4px; margin: 0; padding: 6px; }

/* Testimonials */
.pc-testimonials { background: var(--pc-paper); }
.pc-testimonial-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.pc-testimonial-grid blockquote { background: var(--pc-white); border: 1px solid var(--pc-line); border-radius: var(--pc-radius); display: flex; flex-direction: column; margin: 0; min-height: 320px; padding: 32px; }
.pc-testimonial-grid blockquote > span { color: var(--pc-accent); font-size: .76rem; letter-spacing: .12em; }
.pc-testimonial-grid blockquote > p { font-family: var(--pc-serif); font-size: 1.5rem; letter-spacing: -.025em; line-height: 1.35; margin: 25px 0 36px; }
.pc-testimonial-grid footer { display: grid; margin-top: auto; }
.pc-testimonial-grid footer strong { font-size: .78rem; }
.pc-testimonial-grid footer small { color: #75786f; font-size: .67rem; margin-top: 2px; }

/* FAQ */
.pc-faq { background: var(--pc-white); }
.pc-faq__inner { display: grid; gap: 10%; grid-template-columns: .68fr 1.32fr; }
.pc-faq__intro { align-self: start; position: sticky; top: 120px; }
.pc-faq__intro .pc-text-link { margin-top: 26px; }
.pc-accordion details { border-top: 1px solid var(--pc-line); }
.pc-accordion details:last-child { border-bottom: 1px solid var(--pc-line); }
.pc-accordion summary { align-items: center; cursor: pointer; display: flex; font-family: var(--pc-serif); font-size: 1.48rem; justify-content: space-between; list-style: none; padding: 25px 3px; }
.pc-accordion summary::-webkit-details-marker { display: none; }
.pc-accordion summary span { align-items: center; border: 1px solid var(--pc-line); border-radius: 50%; display: flex; font-family: var(--pc-sans); font-size: 1rem; height: 34px; justify-content: center; transition: transform .2s ease, background .2s ease; width: 34px; }
.pc-accordion details[open] summary span { background: var(--pc-ink); color: var(--pc-white); transform: rotate(45deg); }
.pc-accordion details div { color: #5d6159; max-width: 720px; padding: 0 55px 26px 3px; }
.pc-accordion details div p { margin: 0; }

/* Sample CTA */
.pc-sample-cta { background: var(--pc-yellow); padding: 72px 0; }
.pc-sample-cta__inner { align-items: center; display: grid; gap: 8%; grid-template-columns: .65fr 1.35fr; }
.pc-sample-cta__art { margin: -115px 0 -115px -20px; transform: rotate(-7deg); }
.pc-sample-cta__art img { filter: drop-shadow(0 24px 25px rgba(55, 42, 4, .25)); }
.pc-sample-cta h2 { max-width: 920px; }
.pc-sample-cta p { color: #554a25; max-width: 760px; }
.pc-sample-cta .pc-button { margin-top: 25px; }

/* Newsletter and footer */
.pc-newsletter { background: var(--pc-accent); border-bottom: 1px solid rgba(22, 23, 21, .3); }
.pc-newsletter__inner { align-items: center; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; min-height: 185px; }
.pc-newsletter h2 { font-family: var(--pc-serif); font-size: clamp(1.8rem, 3vw, 3.15rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.04; margin: 11px 0 0; }
.pc-newsletter-form { align-items: center; background: var(--pc-white); border: 1px solid var(--pc-ink); border-radius: 999px; display: flex; min-height: 57px; padding: 5px 6px 5px 21px; }
.pc-newsletter-form input { background: transparent; border: 0; min-width: 0; outline: none; width: 100%; }
.pc-newsletter-form button { align-items: center; background: var(--pc-ink); border: 0; border-radius: 999px; color: var(--pc-white); display: inline-flex; flex: 0 0 auto; font-size: .75rem; font-weight: 800; gap: 8px; min-height: 45px; padding: 0 18px; }
.pc-site-footer { background: var(--pc-ink); color: var(--pc-white); }
.pc-footer-main { display: grid; gap: 55px; grid-template-columns: 1.5fr repeat(3, .7fr); padding-bottom: 75px; padding-top: 76px; }
.pc-brand--footer .pc-brand-mark i { background: var(--pc-white); }
.pc-brand--footer .pc-brand-mark i:nth-child(2) { background: var(--pc-accent); }
.pc-footer-brand > p { color: rgba(255,255,255,.62); font-size: .84rem; line-height: 1.65; margin: 24px 0; max-width: 330px; }
.pc-footer-contact { display: grid; font-size: .75rem; font-weight: 750; gap: 5px; }
.pc-footer-column { align-content: start; display: grid; gap: 10px; }
.pc-footer-column h3, .footer-heading { font-size: .67rem; letter-spacing: .13em; margin: 0 0 9px; text-transform: uppercase; }
.pc-footer-column > a, .pc-footer-column li a { color: rgba(255,255,255,.65); font-size: .78rem; transition: color .2s ease; }
.pc-footer-column > a:hover, .pc-footer-column li a:hover { color: var(--pc-white); }
.pc-footer-column ul { list-style: none; margin: 0; padding: 0; }
.pc-footer-bottom { align-items: center; border-top: 1px solid var(--pc-line-dark); color: rgba(255,255,255,.5); display: grid; font-size: .64rem; gap: 30px; grid-template-columns: 1fr auto auto; min-height: 78px; }
.pc-footer-bottom p { margin: 0; }
.pc-footer-bottom nav { align-items: center; display: flex; gap: 18px; }
.pc-footer-bottom nav ul { align-items: center; display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.pc-print-mark { display: flex; gap: 4px; }
.pc-print-mark i { background: var(--pc-accent); border-radius: 50%; height: 8px; width: 8px; }
.pc-print-mark i:nth-child(2) { background: var(--pc-yellow); }
.pc-print-mark i:nth-child(3) { background: #32a8ce; }
.pc-print-mark i:nth-child(4) { background: var(--pc-white); }

/* Standard content */
.pc-content-area { min-height: 55vh; }
.pc-content-shell { padding-bottom: 110px; padding-top: 85px; }
.pc-page-header { margin-bottom: 50px; max-width: 900px; }
.pc-page-header h1, .pc-page-hero h1, .pc-single-post__header h1, .pc-404 h1 {
  font-family: var(--pc-serif);
  font-size: clamp(3rem, 6vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 17px 0 0;
}
.pc-page-hero { background: var(--pc-paper); padding: 90px 0; }
.pc-prose { font-size: 1.04rem; line-height: 1.78; max-width: 900px; padding-bottom: 105px; padding-top: 65px; }
.pc-prose > *:first-child { margin-top: 0; }
.pc-prose h2 { font-family: var(--pc-serif); font-size: 2.7rem; font-weight: 400; letter-spacing: -.04em; line-height: 1.1; margin: 1.7em 0 .5em; }
.pc-prose h3 { font-family: var(--pc-serif); font-size: 1.8rem; font-weight: 400; }
.pc-prose a { text-decoration: underline; text-underline-offset: 4px; }
.pc-prose blockquote { border-left: 4px solid var(--pc-accent); font-family: var(--pc-serif); font-size: 1.45rem; margin: 2em 0; padding-left: 25px; }
.pc-prose .wp-block-button__link { background: var(--pc-ink); border-radius: 999px; color: var(--pc-white); font-family: var(--pc-sans); font-size: .8rem; font-weight: 800; padding: 14px 23px; text-decoration: none; }
.pc-post-grid { display: grid; gap: 42px 24px; grid-template-columns: repeat(3, 1fr); }
.pc-post-card__image { background: var(--pc-paper); border-radius: var(--pc-radius); display: block; overflow: hidden; }
.pc-post-card__image img { aspect-ratio: 1.18; object-fit: cover; transition: transform .4s ease; width: 100%; }
.pc-post-card:hover img { transform: scale(1.035); }
.pc-post-card > div { padding-top: 17px; }
.pc-post-card > div > span { color: #74776f; font-size: .66rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.pc-post-card h2 { font-family: var(--pc-serif); font-size: 1.7rem; font-weight: 400; line-height: 1.12; margin: 7px 0 10px; }
.pc-post-card p { color: #5d6159; font-size: .83rem; }
.pc-single-post__header { max-width: 1000px; padding-bottom: 55px; padding-top: 90px; text-align: center; }
.pc-single-post__header .pc-eyebrow { justify-content: center; }
.pc-single-post__header p { color: #5b5f57; font-size: 1.15rem; margin: 24px auto 0; max-width: 760px; }
.pc-single-post__image img { border-radius: var(--pc-radius-lg); width: 100%; }
.pc-search-results { display: grid; gap: 0; }
.pc-search-results article { border-top: 1px solid var(--pc-line); padding: 28px 0; }
.pc-search-results article:last-child { border-bottom: 1px solid var(--pc-line); }
.pc-search-results h2 { font-family: var(--pc-serif); font-size: 2rem; font-weight: 400; margin: 0; }
.pc-search-results p { color: #60635c; max-width: 760px; }
.pc-empty-state { background: var(--pc-paper); border-radius: var(--pc-radius-lg); padding: 70px; text-align: center; }
.pc-empty-state h2 { font-family: var(--pc-serif); font-size: 2.7rem; font-weight: 400; margin: 0 0 12px; }
.pc-empty-state p { color: #5f625b; margin: 0 auto 25px; max-width: 600px; }
.pc-404 { background: var(--pc-paper); }
.pc-404__inner { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; min-height: 650px; padding: 75px 0; }
.pc-404 p { color: #5d6058; font-size: 1.05rem; margin: 24px 0 30px; max-width: 570px; }
.pc-404 img { border-radius: var(--pc-radius-lg); }
.nav-links { align-items: center; display: flex; gap: 8px; justify-content: center; margin-top: 55px; }
.nav-links .page-numbers { align-items: center; border: 1px solid var(--pc-line); border-radius: 50%; display: flex; height: 40px; justify-content: center; min-width: 40px; }
.nav-links .current { background: var(--pc-ink); color: var(--pc-white); }

/* WooCommerce */
.pc-main--shop { min-height: 60vh; padding-bottom: 110px; padding-top: 45px; }
.woocommerce .woocommerce-breadcrumb { color: #74776f; font-size: .69rem; margin: 0 0 28px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--pc-ink); }
.woocommerce-products-header { background: var(--pc-paper); border-radius: var(--pc-radius-lg); margin-bottom: 36px; padding: 52px; }
.woocommerce-products-header__title { font-family: var(--pc-serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; margin: 0; }
.woocommerce-products-header .term-description { color: #595d55; margin-top: 18px; max-width: 720px; }
.woocommerce-products-header .term-description p { margin: 0; }
.woocommerce .woocommerce-result-count { color: #70736c; font-size: .74rem; margin: 12px 0 26px; }
.woocommerce .woocommerce-ordering { margin: 0 0 26px; }
.woocommerce .woocommerce-ordering select { background: var(--pc-white); border: 1px solid var(--pc-line); border-radius: 999px; min-height: 42px; padding: 0 36px 0 15px; }
.woocommerce ul.products { display: grid; gap: 36px 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; margin: 0 !important; min-width: 0; position: relative; width: auto !important; }
.woocommerce ul.products li.product a img { aspect-ratio: 1.18; background: var(--pc-paper); border: 1px solid rgba(22, 23, 21, .08); border-radius: var(--pc-radius); margin: 0 0 15px; object-fit: cover; transition: transform .35s ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-3px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--pc-serif); font-size: 1.35rem; font-weight: 400; line-height: 1.15; padding: 0; }
.woocommerce ul.products li.product .price { color: #565a52; font-size: .76rem; font-weight: 700; margin: 7px 0 0; }
.woocommerce ul.products li.product .button { background: var(--pc-ink); border-radius: 999px; color: var(--pc-white); display: inline-flex; font-size: .69rem; font-weight: 800; margin-top: 13px; padding: 11px 15px; }
.pc-product-design-badge { background: var(--pc-lime); border: 1px solid var(--pc-ink); border-radius: 999px; font-size: .59rem; font-weight: 850; left: 12px; letter-spacing: .05em; padding: 6px 9px; position: absolute; text-transform: uppercase; top: 12px; z-index: 3; }
.woocommerce span.onsale { align-items: center; background: var(--pc-accent); border: 1px solid var(--pc-ink); border-radius: 50%; color: var(--pc-ink); display: flex; font-size: .62rem; font-weight: 850; height: 52px; justify-content: center; left: auto; line-height: 1; min-height: 0; min-width: 0; padding: 0; right: 12px; top: 12px; width: 52px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 7px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { align-items: center; border: 1px solid var(--pc-line); border-radius: 50%; display: flex; height: 40px; justify-content: center; min-width: 40px; padding: 0; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--pc-ink); color: var(--pc-white); }

/* Product page */
.single-product .pc-main--shop { padding-top: 28px; }
.single-product div.product { display: grid; gap: 6%; grid-template-columns: 1.02fr .98fr; }
.single-product div.product::before, .single-product div.product::after { display: none; }
.single-product div.product .woocommerce-product-gallery { float: none; margin: 0; width: 100%; }
.single-product div.product .summary { align-self: start; float: none; margin: 0; position: sticky; top: 30px; width: 100%; }
.single-product div.product .woocommerce-product-gallery__wrapper { background: var(--pc-paper); border-radius: var(--pc-radius-lg); overflow: hidden; }
.single-product div.product .woocommerce-product-gallery__image img { width: 100%; }
.single-product .woocommerce-product-gallery .flex-control-thumbs { display: grid; gap: 10px; grid-template-columns: repeat(5, 1fr); margin-top: 10px !important; }
.single-product .woocommerce-product-gallery .flex-control-thumbs li { float: none !important; width: auto !important; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img { border-radius: 10px; }
.single-product .product_title { font-family: var(--pc-serif); font-size: clamp(2.8rem, 4.7vw, 5.1rem); font-weight: 400; letter-spacing: -.055em; line-height: .93; margin: 0 0 17px; }
.single-product .woocommerce-product-rating { align-items: center; display: flex; font-size: .7rem; margin-bottom: 15px !important; }
.woocommerce .star-rating span::before { color: var(--pc-accent); }
.single-product .summary > .price { color: var(--pc-ink); font-size: 1.08rem; font-weight: 800; }
.single-product .woocommerce-product-details__short-description { color: #5b5e57; font-size: .92rem; line-height: 1.65; }
.single-product .product_meta { border-top: 1px solid var(--pc-line); color: #777a72; display: grid; font-size: .67rem; gap: 5px; margin-top: 25px; padding-top: 18px; }
.single-product .woocommerce-tabs { grid-column: 1 / -1; padding-top: 70px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--pc-line); display: flex; gap: 35px; margin: 0 0 30px; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; border-radius: 0; margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { border-bottom: 2px solid transparent; font-size: .75rem; font-weight: 800; padding: 15px 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-color: var(--pc-ink); }
.woocommerce-Tabs-panel { color: #53574f; font-size: .92rem; line-height: 1.75; max-width: 900px; }
.woocommerce-Tabs-panel h2 { color: var(--pc-ink); font-family: var(--pc-serif); font-size: 2.2rem; font-weight: 400; }
.single-product section.related { grid-column: 1 / -1; padding-top: 75px; }
.single-product section.related > h2 { font-family: var(--pc-serif); font-size: 3rem; font-weight: 400; letter-spacing: -.04em; }

/* Forms, notices, cart and checkout */
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--pc-paper); border: 1px solid var(--pc-line); border-top: 0; border-radius: 12px; color: var(--pc-ink); font-size: .8rem; margin-bottom: 25px; padding: 17px 20px 17px 48px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--pc-ink); top: 17px; }
.woocommerce-error { border-left: 4px solid var(--pc-red); }
.woocommerce-message .button, .woocommerce-info .button { background: var(--pc-ink); border-radius: 999px; color: var(--pc-white); font-size: .7rem; padding: 9px 14px; }
.woocommerce form .form-row label { font-size: .74rem; font-weight: 750; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { background: var(--pc-white); border: 1px solid var(--pc-line); border-radius: 9px; min-height: 46px; padding: 10px 12px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }
.woocommerce-cart-form table.shop_table, .woocommerce-checkout-review-order table.shop_table, .woocommerce table.shop_table { border: 1px solid var(--pc-line); border-collapse: separate; border-radius: 14px; overflow: hidden; }
.woocommerce table.shop_table th { font-size: .69rem; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce table.shop_table td { font-size: .82rem; }
.woocommerce table.shop_table img { border-radius: 8px; width: 72px; }
.woocommerce .quantity .qty { border: 1px solid var(--pc-line); border-radius: 8px; height: 42px; width: 65px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { border: 1px solid var(--pc-line); border-radius: 999px; min-height: 42px; padding: 0 15px; width: 170px; }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { background: var(--pc-ink); border-radius: 999px; color: var(--pc-white); font-size: .75rem; font-weight: 800; padding: 14px 20px; }
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover { background: #30322e; color: var(--pc-white); }
.woocommerce .cart-collaterals .cart_totals { float: none; margin-left: auto; width: min(100%, 520px); }
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-checkout h3 { font-family: var(--pc-serif); font-size: 2rem; font-weight: 400; }
.woocommerce-checkout #customer_details { display: grid; gap: 45px; grid-template-columns: 1fr 1fr; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout-review-order { margin-top: 30px; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: var(--pc-paper); border-radius: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 24%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 72%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { border: 1px solid var(--pc-line); border-radius: 14px; list-style: none; margin: 0; overflow: hidden; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { border-bottom: 1px solid var(--pc-line); display: block; font-size: .77rem; font-weight: 700; padding: 13px 16px; }
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a { background: var(--pc-ink); color: var(--pc-white); }

/* Reveal motion */
.pc-reveal { opacity: 0; transform: translateY(16px); }
.is-ready .pc-reveal { animation: pc-rise .7s ease forwards; }
.is-ready .pc-reveal:nth-child(2) { animation-delay: .08s; }
.is-ready .pc-reveal:nth-child(3) { animation-delay: .16s; }
.is-ready .pc-reveal:nth-child(4) { animation-delay: .24s; }
.is-ready .pc-reveal:nth-child(5) { animation-delay: .32s; }
@keyframes pc-rise { to { opacity: 1; transform: none; } }

/* Responsive */
@media (max-width: 1260px) {
  :root { --pc-shell: min(100% - 42px, 1200px); }
  .pc-main-header__inner { gap: 24px; grid-template-columns: auto minmax(220px, 1fr) auto; }
  .pc-header-brand { min-width: 178px; }
  .pc-header-actions { gap: 14px; }
  .pc-primary-menu, .pc-menu-fallback { gap: 20px; }
  .pc-primary-nav { gap: 22px; }
  .pc-mega-menu__inner { gap: 25px; grid-template-columns: repeat(4, minmax(105px, 1fr)) minmax(240px, 1.25fr); }
  .pc-hero__inner { gap: 55px; grid-template-columns: .9fr 1.1fr; }
  .pc-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pc-process > .pc-shell { gap: 60px; }
  .pc-footer-main { grid-template-columns: 1.3fr repeat(3, .7fr); }
}

@media (max-width: 1024px) {
  :root { --pc-shell: min(100% - 34px, 940px); }
  .pc-announcement nav a:first-child { display: none; }
  .pc-main-header__inner { grid-template-columns: auto 1fr auto; min-height: 76px; }
  .pc-mobile-menu-toggle { display: inline-flex; }
  .pc-mobile-menu-toggle .pc-icon-open, .pc-mobile-menu-toggle .pc-icon-close { align-items: center; display: flex; }
  .pc-mobile-menu-toggle .pc-icon-close { display: none; }
  .pc-mobile-menu-toggle[aria-expanded="true"] .pc-icon-open { display: none; }
  .pc-mobile-menu-toggle[aria-expanded="true"] .pc-icon-close { display: flex; }
  .pc-header-brand { min-width: 0; text-align: center; }
  .pc-header-search, .pc-desktop-nav { display: none; }
  .pc-header-action:first-child { display: none; }
  .pc-header-action > span:last-child { display: none; }
  .pc-mobile-drawer { background: var(--pc-white); bottom: 0; display: block; left: 0; opacity: 0; pointer-events: none; position: fixed; right: 0; top: 114px; transform: translateX(-100%); transition: transform .28s ease, opacity .28s ease; visibility: hidden; z-index: 999; }
  .pc-mobile-drawer.is-open { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
  .pc-mobile-drawer__scroll { height: 100%; overflow-y: auto; padding: 22px 22px 55px; }
  .pc-mobile-search { align-items: center; background: var(--pc-paper); border-radius: 999px; display: flex; padding: 0 16px; }
  .pc-mobile-search input { background: transparent; border: 0; height: 48px; outline: none; padding-left: 10px; width: 100%; }
  .pc-mobile-shop-all { align-items: center; background: var(--pc-ink); border-radius: 12px; color: var(--pc-white); display: flex; font-size: .8rem; font-weight: 800; justify-content: space-between; margin-top: 15px; padding: 16px; }
  .pc-mobile-categories { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin: 18px 0; }
  .pc-mobile-categories a { background: var(--pc-paper); border-radius: 10px; font-family: var(--pc-serif); font-size: 1.08rem; padding: 15px; }
  .pc-mobile-menu, .pc-mobile-menu ul, .pc-mobile-drawer .pc-menu-fallback { list-style: none; margin: 0; padding: 0; }
  .pc-mobile-menu > li > a, .pc-mobile-drawer .pc-menu-fallback a { border-top: 1px solid var(--pc-line); display: block; font-size: .82rem; font-weight: 750; padding: 15px 2px; }
  .pc-mobile-menu .sub-menu { padding: 0 0 8px 16px; }
  .pc-mobile-menu .sub-menu a { color: #64675f; display: block; font-size: .75rem; padding: 7px 0; }
  .pc-mobile-contact { border-top: 1px solid var(--pc-line); display: grid; font-size: .73rem; gap: 6px; margin-top: 12px; padding-top: 17px; }
  .pc-section { padding: 82px 0; }
  .pc-hero__inner { grid-template-columns: 1fr; min-height: 0; padding: 70px 0; }
  .pc-hero__copy { max-width: 800px; padding-left: 0; }
  .pc-hero__visual { margin: 0 auto; max-width: 760px; width: 100%; }
  .pc-hero__image-wrap > img { max-height: none; }
  .pc-trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .pc-trust-strip__inner > div:nth-child(2) { border-right: 0; }
  .pc-trust-strip__inner > div:nth-child(n+3) { border-top: 1px solid var(--pc-line); }
  .pc-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 330px; }
  .pc-collection--large { grid-column: 1 / -1; grid-row: auto; }
  .pc-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-process > .pc-shell { grid-template-columns: 1fr; }
  .pc-process__intro, .pc-faq__intro { position: static; }
  .pc-quality__inner { gap: 70px; grid-template-columns: 1fr; }
  .pc-quality__visual { margin: 0 auto; max-width: 760px; }
  .pc-designer-feature__inner { grid-template-columns: 1fr; }
  .pc-designer-feature__copy { max-width: 850px; }
  .pc-designer-ui { margin-top: 25px; transform: none; }
  .pc-faq__inner { grid-template-columns: 1fr; }
  .pc-newsletter__inner { gap: 35px; grid-template-columns: 1fr; padding: 45px 0; }
  .pc-footer-main { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .pc-footer-brand { grid-row: 1 / span 2; }
  .single-product div.product { gap: 45px; grid-template-columns: 1fr; }
  .single-product div.product .summary { position: static; }
  .woocommerce-checkout #customer_details { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --pc-shell: calc(100% - 28px); }
  .pc-announcement__inner { justify-content: center; min-height: 35px; }
  .pc-announcement nav { display: none; }
  .pc-main-header__inner { gap: 12px; grid-template-columns: 42px 1fr 42px; min-height: 68px; }
  .pc-brand-mark { gap: 2px; grid-template-columns: repeat(3, 6px); }
  .pc-brand-mark i { height: 25px; }
  .pc-brand-mark i:nth-child(1) { height: 19px; margin-top: 6px; }
  .pc-brand-mark i:nth-child(3) { height: 14px; margin-top: 11px; }
  .pc-brand-word { font-size: 1.25rem; }
  .pc-mobile-drawer { top: 103px; }
  .pc-section { padding: 68px 0; }
  .pc-section-heading { margin-bottom: 34px; }
  .pc-section-heading--split { gap: 22px; grid-template-columns: 1fr; }
  .pc-section-heading h2, .pc-process__intro h2, .pc-quality__copy h2, .pc-designer-feature__copy h2, .pc-faq__intro h2, .pc-sample-cta h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .pc-section-heading p, .pc-process__intro > p, .pc-quality__copy > p, .pc-designer-feature__copy > p, .pc-faq__intro > p, .pc-sample-cta p { font-size: .96rem; }
  .pc-hero__inner { gap: 48px; padding: 55px 0 45px; }
  .pc-hero__copy h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .pc-hero__copy > p { font-size: 1rem; }
  .pc-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .pc-hero__proof { align-items: flex-start; flex-direction: column; }
  .pc-hero-tag { min-width: 130px; padding: 9px 11px; }
  .pc-hero-tag--one { left: -7px; top: 8%; }
  .pc-hero-tag--two { bottom: 8%; right: -7px; }
  .pc-hero-sticker { right: 4%; top: -8%; width: 78px; }
  .pc-hero-marquee span { font-size: 1rem; padding: 0 18px; }
  .pc-trust-strip__inner { grid-template-columns: 1fr; }
  .pc-trust-strip__inner > div, .pc-trust-strip__inner > div:nth-child(2) { border-left: 0; border-right: 0; }
  .pc-trust-strip__inner > div + div { border-top: 1px solid var(--pc-line); }
  .pc-product-grid, .woocommerce ul.products { gap: 28px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-product-card__body { display: grid; }
  .pc-product-card h3 { font-size: 1.06rem; }
  .pc-product-card__kicker { font-size: .55rem; }
  .pc-product-card__price { margin-top: 0; }
  .pc-product-card__action { display: none; }
  .pc-collection-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .pc-collection, .pc-collection--large { grid-column: auto; min-height: 420px; }
  .pc-collection__overlay { padding: 25px; }
  .pc-collection__overlay h3, .pc-collection:not(.pc-collection--large) .pc-collection__overlay h3 { font-size: 2.3rem; }
  .pc-industry-grid { grid-template-columns: 1fr; }
  .pc-process > .pc-shell { gap: 45px; }
  .pc-process__steps article { gap: 14px; grid-template-columns: 35px 72px 1fr; padding: 28px 0; }
  .pc-process-icon { border-radius: 14px; height: 64px; width: 64px; }
  .pc-process__steps h3 { font-size: 1.55rem; }
  .pc-process__steps p { font-size: .78rem; }
  .pc-quality__seal { bottom: -26px; right: -8px; width: 105px; }
  .pc-quality__seal strong { font-size: 1.3rem; }
  .pc-designer-ui { min-height: 360px; }
  .pc-designer-ui__workspace { grid-template-columns: 38px 1fr; min-height: 340px; }
  .pc-designer-ui__panel { display: none; }
  .pc-mock-card { height: 135px; padding: 16px; width: 220px; }
  .pc-mock-card strong { font-size: 2rem; margin-top: 22px; }
  .pc-mock-card em { font-size: .65rem; margin-top: 7px; }
  .pc-mock-card b { bottom: 11px; height: 32px; right: 12px; width: 32px; }
  .pc-guide { height: 149px; width: 234px; }
  .pc-guide--safe { height: 119px; width: 204px; }
  .pc-testimonial-grid { grid-template-columns: 1fr; }
  .pc-testimonial-grid blockquote { min-height: 0; }
  .pc-faq__inner { gap: 35px; }
  .pc-accordion summary { font-size: 1.2rem; gap: 18px; padding: 21px 2px; }
  .pc-sample-cta { padding-top: 0; }
  .pc-sample-cta__inner { grid-template-columns: 1fr; }
  .pc-sample-cta__art { margin: -38px auto 18px; max-width: 380px; }
  .pc-newsletter-form { align-items: stretch; background: transparent; border: 0; border-radius: 0; display: grid; gap: 9px; padding: 0; }
  .pc-newsletter-form input { background: var(--pc-white); border: 1px solid var(--pc-ink); border-radius: 999px; min-height: 52px; padding: 0 18px; }
  .pc-newsletter-form button { justify-content: center; min-height: 50px; }
  .pc-footer-main { gap: 40px 25px; grid-template-columns: 1fr 1fr; }
  .pc-footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .pc-footer-bottom { grid-template-columns: 1fr auto; padding: 20px 0; }
  .pc-footer-bottom nav { display: none; }
  .pc-page-hero { padding: 64px 0; }
  .pc-prose { padding: 48px 0 70px; }
  .pc-post-grid { grid-template-columns: 1fr; }
  .pc-empty-state { padding: 45px 22px; }
  .pc-404__inner { grid-template-columns: 1fr; min-height: 0; padding: 70px 0; }
  .pc-404 img { order: -1; }
  .pc-main--shop { padding-bottom: 75px; }
  .woocommerce-products-header { padding: 35px 24px; }
  .woocommerce-products-header__title { font-size: 3.2rem; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.03rem; }
  .woocommerce ul.products li.product .button { display: none; }
  .pc-product-design-badge { font-size: .48rem; left: 6px; padding: 5px 6px; top: 6px; }
  .single-product .product_title { font-size: 3.1rem; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 30px; }
}

@media (max-width: 420px) {
  .pc-product-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .pc-product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.3rem; }
  .pc-mobile-categories { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .pc-reveal { opacity: 1; transform: none; }
}


/* Elementor compatibility */
.presscraft-elementor-page .pc-elementor-content,
.pc-elementor-content { width: 100%; max-width: none; padding: 0; margin: 0; }
.pc-elementor-content > .elementor { width: 100%; }
.pc-elementor-full-width .e-con,
.pc-elementor-full-width .elementor-section-wrap { max-width: none; }
.presscraft-elementor-canvas { margin: 0; }
body.elementor-editor-active .pc-site-header,
body.elementor-editor-active .pc-site-footer { position: relative; }
