/* Páginas editoriales y de producto de Parasoles.com */
.detail-page main {
  overflow: clip;
}
.detail-page,
.detail-hero-copy,
.detail-hero-media {
  min-width: 0;
}

.breadcrumbs {
  width: var(--page);
  margin-inline: auto;
  padding-block: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(13, 15, 13, 0.35);
}
.breadcrumbs a {
  text-decoration: none;
  transition: color 180ms ease;
}
.breadcrumbs a:hover {
  color: var(--ink);
}

.detail-hero {
  min-height: min(790px, calc(100svh - var(--header-height) - 3rem));
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.detail-hero-copy {
  padding: clamp(4.5rem, 8vw, 8rem)
    max(4vw, calc((100vw - 1660px) / 2 + 1.5vw));
  padding-right: clamp(2.5rem, 6vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-hero-kicker {
  margin: 0 0 1.7rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.detail-hero-kicker::before {
  content: "";
  width: 2.3rem;
  height: 1px;
  background: var(--gold);
}
.detail-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4.2rem, 7.2vw, 8.7rem);
  font-weight: 620;
  letter-spacing: -0.078em;
  line-height: 0.86;
  text-wrap: balance;
}
.detail-hero h1 em {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.detail-hero-lead {
  max-width: 43rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}
.detail-hero-actions {
  margin-top: 2.2rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.detail-metrics {
  margin: clamp(3rem, 6vw, 5.5rem) 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.detail-metrics div {
  min-width: 0;
}
.detail-metrics strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}
.detail-metrics span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}
.detail-hero-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #20241f;
}
.detail-hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 15, 13, 0.2), transparent 25%),
    linear-gradient(0deg, rgba(13, 15, 13, 0.5), transparent 36%);
  pointer-events: none;
}
.detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
  animation: hero-in 1.25s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.detail-hero-caption {
  position: absolute;
  z-index: 2;
  right: clamp(1.5rem, 3vw, 3rem);
  bottom: clamp(1.5rem, 3vw, 3rem);
  left: clamp(1.5rem, 3vw, 3rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.44);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.detail-hero--custom .detail-hero-media img {
  object-position: 54% center;
}
.detail-hero--sunpro .detail-hero-media {
  display: grid;
  place-items: center;
  isolation: isolate;
}
.detail-hero--sunpro .detail-hero-media::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2rem;
  background:
    linear-gradient(rgba(13, 15, 13, 0.45), rgba(13, 15, 13, 0.7)),
    url("/img/parasoles/parasoles-profesionales-sunpro.jpg") center / cover;
  filter: blur(18px) saturate(0.55);
  transform: scale(1.08);
}
.detail-hero--sunpro .detail-hero-media > img {
  position: relative;
  z-index: 0;
  width: min(78%, 585px);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}
.detail-hero--square .detail-hero-media {
  display: grid;
  place-items: center;
  isolation: isolate;
}
.detail-hero--square .detail-hero-media::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2rem;
  background:
    linear-gradient(rgba(13, 15, 13, 0.38), rgba(13, 15, 13, 0.72)),
    var(--detail-hero-image) center / cover;
  filter: blur(18px) saturate(0.55);
  transform: scale(1.08);
}
.detail-hero--square .detail-hero-media > img {
  position: relative;
  z-index: 0;
  width: min(78%, 585px);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}
.detail-hero--massimo {
  --detail-hero-image: url("/img/parasoles/parasoles-hosteleria-massimo.jpg");
}
.detail-hero--desplazado {
  --detail-hero-image: url("/img/parasoles/parasoles-hosteleria-mastil-desplazado.jpg");
}

.quick-nav {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.quick-nav-inner {
  width: var(--page);
  margin-inline: auto;
  padding-block: 1.3rem;
  display: flex;
  align-items: center;
  gap: clamp(1.3rem, 3vw, 3.2rem);
  overflow-x: auto;
  scrollbar-width: none;
}
.quick-nav-inner::-webkit-scrollbar {
  display: none;
}
.quick-nav strong,
.quick-nav a {
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.quick-nav strong {
  color: var(--gold-ink);
}
.quick-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}
.quick-nav a:hover {
  color: var(--ink);
}

.detail-section {
  padding: var(--space) max(3vw, calc((100vw - 1660px) / 2));
}
.detail-section--paper {
  background: var(--paper);
}
.detail-section--soft {
  background: #e9e5dc;
}
.detail-section--dark {
  background: #173129;
  color: var(--white);
}
.editorial-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: start;
}
.editorial-title h2,
.detail-heading h2,
.detail-faq h2,
.detail-cta h2 {
  margin: 0;
  font-size: clamp(2.9rem, 5.4vw, 6.4rem);
  font-weight: 600;
  letter-spacing: -0.066em;
  line-height: 0.94;
  text-wrap: balance;
}
.editorial-copy {
  max-width: 53rem;
}
.editorial-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.65;
}
.editorial-copy > p + p {
  margin-top: 1.35rem;
}
.editorial-pullquote {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  padding: 1.7rem 0 0 clamp(1.25rem, 2.5vw, 2.4rem);
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--gold);
  color: var(--ink);
  font-family: var(--font);
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.2;
}
.project-pill {
  margin-top: 1.5rem;
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(198, 164, 91, 0.42);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(198, 164, 91, 0.12), rgba(13, 15, 13, 0.035));
  box-shadow: 0 18px 44px rgba(13, 15, 13, 0.08);
}
.project-pill span {
  display: block;
  margin-bottom: 0.65rem;
  color: #92752f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-pill strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.project-pill p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.detail-heading {
  display: grid;
  grid-template-columns: minmax(13rem, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}
.detail-heading > p {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
}
.detail-section--dark .detail-heading > p {
  color: rgba(255, 255, 255, 0.67);
}
.detail-section--dark .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.value-card {
  min-height: 24rem;
  padding: clamp(1.7rem, 3vw, 3.2rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.value-card > span {
  color: var(--gold-ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.value-card h3 {
  max-width: 14ch;
  margin: auto 0 1rem;
  font-size: clamp(1.65rem, 2.7vw, 2.8rem);
  font-weight: 620;
  letter-spacing: -0.052em;
  line-height: 1;
}
.value-card p {
  max-width: 31rem;
  margin: 0;
  color: var(--muted);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.spec-card {
  min-height: 19rem;
  padding: clamp(1.5rem, 2.5vw, 2.6rem);
  border-radius: 0.8rem;
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(13, 15, 13, 0.11);
}
.spec-card > span {
  display: block;
  color: var(--gold-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.spec-card strong {
  display: block;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.spec-card p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.dimensions-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3.5rem, 9vw, 10rem);
  align-items: start;
}
.dimensions-intro {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.dimensions-intro h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.9vw, 5.6rem);
  font-weight: 600;
  letter-spacing: -0.064em;
  line-height: 0.95;
}
.dimensions-intro > p:not(.eyebrow) {
  max-width: 31rem;
  margin: 1.7rem 0 0;
  color: var(--muted);
}
.dimension-groups {
  border-top: 1px solid var(--line);
}
.dimension-group {
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}
.dimension-group h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 650;
  letter-spacing: -0.04em;
}
.dimension-group ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}
.dimension-group li {
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(13, 15, 13, 0.15);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.46);
  color: #343832;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
.dimension-warning {
  margin: 1.5rem 0 0;
  padding: 1.2rem 1.3rem;
  border-left: 2px solid var(--gold);
  background: rgba(198, 164, 91, 0.09);
  color: #4f514d;
  font-size: 0.83rem;
}

.variant-table-wrap {
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.variant-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
.variant-table th,
.variant-table td {
  padding: 1.35rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  vertical-align: top;
}
.variant-table th {
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.variant-table th:first-child,
.variant-table td:first-child {
  padding-left: 0;
}
.variant-table th:last-child,
.variant-table td:last-child {
  padding-right: 0;
}
.variant-table td {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}
.variant-table td strong {
  color: var(--white);
  font-size: 1rem;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.fit-card {
  min-height: 25rem;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
}
.fit-card--yes {
  background: var(--ink);
  color: var(--white);
}
.fit-card--check {
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}
.fit-card h3 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.97;
}
.fit-card ul {
  margin: auto 0 0;
  padding: 2rem 0 0;
  list-style: none;
}
.fit-card li {
  position: relative;
  padding: 0.8rem 0 0.8rem 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.fit-card--yes li {
  border-color: rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.7);
}
.fit-card li::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--gold);
}

.detail-faq {
  background: var(--paper);
}
.detail-faq .faq-intro {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.related-card {
  min-height: 25rem;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}
.related-card--dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
}
.related-card > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.related-card:not(.related-card--dark) > span {
  color: var(--gold-ink);
}
.related-card h3 {
  max-width: 18ch;
  margin: auto 0 1rem;
  font-size: clamp(2rem, 3.7vw, 4.1rem);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.95;
}
.related-card p {
  max-width: 36rem;
  margin: 0 0 1.8rem;
  color: var(--muted);
}
.related-card--dark p {
  color: rgba(255, 255, 255, 0.65);
}

.detail-cta {
  padding: clamp(4rem, 8vw, 8rem) max(3vw, calc((100vw - 1660px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  background: var(--gold);
  color: var(--ink);
}
.detail-cta-copy > p {
  max-width: 42rem;
  margin: 1.7rem 0 0;
  color: rgba(13, 15, 13, 0.69);
  font-size: 1.05rem;
}
.detail-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
}
.detail-cta-actions .button {
  width: 100%;
}
.button-gold-outline {
  border-color: rgba(13, 15, 13, 0.5);
  background: transparent;
  color: var(--ink);
}
.button-gold-outline:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

/* Personalización */
.custom-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(16rem, 0.72fr);
  gap: 1rem;
}
.custom-showcase figure {
  min-height: 31rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d9d6cf;
}
.custom-showcase-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.custom-showcase-side figure {
  min-height: 15rem;
}
.custom-showcase picture,
.custom-showcase img {
  width: 100%;
  height: 100%;
  display: block;
}
.custom-showcase img {
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.custom-showcase figure:hover img {
  transform: scale(1.022);
}
.technique-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.technique-card {
  min-height: 25rem;
  padding: clamp(1.8rem, 3.3vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
}
.technique-card > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.technique-card h3 {
  max-width: 13ch;
  margin: auto 0 1rem;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 610;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.technique-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}
.technique-meta {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.expert-recommendation {
  margin-top: 1rem;
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(198, 164, 91, 0.52);
  border-radius: 1rem;
  display: grid;
  grid-template-columns: auto minmax(13rem, 0.7fr) minmax(18rem, 1.3fr);
  gap: clamp(1rem, 2.5vw, 2.4rem);
  align-items: center;
  background: rgba(198, 164, 91, 0.08);
}
.expert-recommendation span {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(198, 164, 91, 0.5);
  border-radius: 100px;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.expert-recommendation strong {
  color: var(--white);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.expert-recommendation p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.6;
}
.production-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 9vw, 10rem);
}
.production-aside {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.production-aside h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 600;
  letter-spacing: -0.066em;
  line-height: 0.94;
}
.production-aside p:not(.eyebrow) {
  max-width: 30rem;
  color: var(--muted);
}
.production-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.production-list li {
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  gap: 1rem;
}
.production-list > li > span {
  color: var(--gold-ink);
  font-size: 0.7rem;
  font-weight: 800;
}
.production-list h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: -0.04em;
}
.production-list p {
  margin: 0;
  color: var(--muted);
}
.artwork-box {
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 2.8rem);
  border-radius: 0.8rem;
  background: var(--ink);
  color: var(--white);
}
.artwork-box strong {
  display: block;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.artwork-box p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.67);
}
.design-confirmation-pill {
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(198, 164, 91, 0.34);
  border-radius: 0.75rem;
  background: rgba(198, 164, 91, 0.08);
}
.artwork-box .design-confirmation-pill strong {
  color: #dfc682;
  font-size: 0.64rem;
}
.artwork-box .design-confirmation-pill p {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.6;
}
.artwork-box .artwork-deadline {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 1120px) {
  .detail-hero {
    min-height: 680px;
  }
  .detail-hero-copy {
    padding-left: 6vw;
  }
  .detail-hero h1 {
    font-size: clamp(3.8rem, 7vw, 6rem);
  }
  .detail-hero-media {
    min-height: 560px;
  }
  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .technique-grid {
    grid-template-columns: 1fr;
  }
  .technique-card {
    min-height: 22rem;
  }
}

@media (max-width: 800px) {
  .breadcrumbs {
    width: 88vw;
  }
  .detail-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }
  .detail-hero-copy {
    min-width: 0;
    padding: 5rem 6vw;
  }
  .expert-recommendation {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .detail-hero-copy > * {
    max-width: 100%;
  }
  .detail-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3.25rem, 13.5vw, 5.4rem);
    overflow-wrap: break-word;
  }
  .detail-hero-media {
    min-height: min(100vw, 650px);
  }
  .detail-metrics {
    margin-top: 3rem;
  }
  .quick-nav-inner {
    width: 88vw;
  }
  .detail-section {
    padding-inline: 6vw;
  }
  .editorial-grid,
  .detail-heading,
  .dimensions-layout,
  .production-grid,
  .detail-cta {
    grid-template-columns: 1fr;
  }
  .editorial-grid,
  .dimensions-layout,
  .production-grid {
    gap: 3rem;
  }
  .detail-heading {
    gap: 1.5rem;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .value-card {
    min-height: 20rem;
  }
  .dimensions-intro,
  .detail-faq .faq-intro,
  .production-aside {
    position: static;
  }
  .fit-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .detail-cta {
    padding-inline: 6vw;
  }
  .detail-cta-actions {
    max-width: 28rem;
  }
  .custom-showcase {
    grid-template-columns: 1fr;
  }
  .custom-showcase figure {
    min-height: min(75vw, 34rem);
  }
  .custom-showcase-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .custom-showcase-side figure {
    min-height: min(44vw, 21rem);
  }
}

@media (max-width: 520px) {
  .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .detail-hero-copy {
    padding-block: 4rem;
  }
  .detail-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.4rem);
  }
  .detail-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .detail-hero-actions .button {
    width: 100%;
  }
  .detail-metrics {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .detail-metrics div {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    align-items: baseline;
    gap: 0.8rem;
  }
  .detail-metrics span {
    margin: 0;
  }
  .detail-hero-caption {
    flex-direction: column;
    gap: 0.25rem;
  }
  .spec-grid {
    grid-template-columns: 1fr;
  }
  .spec-card {
    min-height: 17rem;
  }
  .custom-showcase-side {
    grid-template-columns: 1fr;
  }
  .custom-showcase-side figure {
    min-height: 72vw;
  }
  .detail-cta-actions {
    max-width: none;
  }
}
