:root {
  --ty-pd-ink: #15231c;
  --ty-pd-muted: #5f6c65;
  --ty-pd-line: #dfe5df;
  --ty-pd-paper: #fffdf8;
  --ty-pd-warm: #f4efe5;
  --ty-pd-soft: #f7f8f5;
  --ty-pd-accent: #ed7a2c;
  --ty-pd-accent-dark: #c95b17;
  --ty-pd-green: #214f3d;
  --ty-pd-radius: 18px;
  --ty-pd-shadow: 0 18px 55px rgba(29, 45, 36, 0.1);
}

body:has(.ty-pd-page) {
  background: var(--ty-pd-paper);
}

.ty-pd-page,
.ty-pd-page *,
.ty-pd-modal,
.ty-pd-modal * {
  box-sizing: border-box;
}

.ty-pd-page {
  background: var(--ty-pd-paper);
  color: var(--ty-pd-ink);
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 24px;
}

.ty-pd-page a {
  text-underline-offset: 3px;
}

.ty-pd-hero {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: 24px 0 72px;
}

.ty-pd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  column-gap: clamp(36px, 5vw, 76px);
  row-gap: 22px;
  align-items: start;
  min-width: 0;
}

.ty-pd-gallery {
  grid-row: 1 / span 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.ty-pd-main-link {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px 4px var(--ty-pd-radius) var(--ty-pd-radius);
  background: var(--ty-pd-warm);
  box-shadow: var(--ty-pd-shadow);
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-drag: none;
}

.ty-pd-main-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--ty-pd-warm);
  animation: none;
  transition: none;
  -webkit-user-drag: none;
}

.ty-pd-thumbs {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin-top: 14px;
  padding: 3px 2px 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.ty-pd-thumb {
  display: block;
  flex: 0 0 78px;
  width: 78px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid var(--ty-pd-line);
  border-radius: 10px;
  background: #fff;
  opacity: 0.72;
  scroll-snap-align: start;
  transition: border-color 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
}

.ty-pd-thumb:hover,
.ty-pd-thumb:focus-visible,
.ty-pd-thumb.is-active {
  border-color: var(--ty-pd-accent);
  box-shadow: 0 0 0 2px rgba(237, 122, 44, 0.18);
  opacity: 1;
}

.ty-pd-thumb-image {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 7px;
  object-fit: cover;
}

.ty-pd-hero-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 24px 0 0;
}

.ty-pd-hero-meta {
  grid-column: 2;
  grid-row: 2;
}

.ty-pd-kicker {
  margin: 0 0 10px;
  color: var(--ty-pd-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ty-pd-hero-copy h1 {
  margin: 0;
  color: var(--ty-pd-ink);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.ty-pd-summary {
  max-width: 680px;
  margin: 22px 0 0;
  color: #34453c;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.ty-pd-identity {
  margin: 18px 0 0;
  padding: 12px 16px;
  border-left: 3px solid var(--ty-pd-accent);
  background: var(--ty-pd-soft);
  color: var(--ty-pd-green);
  font-size: 15px;
  font-weight: 700;
}

.ty-pd-quick-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid var(--ty-pd-line);
  border-left: 1px solid var(--ty-pd-line);
}

.ty-pd-quick-facts > div {
  min-width: 0;
  padding: 15px 16px;
  border-right: 1px solid var(--ty-pd-line);
  border-bottom: 1px solid var(--ty-pd-line);
  background: rgba(255, 255, 255, 0.72);
}

.ty-pd-quick-facts dt {
  margin: 0 0 5px;
  color: var(--ty-pd-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ty-pd-quick-facts dd {
  margin: 0;
  color: var(--ty-pd-ink);
  font-size: 14px;
  line-height: 1.5;
}

.ty-pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ty-pd-button,
.ty-pd-page .ty-pd-button,
.ty-pd-modal .ty-pd-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ty-pd-button:hover,
.ty-pd-button:focus-visible {
  transform: translateY(-1px);
}

.ty-pd-button--primary,
.ty-pd-page .ty-pd-button--primary,
.ty-pd-modal .ty-pd-button--primary {
  background: var(--ty-pd-accent);
  color: #fff;
}

.ty-pd-button--primary:hover,
.ty-pd-button--primary:focus-visible {
  background: var(--ty-pd-accent-dark);
  color: #fff;
}

.ty-pd-button--secondary,
.ty-pd-page .ty-pd-button--secondary,
.ty-pd-modal .ty-pd-button--secondary {
  border-color: var(--ty-pd-ink);
  background: var(--ty-pd-ink);
  color: #fff;
}

.ty-pd-button--secondary:hover,
.ty-pd-button--secondary:focus-visible {
  background: var(--ty-pd-green);
  color: #fff;
}

.ty-pd-action-note {
  margin: 12px 0 0;
  color: var(--ty-pd-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ty-pd-section {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: 80px 0;
}

.ty-pd-section + .ty-pd-section {
  border-top: 1px solid var(--ty-pd-line);
}

.ty-pd-motion-ready .ty-pd-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 460ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ty-pd-motion-ready .ty-pd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ty-pd-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 24px 56px;
  align-items: end;
  margin-bottom: 34px;
}

.ty-pd-section-head .ty-pd-kicker {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.ty-pd-section-head h2 {
  margin: 0;
  color: var(--ty-pd-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.ty-pd-section-head > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--ty-pd-muted);
  font-size: 17px;
}

.ty-pd-priorities {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1240px) / 2));
  padding-left: max(20px, calc((100vw - 1240px) / 2));
  background: var(--ty-pd-green);
  color: #fff;
}

.ty-pd-priorities .ty-pd-section-head h2,
.ty-pd-priorities .ty-pd-section-head > p:last-child {
  color: #fff;
}

.ty-pd-priorities .ty-pd-kicker {
  color: #f5b37e;
}

.ty-pd-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.ty-pd-priority-card {
  min-width: 0;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.ty-pd-priority-card summary {
  display: block;
  list-style: none;
  cursor: pointer;
}

.ty-pd-priority-card summary::-webkit-details-marker {
  display: none;
}

.ty-pd-priority-card summary h3 > span:first-child {
  display: block;
  margin-bottom: 34px;
  color: #f5b37e;
  font-size: 13px;
  font-weight: 800;
}

.ty-pd-priority-card summary h3 > span:last-child {
  display: block;
}

.ty-pd-priority-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 23px;
}

.ty-pd-priority-card summary:focus-visible {
  outline: 2px solid #f5b37e;
  outline-offset: 6px;
}

.ty-pd-priority-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.ty-pd-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ty-pd-option-list li {
  padding: 11px 16px;
  border: 1px solid #d8d2c7;
  border-radius: 999px;
  background: var(--ty-pd-warm);
  color: var(--ty-pd-ink);
  font-size: 14px;
  font-weight: 700;
}

.ty-pd-process {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1240px) / 2));
  padding-left: max(20px, calc((100vw - 1240px) / 2));
  background: var(--ty-pd-soft);
}

.ty-pd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ty-pd-step;
}

.ty-pd-process-grid li {
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 0;
}

.ty-pd-process-grid li:not(:last-child)::after {
  position: absolute;
  top: 42px;
  right: 22px;
  left: 54px;
  height: 1px;
  background: #c8d1ca;
  content: "";
}

.ty-pd-process-grid li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid var(--ty-pd-green);
  border-radius: 50%;
  background: var(--ty-pd-soft);
  color: var(--ty-pd-green);
  font-weight: 800;
}

.ty-pd-process-grid h3 {
  margin: 0 0 8px;
  color: var(--ty-pd-ink);
  font-size: 19px;
}

.ty-pd-process-grid p {
  margin: 0;
  color: var(--ty-pd-muted);
  font-size: 14px;
}

.ty-pd-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ty-pd-detail-grid details {
  min-width: 0;
  border: 1px solid var(--ty-pd-line);
  border-radius: 14px;
  background: #fff;
}

.ty-pd-detail-grid summary {
  position: relative;
  min-height: 58px;
  padding: 17px 52px 17px 20px;
  color: var(--ty-pd-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.ty-pd-detail-grid summary::-webkit-details-marker {
  display: none;
}

.ty-pd-detail-grid summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  color: var(--ty-pd-accent-dark);
  content: "+";
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

.ty-pd-detail-grid details[open] summary::after {
  content: "–";
}

.ty-pd-detail-grid details[open] summary {
  border-bottom: 1px solid var(--ty-pd-line);
}

.ty-pd-detail-grid details > div,
.ty-pd-detail-grid details > p,
.ty-pd-detail-grid details > dl {
  margin: 0;
  padding: 20px;
  color: var(--ty-pd-muted);
}

.ty-pd-detail-grid details > div + div {
  padding-top: 0;
}

.ty-pd-detail-list > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ty-pd-line);
}

.ty-pd-detail-list > div:last-child {
  border-bottom: 0;
}

.ty-pd-detail-list dt {
  color: var(--ty-pd-ink);
  font-weight: 800;
}

.ty-pd-detail-list dd {
  margin: 0;
}

.ty-pd-size-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.ty-pd-size-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.ty-pd-size-table th,
.ty-pd-size-table td {
  padding: 10px 12px;
  border: 1px solid var(--ty-pd-line);
  text-align: left;
}

.ty-pd-size-table th {
  color: var(--ty-pd-ink);
}

.ty-pd-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 48px;
  align-items: center;
  padding-right: 38px;
  padding-left: 38px;
  border: 1px solid #e0d5c6;
  border-radius: var(--ty-pd-radius);
  background: var(--ty-pd-warm);
}

.ty-pd-cta h2 {
  margin: 0;
  color: var(--ty-pd-ink);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.03em;
}

.ty-pd-cta p:not(.ty-pd-kicker) {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--ty-pd-muted);
}

.ty-pd-cta .ty-pd-actions {
  margin: 0;
}

.ty-pd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ty-pd-related-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ty-pd-line);
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ty-pd-related-card:hover {
  box-shadow: var(--ty-pd-shadow);
  transform: translateY(-3px);
}

@media (hover: none), (pointer: coarse) {
  .ty-pd-related-card:hover,
  .ty-pd-button:hover,
  .ty-pd-button:focus-visible {
    transform: none;
  }
}

.ty-pd-related-media {
  display: block;
  overflow: hidden;
  background: var(--ty-pd-warm);
}

.ty-pd-related-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ty-pd-related-copy {
  padding: 20px;
}

.ty-pd-card-label {
  margin: 0 0 7px;
  color: var(--ty-pd-accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ty-pd-related-copy h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.ty-pd-related-copy h3 a {
  color: var(--ty-pd-ink);
  text-decoration: none;
}

.ty-pd-related-copy > p:not(.ty-pd-card-label) {
  min-height: 4.7em;
  margin: 10px 0 0;
  color: var(--ty-pd-muted);
  font-size: 14px;
}

.ty-pd-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.ty-pd-card-actions a,
.ty-pd-card-actions button {
  display: inline-flex;
  min-height: 44px;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--ty-pd-ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ty-pd-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.ty-pd-card-actions button {
  border-color: var(--ty-pd-accent);
  background: var(--ty-pd-accent);
  color: #fff;
}

.ty-pd-share {
  margin-top: 14px;
  padding: 16px 2px 2px;
  border-top: 1px solid var(--ty-pd-line);
}

.ty-pd-share .ty-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  user-select: none;
}

.ty-pd-share .ty-share-button {
  display: inline-flex !important;
  width: 44px;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}

.ty-pd-share .ty-share-button svg {
  width: 20px;
  height: 20px;
}

.ty-pd-share .ty-share-more-toggle {
  display: none !important;
  background: #69736d !important;
}

.ty-pd-share .ty-share-more-menu {
  display: contents;
}

.ty-pd-share .ty-web-share {
  background: var(--ty-pd-accent) !important;
}

.ty-pd-share .fb {
  background: #1877f2 !important;
}

.ty-pd-share .in {
  background: #0a66c2 !important;
}

.ty-pd-share .wa {
  background: #25d366 !important;
}

.ty-pd-share .tw {
  background: #050505 !important;
}

.ty-pd-share .pin {
  background: #e60023 !important;
}

.ty-pd-share .email {
  background: var(--ty-pd-green) !important;
}

.ty-pd-share .ty-copy-link {
  background: #475467 !important;
}

.ty-pd-share .ty-copy-link.is-copied {
  background: var(--ty-pd-accent-dark) !important;
}

.ty-pd-share .ty-share-button:focus-visible {
  outline: 3px solid rgba(237, 122, 44, 0.34);
  outline-offset: 3px;
}

.ty-pd-share [hidden] {
  display: none !important;
}

.ty-pd-share-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ty-pd-mobile-actions {
  display: none;
}

/* Product inquiry modal */
.ty-pd-modal[hidden] {
  display: none !important;
}

.ty-pd-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  color: var(--ty-pd-ink);
}

.ty-pd-modal-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(10, 19, 14, 0.66);
  cursor: default;
  inset: 0;
}

.ty-pd-modal-dialog {
  position: relative;
  display: flex;
  width: min(1180px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  flex-direction: column;
  margin: 20px auto;
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(5, 14, 9, 0.32);
}

.ty-pd-modal-head {
  position: sticky;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--ty-pd-line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
}

.ty-pd-modal-head h2 {
  margin: 0;
  color: var(--ty-pd-ink);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
}

.ty-pd-modal-head p:last-child {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--ty-pd-muted);
}

.ty-pd-modal-close {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ty-pd-line);
  border-radius: 50%;
  background: #fff;
  color: var(--ty-pd-ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.ty-pd-modal-body {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(440px, 1.15fr);
  min-height: 560px;
}

.ty-pd-modal-selection {
  padding: 26px;
  border-right: 1px solid var(--ty-pd-line);
  background: var(--ty-pd-soft);
}

.ty-pd-modal-selection > h3,
.ty-pd-modal-recommendations > h3,
.ty-pd-selected-additional > h3 {
  margin: 0 0 12px;
  color: var(--ty-pd-ink);
  font-size: 15px;
}

.ty-pd-modal-recommendations {
  margin-top: 28px;
}

.ty-pd-modal-recommendations > p {
  margin: -4px 0 14px;
  color: var(--ty-pd-muted);
  font-size: 13px;
}

.ty-pd-modal-recommendation-list {
  display: grid;
  gap: 10px;
}

.ty-pd-modal-product {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--ty-pd-line);
  border-radius: 12px;
  background: #fff;
}

.ty-pd-modal-product.is-primary {
  border-color: #c7d3ca;
  background: #fff;
  box-shadow: 0 8px 24px rgba(29, 45, 36, 0.06);
}

.ty-pd-modal-product.is-selected {
  border-color: var(--ty-pd-accent);
  box-shadow: 0 0 0 2px rgba(237, 122, 44, 0.12);
}

.ty-pd-modal-product-media {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ty-pd-warm);
}

.ty-pd-modal-product-image {
  display: block;
  width: 62px;
  height: 78px;
  object-fit: cover;
}

.ty-pd-modal-product-copy {
  min-width: 0;
}

.ty-pd-modal-product-copy span {
  display: block;
  margin-bottom: 3px;
  color: var(--ty-pd-accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ty-pd-modal-product-copy strong {
  display: block;
  overflow: hidden;
  color: var(--ty-pd-ink);
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.ty-pd-modal-product-copy small {
  display: block;
  margin-top: 3px;
  color: var(--ty-pd-muted);
}

.ty-pd-modal-product > button {
  min-width: 104px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--ty-pd-green);
  border-radius: 999px;
  background: #fff;
  color: var(--ty-pd-green);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ty-pd-modal-product.is-selected > button {
  border-color: var(--ty-pd-accent);
  background: var(--ty-pd-accent);
  color: #fff;
}

.ty-pd-show-more {
  display: none;
  min-height: 44px;
  margin-top: 10px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: var(--ty-pd-green);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.ty-pd-selected-additional {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ty-pd-line);
}

.ty-pd-selected-additional ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ty-pd-selected-additional li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ty-pd-ink);
  font-size: 13px;
}

.ty-pd-selected-additional button {
  min-width: 44px;
  min-height: 44px;
  padding: 6px;
  border: 0;
  background: transparent;
  color: var(--ty-pd-accent-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ty-pd-inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
  padding: 30px;
  background: #fff;
}

.ty-pd-inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ty-pd-ink);
  font-size: 13px;
  font-weight: 800;
}

.ty-pd-inquiry-form label > span {
  color: #b42318;
}

.ty-pd-inquiry-form input,
.ty-pd-inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #ccd4ce;
  border-radius: 10px;
  background: #fff;
  color: var(--ty-pd-ink);
  font: inherit;
  font-size: 16px;
}

.ty-pd-inquiry-form textarea {
  min-height: 150px;
  resize: vertical;
}

.ty-pd-inquiry-form input:focus,
.ty-pd-inquiry-form textarea:focus {
  border-color: var(--ty-pd-accent);
  outline: 3px solid rgba(237, 122, 44, 0.16);
}

.ty-pd-form-full {
  grid-column: 1 / -1;
}

.ty-pd-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ty-pd-inquiry-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--ty-pd-green);
  font-size: 14px;
}

.ty-pd-modal-success[hidden] {
  display: none !important;
}

.ty-pd-modal-success {
  display: grid;
  min-height: min(560px, calc(100dvh - 40px));
  padding: clamp(34px, 7vw, 86px);
  place-content: center;
  justify-items: center;
  background: linear-gradient(145deg, #fff 0%, var(--ty-pd-soft) 100%);
  text-align: center;
}

.ty-pd-modal-success-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--ty-pd-green);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
}

.ty-pd-modal-success .ty-pd-kicker {
  margin-bottom: 8px;
}

.ty-pd-modal-success h2 {
  max-width: 680px;
  margin: 0;
  color: var(--ty-pd-ink);
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.1;
}

.ty-pd-modal-success > p:not(.ty-pd-kicker) {
  max-width: 620px;
  margin: 18px 0 28px;
  color: var(--ty-pd-muted);
  font-size: 18px;
}

.ty-pd-modal-success .ty-pd-button {
  min-width: 210px;
}

.ty-pd-modal.is-success .ty-pd-modal-dialog {
  max-width: 820px;
}

.ty-pd-modal.is-success .ty-pd-modal-head,
.ty-pd-modal.is-success .ty-pd-modal-body {
  display: none;
}

.ty-pd-honeypot,
.ty-pd-inquiry-frame {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.ty-pd-modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ty-pd-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
    gap: 34px;
  }

  .ty-pd-hero-copy {
    position: static;
  }

  .ty-pd-quick-facts {
    grid-template-columns: 1fr;
  }

  .ty-pd-priority-grid,
  .ty-pd-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ty-pd-priority-card:last-child {
    grid-column: 1 / -1;
  }

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

  .ty-pd-process-grid li:nth-child(2)::after,
  .ty-pd-process-grid li:last-child::after {
    display: none;
  }

  .ty-pd-modal-body {
    grid-template-columns: minmax(300px, 0.8fr) minmax(390px, 1.2fr);
  }
}

@media (max-width: 820px) {
  .ty-pd-hero {
    padding-top: 16px;
  }

  .ty-pd-hero-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .ty-pd-gallery {
    grid-column: 1;
    grid-row: 2;
    max-width: 620px;
    margin: 0 auto;
  }

  .ty-pd-hero-copy {
    grid-column: 1;
    grid-row: 1;
    padding-top: 6px;
  }

  .ty-pd-hero-meta {
    grid-column: 1;
    grid-row: 3;
  }

  .ty-pd-motion-ready .ty-pd-reveal {
    transform: translateY(10px);
    transition-duration: 380ms;
  }

  .ty-pd-quick-facts {
    grid-template-columns: 1fr 1fr;
  }

  .ty-pd-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ty-pd-section-head .ty-pd-kicker {
    margin-bottom: -2px;
  }

  .ty-pd-detail-grid {
    grid-template-columns: 1fr;
  }

  .ty-pd-cta {
    grid-template-columns: 1fr;
  }

  .ty-pd-cta .ty-pd-actions {
    margin-top: 0;
  }

  .ty-pd-modal-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    margin: 12px auto;
  }

  .ty-pd-modal-body {
    grid-template-columns: 1fr;
  }

  .ty-pd-modal-selection {
    border-right: 0;
    border-bottom: 1px solid var(--ty-pd-line);
  }
}

@media (max-width: 620px) {
  body.single-ty_product #primary {
    padding-top: 0;
  }

  body.single-ty_product .ast-article-single {
    padding-top: 0;
  }

  .ty-pd-page {
    padding-bottom: 76px;
    font-size: 16px;
  }

  .ty-pd-gallery {
    grid-row: 1;
    width: 100%;
    max-width: 100%;
  }

  .ty-pd-hero-copy {
    grid-row: 2;
  }

  .ty-pd-hero-meta {
    grid-row: 3;
  }

  .ty-pd-hero,
  .ty-pd-section {
    width: min(100% - 32px, 1240px);
  }

  .ty-pd-hero {
    padding-top: 10px;
    padding-bottom: 52px;
  }

  .ty-pd-main-link {
    aspect-ratio: 1 / 1;
    border-radius: 3px 3px 14px 14px;
  }

  .ty-pd-main-image {
    object-position: center 42%;
  }

  .ty-pd-thumb {
    flex-basis: 68px;
    width: 68px;
  }

  .ty-pd-thumb-image {
    width: 60px;
    height: 60px;
  }

  .ty-pd-hero-copy h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .ty-pd-summary {
    font-size: 17px;
  }

  .ty-pd-share[data-ty-share-position="mobile-copy"] {
    margin-top: 20px;
    padding-top: 16px;
  }

  .ty-pd-share .ty-share {
    position: relative;
    flex-wrap: nowrap;
  }

  .ty-pd-share .ty-share-more-toggle {
    display: inline-flex !important;
  }

  .ty-pd-share .ty-share-more-menu {
    position: absolute;
    z-index: 8;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--ty-pd-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(13, 35, 24, 0.18);
  }

  .ty-pd-share .ty-share-more-menu.is-open {
    display: flex;
  }

  .ty-pd-motion-ready .ty-pd-reveal {
    transform: translateY(7px);
    transition-duration: 320ms;
  }

  .ty-pd-hero-copy .ty-pd-actions {
    display: none;
  }

  .ty-pd-quick-facts {
    grid-template-columns: 1fr;
  }

  .ty-pd-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ty-pd-button,
  .ty-pd-page .ty-pd-button {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .ty-pd-section {
    padding: 56px 0;
  }

  .ty-pd-priorities,
  .ty-pd-process {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ty-pd-priority-grid,
  .ty-pd-process-grid,
  .ty-pd-related-grid {
    grid-template-columns: 1fr;
  }

  .ty-pd-priority-card:last-child {
    grid-column: auto;
  }

  .ty-pd-priority-card {
    padding: 24px 20px;
  }

  .ty-pd-priority-card summary {
    display: grid;
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 10px;
    align-items: center;
  }

  .ty-pd-priority-card summary::after {
    content: "+";
    color: #f5b37e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .ty-pd-priority-card[open] summary::after {
    content: "–";
  }

  .ty-pd-priority-card summary h3 {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 0;
    font-size: 21px;
  }

  .ty-pd-priority-card summary h3 > span:first-child {
    margin: 0;
  }

  .ty-pd-priority-card > p {
    padding: 14px 0 2px 48px;
  }

  .ty-pd-process-grid li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 14px 0;
  }

  .ty-pd-process-grid li::after {
    display: none !important;
  }

  .ty-pd-process-grid li > span {
    margin: 0;
  }

  .ty-pd-section-head h2 {
    font-size: 31px;
  }

  .ty-pd-cta {
    width: calc(100% - 32px);
    padding: 34px 20px;
  }

  .ty-pd-related-copy > p:not(.ty-pd-card-label) {
    min-height: 0;
  }

  .ty-pd-mobile-actions {
    position: fixed;
    z-index: 9990;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border-top: 1px solid var(--ty-pd-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -8px 28px rgba(21, 35, 28, 0.1);
    backdrop-filter: blur(10px);
  }

  .ty-pd-mobile-actions a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border-radius: 999px;
    background: var(--ty-pd-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .ty-pd-mobile-actions a:last-child {
    margin-left: 8px;
    background: var(--ty-pd-ink);
  }

  .ty-pd-modal-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
  }

  .ty-pd-modal-head {
    padding: 18px 16px;
  }

  .ty-pd-modal-head h2 {
    font-size: 27px;
  }

  .ty-pd-modal-head p:last-child {
    font-size: 13px;
  }

  .ty-pd-modal-selection,
  .ty-pd-inquiry-form {
    padding: 20px 16px;
  }

  .ty-pd-inquiry-form {
    grid-template-columns: 1fr;
  }

  .ty-pd-form-full {
    grid-column: auto;
  }

  .ty-pd-modal-product {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .ty-pd-modal-product > button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ty-pd-modal-product-image {
    width: 56px;
    height: 70px;
  }

  .ty-pd-modal-recommendation-list > .ty-pd-modal-product:nth-child(n + 3) {
    display: none;
  }

  .ty-pd-modal-recommendation-list.is-expanded > .ty-pd-modal-product {
    display: grid;
  }

  .ty-pd-show-more {
    display: inline-flex;
    align-items: center;
  }

  .ty-pd-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ty-pd-modal .ty-pd-button {
    width: 100%;
  }

  .ty-pd-modal-success {
    min-height: 100dvh;
    padding: 32px 20px calc(32px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .ty-pd-page *,
  .ty-pd-modal * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ty-pd-motion-ready .ty-pd-reveal,
  .ty-pd-motion-ready .ty-pd-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}
