:root {
  --pc-ink: #202622;
  --pc-muted: #68716a;
  --pc-line: #dde2dc;
  --pc-green: #daef93;
  --pc-paper: #f5f6f2;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  letter-spacing: 0.015em;
}
.pc-section,
.pc-demo,
.pc-benefits,
.pc-sticky {
  color: var(--pc-ink);
}
.pc-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pc-section h2 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 12px 0 24px;
}
.pc-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.6;
}
.pc-muted {
  color: var(--pc-muted);
}
.pc-small {
  font-size: 12px;
}
.pc-breadcrumb {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--pc-muted);
  padding: 24px 0 30px;
}
.pc-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.pc-hero-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 64px;
  padding-bottom: 60px;
}
.pc-gallery,
.pc-product-info {
  min-width: 0;
}
.pc-gallery-stage {
  position: relative;
  background: var(--pc-paper);
  border: 1px solid #e7eae4;
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1.06;
}
.pc-gallery-label {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 10px;
  letter-spacing: 0.16em;
  z-index: 1;
}
.pc-main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.pc-gallery-caption {
  position: absolute;
  bottom: 22px;
  left: 18px;
  right: 18px;
  text-align: center;
  font-size: 10px;
  color: var(--pc-muted);
}
.pc-gallery-stage.is-detail .pc-main-image {
  transform: scale(1.45);
}
.pc-gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}
.pc-gallery-thumbs button {
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 4px 14px 4px 2px;
  color: var(--pc-muted);
  cursor: pointer;
  font-size: 11px;
}
.pc-gallery-thumbs .is-selected {
  border-color: var(--pc-ink);
  color: var(--pc-ink);
}
.pc-gallery-thumbs img {
  width: 64px;
  height: 64px;
}
.pc-product-info h1 {
  font-size: clamp(40px, 4.8vw, 64px);
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 14px 0;
}
.pc-tagline {
  font-size: 16px;
  color: var(--pc-muted);
  margin: 0 0 18px;
}
.pc-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}
.pc-rating > span:first-child {
  letter-spacing: 2px;
}
.pc-demo-price {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 18px;
}
.pc-demo-price + p {
  margin-top: 0;
}
.pc-selling {
  border-top: 1px solid var(--pc-line);
  padding-top: 14px;
  font-size: 14px;
  margin: 24px 0;
}
.pc-selling ul {
  list-style: none;
  padding: 0;
}
.pc-selling li {
  margin: 10px 0;
  padding-left: 24px;
  position: relative;
}
.pc-selling li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #52692f;
}
.pc-config {
  border: 0;
  padding: 0;
  margin: 26px 0;
}
.pc-config legend {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.pc-config label {
  border: 1px solid #59654b;
  background: #f6f8f0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.pc-config input {
  accent-color: #485a30;
  width: 16px;
  height: 16px;
}
.pc-config strong,
.pc-config small {
  display: block;
}
.pc-config strong {
  font-size: 14px;
}
.pc-config small {
  font-size: 12px;
  color: var(--pc-muted);
  margin-top: 3px;
}
.pc-quantity-label {
  display: block;
  font-size: 12px;
  margin-bottom: 9px;
}
.pc-buy-row {
  display: flex;
  gap: 12px;
}
.pc-quantity {
  display: flex;
  border: 1px solid var(--pc-line);
  border-radius: 4px;
  flex: 0 0 122px;
  height: 52px;
}
.pc-quantity button {
  border: 0;
  background: transparent;
  width: 40px;
  cursor: pointer;
  font-size: 20px;
}
.pc-quantity input {
  width: 40px;
  min-width: 0;
  border: 0;
  text-align: center;
  background: transparent;
  font: inherit;
  appearance: textfield;
  -moz-appearance: textfield;
}
.pc-quantity input::-webkit-inner-spin-button {
  appearance: none;
}
.pc-button {
  border: 1px solid var(--pc-ink);
  border-radius: 4px;
  background: var(--pc-ink);
  color: white;
  min-height: 52px;
  padding: 14px 24px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
}
.pc-buy-row > .pc-button {
  flex: 1;
}
.pc-button:hover {
  background: #354032;
}
.pc-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pc-inline-trust {
  text-align: center;
  font-size: 11px;
  color: var(--pc-muted);
  margin-top: 14px;
}
.pc-demo-notice {
  font-size: 10px;
  color: var(--pc-muted);
  text-align: center;
}
.pc-demo-message:empty {
  display: none;
}
.pc-demo-message {
  padding: 12px;
  background: #eef4e5;
}
.pc-highlights {
  background: #222923;
  color: #fff;
}
.pc-highlights h2,
.pc-highlights h3 {
  color: inherit;
}
.pc-highlights .pc-eyebrow {
  color: var(--pc-green);
}
.pc-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 44px;
}
.pc-highlight-icon {
  display: inline-grid;
  place-items: center;
  color: var(--pc-green);
  width: 40px;
  height: 40px;
  border: 1px solid #57624c;
  border-radius: 50%;
  font-size: 12px;
}
.pc-highlight h3 {
  font-size: 18px;
  letter-spacing: -0.02em;
  margin: 22px 0 12px;
}
.pc-highlight p {
  font-size: 14px;
  line-height: 1.8;
  color: #bac2b9;
  margin: 0;
}
.pc-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.pc-section-heading > p {
  font-size: 14px;
  color: var(--pc-muted);
  margin-bottom: 28px;
}
.pc-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  margin: 24px 0;
}
.pc-spec {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 12px;
  padding: 23px 0;
  border-top: 1px solid var(--pc-line);
  font-size: 13px;
  align-items: baseline;
}
.pc-spec dt {
  font-weight: 600;
}
.pc-spec-index {
  color: #89927e;
  font-size: 10px;
  margin-right: 14px;
}
.pc-spec dd {
  margin: 0;
  color: var(--pc-muted);
}
.pc-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
  text-align: center;
  gap: 24px;
}
.pc-benefits > div > span {
  font-size: 26px;
}
.pc-benefits h3 {
  font-size: 14px;
  margin: 8px 0;
}
.pc-benefits p {
  font-size: 12px;
  color: var(--pc-muted);
  margin: 0;
}
.pc-faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
}
.pc-faq-layout > div > p:last-child {
  font-size: 14px;
}
.pc-faq-item {
  border-bottom: 1px solid var(--pc-line);
}
.pc-faq-item:first-child {
  border-top: 1px solid var(--pc-line);
}
.pc-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  min-height: 64px;
  position: static;
}
.pc-faq-item summary::-webkit-details-marker {
  display: none;
}
.pc-faq-item summary:before {
  display: none !important;
}
.pc-faq-item summary > span {
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.2s;
}
.pc-faq-item[open] summary > span {
  transform: rotate(45deg);
}
.pc-faq-answer {
  overflow: hidden;
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.8;
}
.pc-faq-answer .rte {
  padding: 0 30px 20px 0;
}
.pc-faq-answer p:first-child {
  margin-top: 0;
}
.pc-sticky[hidden] {
  display: none;
}
.pc-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--pc-line);
  box-shadow: 0 -6px 28px #2026220b;
  z-index: 3;
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
}
.pc-sticky-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.pc-sticky-inner > img {
  object-fit: contain;
  background: var(--pc-paper);
  border-radius: 4px;
}
.pc-sticky-name {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.pc-sticky-name strong {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-sticky-price {
  font-size: 20px;
  font-weight: 600;
}
.pc-sticky .pc-button {
  min-width: 210px;
}
.pc-sticky .price__container {
  margin: 0;
}
.pc-sticky .price__sale,
.pc-sticky .price__regular {
  font-size: 16px;
}
.pc-sticky .price__badge-sale,
.pc-sticky .price__badge-sold-out,
.pc-sticky .unit-price {
  display: none;
}
body:has(.pc-sticky:not([hidden])) {
  padding-bottom: 90px;
}
.pc-section :is(p, h2, h3, dd),
.pc-product-info {
  overflow-wrap: anywhere;
}
.pc-demo button:focus-visible,
.pc-faq-item summary:focus-visible,
.pc-sticky button:focus-visible {
  outline: 2px solid #52692f;
  outline-offset: 4px;
}
/* Narrow overrides retain Dawn's gallery, forms, drawers and variant logic. */
product-info .product__title h1 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.05em;
}
product-info .product-form__submit {
  background: var(--pc-ink);
  color: #fff;
}
product-info .product__media-wrapper {
  min-width: 0;
}
product-info .product__media-list {
  background: var(--pc-paper);
}
@media (min-width: 990px) {
  .page-width {
    max-width: 1280px;
  }
}
@media (max-width: 989px) {
  .pc-hero-grid {
    gap: 30px;
  }
  .pc-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pc-faq-layout {
    gap: 32px;
  }
  .pc-spec-grid {
    gap: 0 25px;
  }
  .pc-spec {
    grid-template-columns: 1fr;
  }
  .pc-spec dd {
    padding-left: 28px;
  }
  .pc-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-buy-row {
    flex-wrap: wrap;
  }
  .pc-buy-row > .pc-button {
    min-width: 170px;
  }
}
@media (max-width: 749px) {
  .pc-hero-grid,
  .pc-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pc-breadcrumb {
    padding: 18px 0;
    font-size: 10px;
  }
  .pc-gallery-stage {
    aspect-ratio: 1/1;
  }
  .pc-gallery-label {
    top: 16px;
    left: 16px;
    font-size: 9px;
  }
  .pc-gallery-caption {
    font-size: 9px;
    bottom: 12px;
  }
  .pc-gallery-thumbs img {
    width: 44px;
    height: 44px;
  }
  .pc-product-info h1 {
    font-size: 44px;
  }
  .pc-section-heading {
    display: block;
  }
  .pc-section-heading > p {
    margin-top: 0;
  }
  .pc-spec-grid {
    grid-template-columns: 1fr;
  }
  .pc-spec {
    grid-template-columns: 40% 1fr;
    padding: 18px 0;
  }
  .pc-spec dd {
    padding: 0;
  }
  .pc-highlight-grid {
    gap: 28px 20px;
  }
  .pc-highlight h3 {
    font-size: 16px;
  }
  .pc-highlight p {
    font-size: 13px;
  }
  .pc-faq-layout {
    gap: 15px;
  }
  .pc-sticky-inner {
    gap: 12px;
  }
  .pc-sticky-inner > img,
  .pc-sticky-name {
    display: none;
  }
  .pc-sticky-price {
    flex: 1;
    font-size: 18px;
  }
  .pc-sticky .pc-button {
    min-width: 160px;
    padding: 12px 18px;
  }
  .pc-buy-row {
    flex-wrap: nowrap;
  }
  .pc-buy-row > .pc-button {
    min-width: 0;
    padding: 12px 18px;
    gap: 10px;
  }
  .pc-benefits {
    gap: 24px 16px;
  }
  .pc-inline-trust {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .pc-main-image,
  .pc-faq-item summary > span {
    transition: none;
  }
}

/* Five real product views, with every thumbnail reachable on small screens. */
.pc-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.pc-gallery-thumbs button {
  min-width: 0;
  flex-direction: column;
  padding: 6px 3px;
  gap: 3px;
  font-size: 10px;
}
.pc-gallery-thumbs img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}
.pc-gallery-stage > .pc-main-image {
  padding: 42px 20px 48px;
}
@media (max-width: 749px) {
  .pc-gallery-thumbs {
    gap: 5px;
  }
  .pc-gallery-thumbs img {
    height: 46px;
  }
  .pc-gallery-thumbs button {
    font-size: 9px;
  }
}

/* Additional build cards wrap without shrinking mobile touch targets. */
.pc-full-image {
  display: block;
  margin-top: 10px;
  color: var(--pc-muted);
  font-size: 12px;
  text-underline-offset: 3px;
}
.pc-gallery-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
