@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,480;9..144,600&family=Sora:wght@300;400;500;600&display=swap");

:root {
  --ph-ink: #1a1416;
  --ph-ink-soft: rgba(26, 20, 22, 0.72);
  --ph-accent: #a85d6c;
  --ph-blush: #e8c4cb;
  --ph-petal: #f4e6e9;
  --ph-chalk: #fbf7f8;
  --ph-fog: #efe8ea;
  --ph-line: rgba(26, 20, 22, 0.08);
  --ph-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ph-max: 1120px;
}

/* —— Base —— */
body.punchhug {
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 300;
  color: var(--ph-ink);
  background: var(--ph-chalk);
  -webkit-font-smoothing: antialiased;
}

body.punchhug h1,
body.punchhug h2,
body.punchhug h3,
body.punchhug .ph-brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 480;
  letter-spacing: -0.02em;
  color: var(--ph-ink);
}

body.punchhug a {
  color: inherit;
  transition: color 0.25s var(--ph-ease);
}

/* Astra chrome quiet — skip home overlay (transparent over hero) */
body.punchhug:not(.ph-overlay-header) .ast-primary-header-bar,
body.punchhug:not(.ph-overlay-header) .main-header-bar,
body.punchhug:not(.ph-overlay-header) .site-header,
body.punchhug:not(.ph-overlay-header) #masthead {
  background: rgba(251, 247, 248, 0.88) !important;
  backdrop-filter: blur(14px) saturate(1.05);
  border-bottom: 1px solid var(--ph-line);
  box-shadow: none !important;
}

body.punchhug .site-title a,
body.punchhug .ast-site-title-wrap .site-title a {
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 600 !important;
  font-size: 1.35rem !important;
  letter-spacing: -0.01em !important;
  color: var(--ph-ink) !important;
  text-decoration: none !important;
}

body.punchhug .main-header-menu > li > a {
  font-family: "Sora", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--ph-ink) !important;
}

body.punchhug .main-header-menu > li > a:hover {
  color: var(--ph-accent) !important;
}

body.punchhug.home .entry-header,
body.punchhug.home .ast-breadcrumbs-wrapper {
  display: none !important;
}

/* Kill Astra boxed / padded layout on home — root cause of side gutters */
body.punchhug.home #page,
body.punchhug.home.ast-boxed-container #page,
body.punchhug.home.ast-padded-layout #page,
body.punchhug.home .site {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}

body.punchhug.home .site-content > .ast-container,
body.punchhug.home #content > .ast-container,
body.punchhug.home .site-content .ast-container,
body.punchhug.home #content .ast-container,
body.punchhug.home .ast-container--main {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Header: keep breathing room (do not flush to viewport edges) */
body.punchhug .site-primary-header-wrap.ast-container,
body.punchhug #masthead .site-primary-header-wrap,
body.punchhug .ast-primary-header-bar > .ast-builder-grid-row-container,
body.punchhug .ast-primary-header-bar .site-primary-header-wrap {
  max-width: min(1120px, 100%) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1.25rem, 4.5vw, 2.75rem) !important;
  padding-right: clamp(1.25rem, 4.5vw, 2.75rem) !important;
  box-sizing: border-box !important;
}

body.punchhug.home #primary,
body.punchhug.home .content-area,
body.punchhug.home .site-main,
body.punchhug.home article.page,
body.punchhug.home .ast-article-single {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.punchhug.home .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

/* Astra blocks layout caps every direct child at 1200px — break out slider */
body.punchhug.home .entry-content[data-ast-blocks-layout] > .ph-slider,
body.punchhug.home .entry-content[data-ast-blocks-layout] > .ph-brand-banner,
body.punchhug.home .entry-content > .ph-slider,
body.punchhug.home .entry-content > .ph-brand-banner {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.punchhug.home.ast-plain-container.ast-no-sidebar #primary,
body.punchhug.home #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* Transparent header sits ON the hero */
body.punchhug.home.ph-overlay-header #masthead,
body.punchhug.home.ph-overlay-header .site-header,
body.punchhug.home.ph-overlay-header .ast-primary-header-bar,
body.punchhug.home.ph-overlay-header .main-header-bar,
body.punchhug.home.ph-overlay-header .ast-main-header-wrap,
body.punchhug.home.ph-overlay-header .ast-builder-grid-row-container,
body.punchhug.home.ph-overlay-header .ast-builder-grid-row-container-inner {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  z-index: 100 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.punchhug.home.ph-overlay-header #masthead,
body.punchhug.home.ph-overlay-header .site-header {
  /* only the outer header is positioned; children stay in flow inside it */
  position: absolute !important;
}

body.punchhug.home.ph-overlay-header .ast-primary-header-bar,
body.punchhug.home.ph-overlay-header .main-header-bar,
body.punchhug.home.ph-overlay-header .ast-main-header-wrap,
body.punchhug.home.ph-overlay-header .ast-builder-grid-row-container,
body.punchhug.home.ph-overlay-header .ast-builder-grid-row-container-inner {
  position: relative !important;
  top: auto !important;
  background: transparent !important;
  background-color: transparent !important;
}

body.punchhug.home.ph-overlay-header .main-header-menu > li > a,
body.punchhug.home.ph-overlay-header .ast-builder-menu-1 .menu-item > .menu-link,
body.punchhug.home.ph-overlay-header .site-title a,
body.punchhug.home.ph-overlay-header .ast-header-button-1 a {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

/* Dark logo readable on hero: soft light plate behind mark */
body.punchhug.home.ph-overlay-header .custom-logo-link {
  display: inline-flex !important;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: 12px;
  background: rgba(251, 247, 248, 0.94) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px) saturate(1.05);
  filter: none !important;
}

body.punchhug.home.ph-overlay-header .custom-logo-link img {
  filter: none !important;
  max-height: 48px !important;
}

body.punchhug.home.admin-bar.ph-overlay-header #masthead,
body.punchhug.home.admin-bar.ph-overlay-header .site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.punchhug.home.admin-bar.ph-overlay-header #masthead,
  body.punchhug.home.admin-bar.ph-overlay-header .site-header {
    top: 46px !important;
  }
}

body.punchhug .ast-woocommerce-container,
body.punchhug .site-content {
  background: transparent !important;
}

/* —— Fullscreen slider (Biagiotti-inspired) —— */
.ph-kicker {
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ph-accent);
  margin: 0 0 0.75rem;
}

.ph-slider {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  left: 0;
  right: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #1a1416;
}

.ph-slider__track {
  position: absolute;
  inset: 0;
}

.ph-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.1s var(--ph-ease), visibility 1.1s;
  z-index: 0;
}

.ph-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ph-slide__media {
  position: absolute;
  inset: 0;
}

.ph-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 18%;
  transform: scale(1.06);
  transition: transform 7s var(--ph-ease);
}

.ph-slide.is-active .ph-slide__media img {
  transform: scale(1);
}

.ph-slide__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(26, 20, 22, 0.66) 0%, rgba(26, 20, 22, 0.28) 50%, rgba(26, 20, 22, 0.12) 100%);
  pointer-events: none;
}

.ph-slide__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(100% - 2rem, var(--ph-max));
  margin: 0 auto;
  padding: 0 0 clamp(3.5rem, 9vh, 5.5rem);
  transform: translateY(22px);
  opacity: 0;
  transition: transform 0.9s var(--ph-ease) 0.15s, opacity 0.9s var(--ph-ease) 0.15s;
}

.ph-slide.is-active .ph-slide__inner {
  transform: translateY(0);
  opacity: 1;
}

.ph-slide__inner .ph-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.ph-slide__quote {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 480;
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 0 0 1.1rem;
  color: #fff;
}

.ph-slide__lede {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 28rem;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.86);
}

.ph-slider__nav {
  position: absolute;
  right: clamp(1rem, 4vw, 2.5rem);
  bottom: clamp(1.5rem, 4vh, 2.5rem);
  z-index: 5;
  display: flex;
  gap: 0.45rem;
}

.ph-slider__dot {
  width: 2rem;
  height: 3px;
  border: 0;
  padding: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.3s, width 0.35s var(--ph-ease);
}

.ph-slider__dot.is-active {
  background: #fff;
  width: 2.6rem;
}

/* Brand banner strip (designed asset — not a slide) */
.ph-brand-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #f3ebe6;
  overflow: hidden;
}

.ph-brand-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: min(52vh, 560px);
}

.ph-grid-hero {
  width: min(100% - 2rem, var(--ph-max));
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(1.25rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: center;
}

.ph-grid-hero__copy {
  max-width: 28rem;
  opacity: 0;
  transform: translateY(16px);
  animation: ph-rise 0.85s var(--ph-ease) 0.08s forwards;
}

.ph-grid-hero__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 480;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  color: var(--ph-ink);
}

.ph-grid-hero__lede {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ph-ink-soft);
  margin: 0 0 1.75rem;
  max-width: 24rem;
}

.ph-btn--ink {
  background: var(--ph-ink);
  color: #fff !important;
}

.ph-btn--ink:hover {
  background: var(--ph-accent);
  color: #fff !important;
  transform: translateY(-2px);
}

.ph-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  margin-left: 0.65rem;
}

.ph-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.ph-grid-hero__mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-height: min(52vh, 480px);
  opacity: 0;
  transform: translateY(16px);
  animation: ph-rise 0.9s var(--ph-ease) 0.22s forwards;
  perspective: 900px;
}

.ph-grid-hero__mosaic--wide {
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: min(58vh, 560px);
}

.ph-grid-hero__mosaic--wide .ph-mosaic__cell--lg {
  grid-row: 1 / span 2;
}

.ph-grid-hero__mosaic--3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  min-height: min(42vh, 380px);
}

.ph-grid-hero__mosaic--3 .ph-mosaic__cell {
  min-height: 280px;
}

/* Soft living cards */
.ph-mosaic__cell {
  position: relative;
  overflow: hidden;
  display: block;
  background: var(--ph-fog);
  text-decoration: none !important;
  border-radius: 18px;
  box-shadow:
    0 18px 40px -28px rgba(26, 20, 22, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.35) inset;
  transform: translateY(0) rotateX(0);
  transition: transform 0.55s var(--ph-ease), box-shadow 0.55s var(--ph-ease);
  animation: ph-float 7s ease-in-out infinite;
}

.ph-mosaic__cell:nth-child(2) { animation-delay: -2.2s; }
.ph-mosaic__cell:nth-child(3) { animation-delay: -4.1s; }

.ph-mosaic__cell--lg {
  grid-row: 1 / span 2;
}

.ph-mosaic__cell:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow:
    0 28px 50px -24px rgba(26, 20, 22, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.4) inset;
  animation-play-state: paused;
}

.ph-mosaic__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.85s var(--ph-ease);
}

.ph-mosaic__cell:hover img {
  transform: scale(1.07);
}

.ph-mosaic__cell span {
  position: absolute;
  left: 1rem;
  bottom: 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(26, 20, 22, 0.35);
  backdrop-filter: blur(8px);
}

@keyframes ph-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes ph-rise {
  to { opacity: 1; transform: translateY(0); }
}

.ph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  border-radius: 2px;
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.3s var(--ph-ease), background 0.3s, color 0.3s;
}

.ph-btn--primary {
  background: #fff;
  color: var(--ph-ink) !important;
}

.ph-btn--primary:hover {
  transform: translateY(-2px);
  background: var(--ph-petal);
  color: var(--ph-ink) !important;
}

/* —— Category tiles as soft cards —— */
.ph-tiles {
  width: min(100% - 2rem, var(--ph-max));
  margin: 0 auto 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.ph-tiles--4 {
  grid-template-columns: repeat(4, 1fr);
}

.ph-tile {
  position: relative;
  display: block;
  min-height: clamp(240px, 30vw, 340px);
  overflow: hidden;
  background: var(--ph-fog);
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 20px;
  box-shadow: 0 20px 44px -30px rgba(26, 20, 22, 0.5);
  transition: transform 0.55s var(--ph-ease), box-shadow 0.55s var(--ph-ease);
}

.ph-tile:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 56px -28px rgba(26, 20, 22, 0.55);
}

.ph-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.85s var(--ph-ease);
}

.ph-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(26, 20, 22, 0.72) 100%);
  pointer-events: none;
  transition: opacity 0.4s;
}

.ph-tile:hover img {
  transform: scale(1.08);
}

.ph-tile__text {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  transition: transform 0.45s var(--ph-ease);
}

.ph-tile:hover .ph-tile__text {
  transform: translateY(-4px);
}

.ph-tile__label {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  line-height: 1.05;
  margin-bottom: 0.25rem;
}

.ph-tile__sub {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.88;
}

/* —— Centered section heads —— */
.ph-section__head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
}

.ph-section__head--center .ph-kicker {
  margin-bottom: 0.55rem;
}

/* —— Editorial soft panel —— */
.ph-editorial {
  width: min(100% - 2rem, var(--ph-max));
  margin: 0 auto clamp(2.5rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  background: var(--ph-petal);
  overflow: hidden;
  min-height: 420px;
  border-radius: 22px;
  box-shadow: 0 24px 50px -34px rgba(26, 20, 22, 0.4);
}

/* Clickable lookbook — equal cards, readable crops, links to products */
.ph-look {
  width: min(100% - 2rem, 1120px);
  margin: 0 auto clamp(2.5rem, 6vw, 4rem);
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}

.ph-look__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.ph-look__card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ph-fog);
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 16px 36px -28px rgba(26, 20, 22, 0.45);
  transition: transform 0.45s var(--ph-ease), box-shadow 0.45s var(--ph-ease);
}

.ph-look__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px -26px rgba(26, 20, 22, 0.5);
}

.ph-look__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transition: transform 0.7s var(--ph-ease);
}

.ph-look__card:hover img {
  transform: scale(1.04);
}

.ph-look__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(26, 20, 22, 0.72) 100%);
  pointer-events: none;
}

.ph-look__label {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.85rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ph-look__label strong {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 480;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.ph-look__label em {
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
}

.ph-look--tight {
  margin-top: 0.5rem;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.ph-look--tight .ph-look__grid {
  margin-top: 0;
}

.ph-editorial__media {
  min-height: 360px;
  overflow: hidden;
  display: block;
}

.ph-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: transform 1s var(--ph-ease);
}

.ph-editorial:hover .ph-editorial__media img {
  transform: scale(1.04);
}

.ph-editorial__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.25rem);
}

.ph-editorial__copy h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 0 0 0.85rem;
  line-height: 1.08;
}

.ph-editorial__copy p {
  margin: 0 0 1.5rem;
  color: var(--ph-ink-soft);
  line-height: 1.6;
  max-width: 28rem;
}

/* Soft product cards in loops on home */
body.home.punchhug ul.products li.product {
  border-radius: 16px !important;
  overflow: hidden;
  padding-bottom: 0.85rem !important;
  transition: transform 0.45s var(--ph-ease), box-shadow 0.45s var(--ph-ease);
}

body.home.punchhug ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -28px rgba(26, 20, 22, 0.35);
}

body.home.punchhug ul.products li.product a img {
  border-radius: 8px !important;
  object-fit: contain !important;
  background: #fff !important;
}

/* Legacy */
.ph-hero,
.ph-cinema { display: none; }

@media (max-width: 900px) {
  .ph-slider {
    min-height: 78vh;
  }

  .ph-grid-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.5rem;
  }

  .ph-grid-hero__mosaic {
    min-height: 420px;
    order: -1;
  }

  .ph-grid-hero__mosaic--wide {
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
  }

  .ph-grid-hero__mosaic--wide .ph-mosaic__cell--lg {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 220px;
  }

  .ph-grid-hero__mosaic--3 {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ph-grid-hero__mosaic--3 .ph-mosaic__cell {
    min-height: 220px;
  }

  .ph-tiles,
  .ph-tiles--4 {
    grid-template-columns: 1fr 1fr;
  }

  .ph-look__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ph-tile {
    min-height: 220px;
  }

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

  .ph-editorial__media {
    min-height: 280px;
  }

  .ph-btn--ghost-light {
    margin-left: 0;
    margin-top: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ph-mosaic__cell,
  .ph-slide__media img {
    animation: none !important;
    transition: none !important;
  }
}

/* —— Featured —— */
.ph-section {
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.ph-section__head {
  margin-bottom: 2rem;
  max-width: 28rem;
}

.ph-section__head h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  margin: 0 0 0.45rem;
  line-height: 1.1;
}

.ph-section__head p {
  margin: 0;
  color: var(--ph-ink-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* —— Ritual band (one job, no cards) —— */
.ph-ritual {
  position: relative;
  padding: clamp(3.5rem, 9vw, 6rem) 0;
  background:
    linear-gradient(180deg, var(--ph-petal) 0%, var(--ph-fog) 100%);
  overflow: hidden;
}

.ph-ritual::before {
  content: "";
  position: absolute;
  width: 50vmax;
  height: 50vmax;
  right: -18%;
  top: -30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 93, 108, 0.18), transparent 65%);
  animation: ph-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes ph-drift {
  from { transform: translate(0, 0); }
  to { transform: translate(-4%, 6%); }
}

.ph-ritual__inner {
  position: relative;
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 0 auto;
  max-width: 34rem;
}

.ph-ritual h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  margin: 0 0 0.85rem;
  line-height: 1.08;
}

.ph-ritual p {
  margin: 0 0 1.5rem;
  color: var(--ph-ink-soft);
  line-height: 1.6;
  font-size: 1.02rem;
}

.ph-link {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: var(--ph-accent) !important;
  border-bottom: 1px solid rgba(168, 93, 108, 0.35);
  padding-bottom: 0.15rem;
}

.ph-link:hover {
  color: var(--ph-ink) !important;
  border-bottom-color: var(--ph-ink);
}

/* —— Product grid (no card chrome) —— */
body.punchhug ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.75rem 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.punchhug ul.products::before,
body.punchhug ul.products::after {
  display: none !important;
}

body.punchhug ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  list-style: none;
  text-align: left;
}

body.punchhug ul.products li.product a img {
  margin: 0 0 0.9rem !important;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  border: 1px solid var(--ph-line);
  border-radius: 2px;
  padding: 0.85rem;
  box-sizing: border-box;
  transition: transform 0.55s var(--ph-ease), box-shadow 0.35s;
}

body.punchhug ul.products li.product:hover a img {
  transform: none;
  box-shadow: 0 12px 28px -18px rgba(26, 20, 22, 0.35);
}

body.punchhug ul.products li.product .woocommerce-loop-product__title {
  font-family: "Sora", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.01em;
  color: var(--ph-ink) !important;
  padding: 0 !important;
  line-height: 1.35 !important;
}

body.punchhug ul.products li.product .price {
  color: var(--ph-ink) !important;
  font-weight: 500 !important;
  font-size: 0.92rem !important;
  margin-top: 0.35rem !important;
}

body.punchhug .woocommerce-Price-suffix,
body.punchhug .price .woocommerce-Price-suffix {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.72em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ph-ink-soft);
}

body.punchhug ul.products li.product .button,
body.punchhug ul.products li.product .added_to_cart {
  margin-top: 0.75rem !important;
  display: inline-flex !important;
}

body.punchhug span.onsale {
  background: var(--ph-accent) !important;
  color: #fff !important;
  border-radius: 2px !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1 !important;
  padding: 0.35rem 0.5rem !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* —— Buttons / forms —— */
body.punchhug .button,
body.punchhug .woocommerce a.button,
body.punchhug .woocommerce button.button,
body.punchhug .woocommerce input.button,
body.punchhug .woocommerce #respond input#submit {
  background: var(--ph-ink) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 2px !important;
  font-family: "Sora", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 0.85rem 1.35rem !important;
  box-shadow: none !important;
}

body.punchhug .button:hover,
body.punchhug .woocommerce a.button:hover,
body.punchhug .woocommerce button.button:hover {
  background: var(--ph-accent) !important;
  color: #fff !important;
}

body.punchhug input[type="text"],
body.punchhug input[type="email"],
body.punchhug input[type="tel"],
body.punchhug input[type="password"],
body.punchhug input[type="number"],
body.punchhug input[type="search"],
body.punchhug textarea,
body.punchhug select {
  border: 1px solid var(--ph-line) !important;
  border-radius: 2px !important;
  background: #fff !important;
}

/* —— Single product —— */
body.punchhug.single-product .product_title {
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  font-weight: 480 !important;
}

body.punchhug.single-product p.price {
  color: var(--ph-ink) !important;
  font-weight: 500 !important;
}

body.punchhug .woocommerce-tabs ul.tabs li a {
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Above-fold product points */
body.punchhug.single-product .ph-product-points {
  list-style: none;
  margin: 0.85rem 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

body.punchhug.single-product .ph-product-points li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ph-ink-soft);
}

body.punchhug.single-product .ph-product-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--ph-accent);
}

body.punchhug.single-product .woocommerce-Tabs-panel--description {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ph-ink-soft);
}

body.punchhug.single-product .woocommerce-Tabs-panel--description ul {
  margin: 1rem 0;
  padding-left: 1.15rem;
}

body.punchhug.single-product .woocommerce-Tabs-panel--description li {
  margin: 0.35rem 0;
}

/* —— Footer (light, brand-matched) —— */
body.punchhug .site-footer,
body.punchhug .site-below-footer-wrap,
body.punchhug .site-below-footer-wrap[data-section="section-below-footer-builder"],
body.punchhug footer#colophon {
  background: var(--ph-petal) !important;
  background-color: var(--ph-petal) !important;
  color: var(--ph-ink-soft) !important;
  border-top: 1px solid var(--ph-line) !important;
  padding-top: 0 !important;
  box-shadow: none !important;
}

body.punchhug .ast-footer-copyright,
body.punchhug .ast-footer-copyright.site-footer-focus-item,
body.punchhug .ast-footer-copyright p {
  color: var(--ph-ink-soft) !important;
  font-family: "Sora", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em;
  text-align: center;
}

body.punchhug .site-footer a,
body.punchhug .ast-footer-copyright a {
  color: var(--ph-accent) !important;
  text-decoration: none !important;
}

body.punchhug .site-footer a:hover,
body.punchhug .ast-footer-copyright a:hover {
  color: var(--ph-ink) !important;
}

body.punchhug .site-footer .widget-title {
  color: var(--ph-ink) !important;
  font-family: "Fraunces", Georgia, serif !important;
}

/* Hide “Powered by Astra” clutter */
body.punchhug .ast-footer-copyright a[href*="wpastra"],
body.punchhug .ast-footer-copyright a[href*="astra"] {
  display: none !important;
}

/* Soft scroll-top (not loud blue) */
body.punchhug #ast-scroll-top {
  background: var(--ph-ink) !important;
  color: #fff !important;
  border-radius: 999px !important;
  width: 2.4em !important;
  height: 2.4em !important;
  box-shadow: 0 10px 24px -14px rgba(26, 20, 22, 0.45);
}

/* Hide Astra below-footer — replaced by .ph-site-footer */
body.punchhug .site-below-footer-wrap,
body.punchhug footer#colophon .site-below-footer-wrap {
  display: none !important;
}

body.punchhug footer#colophon {
  border: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
}

/* —— Full e-commerce footer —— */
.ph-site-footer {
  background: var(--ph-chalk);
  color: var(--ph-ink-soft);
  border-top: 1px solid var(--ph-line);
  margin: 0;
  padding: 0;
}

.ph-site-footer__inner {
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(1.75rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
}

.ph-site-footer__brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 480;
  letter-spacing: -0.02em;
  color: var(--ph-ink);
  margin: 0 0 0.35rem;
}

.ph-site-footer__tag {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--ph-ink-soft);
}

.ph-site-footer__address {
  font-style: normal;
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0 0 0.85rem;
  color: var(--ph-ink-soft);
}

.ph-site-footer__meta {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
}

.ph-site-footer__meta a {
  color: var(--ph-accent) !important;
  text-decoration: none !important;
}

.ph-site-footer__meta a:hover {
  color: var(--ph-ink) !important;
}

.ph-site-footer__heading {
  margin: 0 0 0.85rem;
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-ink);
}

.ph-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.ph-site-footer__list a {
  color: var(--ph-ink-soft) !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 300;
}

.ph-site-footer__list a:hover {
  color: var(--ph-accent) !important;
}

.ph-site-footer__note {
  margin: 1.1rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(26, 20, 22, 0.55);
}

.ph-site-footer__bar {
  border-top: 1px solid var(--ph-line);
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 0 auto;
  padding: 1rem 0 1.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.25rem;
  font-size: 0.78rem;
  color: rgba(26, 20, 22, 0.58);
}

.ph-site-footer__copy,
.ph-site-footer__pay {
  margin: 0;
}

@media (max-width: 900px) {
  .ph-site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .ph-site-footer__col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .ph-site-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* legacy thin bar (removed) */
.ph-footer-brand {
  display: none !important;
}

/* —— Legal / pages —— */
.ph-page {
  width: min(100% - 2.5rem, 42rem);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
}

.ph-page .ph-brand {
  font-size: 0.78rem;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-accent);
  margin: 0 0 0.75rem;
}

.ph-page h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.2rem 0 1rem;
}

.ph-page p {
  color: var(--ph-ink-soft);
  line-height: 1.65;
  font-size: 1.02rem;
}

/* —— Shop archive —— */
body.punchhug.woocommerce-shop .woocommerce-products-header,
body.punchhug.post-type-archive-product .woocommerce-products-header {
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 0.5rem;
}

body.punchhug .woocommerce-products-header__title {
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem) !important;
  font-weight: 480 !important;
  margin: 0 0 0.35rem !important;
}

body.punchhug .woocommerce-result-count,
body.punchhug .woocommerce-ordering {
  font-size: 0.82rem;
  color: var(--ph-ink-soft);
}

body.punchhug .woocommerce-ordering select {
  padding: 0.55rem 0.85rem !important;
  font-family: "Sora", sans-serif !important;
  font-size: 0.8rem !important;
}

body.punchhug .woocommerce-breadcrumb {
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 1rem auto 0 !important;
  padding: 0 !important;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ph-ink-soft) !important;
}

body.punchhug .woocommerce-breadcrumb a {
  color: var(--ph-ink-soft) !important;
}

body.punchhug .woocommerce-breadcrumb a:hover {
  color: var(--ph-accent) !important;
}

body.punchhug .ast-woocommerce-container,
body.punchhug .woocommerce-page .ast-container .woocommerce {
  width: min(100% - 2.5rem, var(--ph-max));
  margin-left: auto;
  margin-right: auto;
}

body.punchhug.woocommerce-shop .ast-woocommerce-container,
body.punchhug.post-type-archive-product .ast-woocommerce-container {
  padding-bottom: 4rem;
}

/* —— Single product layout —— */
body.punchhug.single-product div.product {
  padding-top: 1.5rem;
}

body.punchhug.single-product .woocommerce-product-gallery {
  margin-bottom: 1.5rem;
}

body.punchhug.single-product .woocommerce-product-gallery__image img {
  background: #fff;
  object-fit: contain !important;
  max-height: 640px;
  width: 100%;
  height: auto;
}

body.punchhug.single-product .summary .price {
  font-size: 1.15rem !important;
  margin-bottom: 1rem !important;
}

body.punchhug.single-product .woocommerce-product-details__short-description {
  color: var(--ph-ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 36rem;
  margin: 0 0 1.1rem;
}

body.punchhug.single-product .stock {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

body.punchhug.single-product .stock.in-stock {
  color: #4a6b52;
}

body.punchhug.single-product form.cart {
  margin-top: 1.25rem !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

body.punchhug.single-product .quantity .qty {
  width: 4.2rem !important;
  height: 2.75rem;
  text-align: center;
  font-family: "Sora", sans-serif !important;
}

body.punchhug.single-product .product_meta {
  font-size: 0.8rem;
  color: var(--ph-ink-soft);
  border-top: 1px solid var(--ph-line);
  padding-top: 1rem;
  margin-top: 1.5rem;
}

body.punchhug.single-product .product_meta a {
  color: var(--ph-accent) !important;
}

body.punchhug.single-product .woocommerce-tabs {
  margin-top: 2.5rem;
  border-top: 1px solid var(--ph-line);
  padding-top: 0.5rem;
}

body.punchhug.single-product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 0 1rem !important;
  border: 0 !important;
  display: flex;
  gap: 1.25rem;
}

body.punchhug.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.punchhug.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ph-ink) !important;
  border-bottom: 1px solid var(--ph-ink);
}

body.punchhug.single-product .related.products > h2,
body.punchhug.single-product .upsells.products > h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 2.5rem 0 1.25rem;
}

/* Hide noisy express wallets on product — checkout keeps card flow clean */
body.punchhug.single-product #wc-stripe-payment-request-wrapper,
body.punchhug.single-product #wc-stripe-payment-request-button-separator,
body.punchhug.single-product .wcpay-payment-request-wrapper,
body.punchhug.single-product .StripeElement--paymentRequestButton {
  display: none !important;
}

/* —— Cart —— */
body.punchhug.woocommerce-cart .woocommerce,
body.punchhug.woocommerce-checkout .woocommerce {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

body.punchhug table.shop_table {
  border: 0 !important;
  border-collapse: collapse;
}

body.punchhug table.shop_table th,
body.punchhug table.shop_table td {
  border-color: var(--ph-line) !important;
  padding: 1rem 0.75rem !important;
  font-weight: 400;
}

body.punchhug table.shop_table thead th {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ph-ink-soft);
  border-bottom: 1px solid var(--ph-line) !important;
}

body.punchhug .cart-collaterals .cart_totals,
body.punchhug .cart_totals {
  background: var(--ph-petal);
  padding: 1.5rem 1.35rem;
  border-radius: 2px;
}

body.punchhug .cart_totals h2 {
  font-size: 1.35rem;
  margin-top: 0;
}

body.punchhug .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  text-align: center;
}

/* —— Checkout —— */
body.punchhug.woocommerce-checkout #customer_details,
body.punchhug.woocommerce-checkout #order_review_heading,
body.punchhug.woocommerce-checkout #order_review {
  margin-top: 0.5rem;
}

body.punchhug.woocommerce-checkout h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

body.punchhug.woocommerce-checkout .woocommerce-checkout-review-order {
  background: var(--ph-petal);
  padding: 1.35rem;
  border-radius: 2px;
}

body.punchhug #add_payment_method #payment,
body.punchhug.woocommerce-cart #payment,
body.punchhug.woocommerce-checkout #payment {
  background: transparent !important;
  border-radius: 0 !important;
}

body.punchhug.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--ph-line) !important;
  padding: 0 0 1rem !important;
}

body.punchhug.woocommerce-checkout #payment div.form-row {
  padding: 1rem 0 0 !important;
}

body.punchhug .woocommerce-message,
body.punchhug .woocommerce-info,
body.punchhug .woocommerce-error {
  border-top-color: var(--ph-accent) !important;
  background: #fff !important;
  border-radius: 2px;
}

/* —— Category strip —— */
.ph-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  width: min(100% - 2.5rem, var(--ph-max));
  margin: 0 auto 1.75rem;
  padding: 0;
}

.ph-cats__link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--ph-line);
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: var(--ph-ink-soft) !important;
  background: transparent;
  transition: background 0.25s var(--ph-ease), color 0.25s, border-color 0.25s;
}

.ph-cats__link:hover,
.ph-cats__link.is-current {
  color: var(--ph-ink) !important;
  border-color: rgba(26, 20, 22, 0.22);
  background: var(--ph-petal);
}

/* —— Header cart icon —— */
body.punchhug .ast-site-header-cart .count,
body.punchhug .ast-header-woo-cart .count {
  background: var(--ph-accent) !important;
  color: #fff !important;
  border: 0 !important;
}

body.punchhug .site-header-cart .cart-contents,
body.punchhug .ast-header-woo-cart .ast-cart-menu-wrap {
  color: var(--ph-ink) !important;
}

/* —— Responsive —— */
@media (max-width: 1000px) {
  body.punchhug ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 720px) {
  body.punchhug ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem 0.85rem !important;
  }

  .ph-hero {
    min-height: 88vh;
    align-items: end;
  }

  .ph-hero__media img {
    object-position: 70% 30%;
  }

  .ph-hero .ph-brand {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  body.punchhug.single-product form.cart {
    flex-direction: column;
    align-items: stretch;
  }

  body.punchhug.single-product form.cart .single_add_to_cart_button {
    width: 100%;
  }
}

/* —— Brand logo / favicon polish —— */
body.punchhug .custom-logo-link img,
body.punchhug .site-logo-img,
body.punchhug .ast-site-identity .custom-logo-link img {
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
}

body.punchhug .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

body.punchhug.has-custom-logo .site-title,
body.punchhug.ast-custom-logo-exist .site-title {
  /* keep for a11y if Astra still outputs it — hide visually when logo present */
}
body.punchhug .ast-site-identity .site-title {
  display: none !important;
}
body.punchhug .ast-site-identity .site-description {
  display: none !important;
}
