.page-dried {
  --dry-rose: #9b5e6c;
  --dry-rose-soft: #f6edf0;
  --dry-sage: #66755d;
  --dry-sage-soft: #eef2eb;
}

.dry-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy-950);
}

.dry-hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 28, 53, 0.97) 0%, rgba(3, 28, 53, 0.9) 43%, rgba(3, 28, 53, 0.42) 72%, rgba(3, 28, 53, 0.17) 100%),
    linear-gradient(0deg, rgba(3, 28, 53, 0.38), transparent 45%),
    url("/assets/images/dried-flowers/treatment-workshop.avif") center 53% / cover no-repeat;
}

.dry-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(285px, 0.65fr);
  gap: 70px;
  align-items: end;
  padding-block: 100px;
}

.dry-hero-copy { max-width: 730px; }
.dry-hero h1 { max-width: 700px; color: var(--paper); }
.dry-hero .hero-lead { max-width: 680px; color: var(--copy-dark); font-size: 19px; line-height: 1.65; }

.dry-question-card {
  padding: 30px;
  color: var(--paper);
  background: rgba(6, 43, 79, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-card);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.dry-question-card > span,
.dry-standard-grid article > span,
.dry-method-card div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dry-question-card strong { display: block; margin-bottom: 12px; color: var(--paper); font-size: 24px; line-height: 1.3; }
.dry-question-card p { margin: 0; color: var(--copy-dark); font-size: 15px; }

.dry-proof-strip { color: var(--paper); background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.1); }
.dry-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.dry-proof-grid > div { position: relative; min-height: 150px; padding: 30px 36px 28px 70px; border-left: 1px solid rgba(180,191,202,.2); }
.dry-proof-grid > div:last-child { border-right: 1px solid rgba(180,191,202,.2); }
.dry-proof-grid > div > span { position: absolute; top: 32px; left: 28px; color: var(--orange-300); font-size: 12px; font-weight: 700; }
.dry-proof-grid strong { display: block; margin-bottom: 6px; color: var(--paper); font-size: 17px; }
.dry-proof-grid p { margin: 0; color: var(--copy-dark); font-size: 14px; line-height: 1.55; }

.dry-heading { max-width: 790px; margin: 0 auto 44px; }
.dry-heading > p:last-child { max-width: 690px; margin-inline: auto; color: var(--copy); }
.dry-method-grid { display: grid; gap: 28px; }
.dry-method-card {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 470px;
  overflow: hidden;
  background: var(--dry-rose-soft);
  border: 1px solid #ead8de;
  border-radius: var(--radius-card);
}
.dry-method-card:nth-child(2) { background: var(--dry-sage-soft); border-color: #dce5d7; }
.dry-method-reverse { grid-template-columns: .92fr 1.08fr; }
.dry-method-reverse img { order: 2; }
.dry-method-card img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.dry-method-card > div { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.dry-method-card div > span { color: var(--dry-rose); }
.dry-method-card:nth-child(2) div > span { color: var(--dry-sage); }
.dry-method-card h3 { font-size: 30px; }
.dry-method-card p { margin: 0; color: var(--copy); }
.dry-method-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.dry-method-card li { position: relative; padding: 10px 0 10px 25px; color: var(--copy); border-top: 1px solid rgba(6,43,79,.12); }
.dry-method-card li::before { position: absolute; left: 2px; color: var(--orange-600); content: "→"; font-weight: 700; }

.dry-standards,
.dry-documentation {
  color: var(--copy-dark);
  background: radial-gradient(circle at 88% 12%, rgba(155,94,108,.2), transparent 28%), var(--navy-950);
}
.dry-intro,
.dry-appearance-layout,
.dry-doc-layout,
.dry-quote-layout { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 70px; align-items: center; }
.dry-intro { align-items: end; margin-bottom: 40px; }
.dry-intro h2,
.dry-doc-layout h2 { color: var(--paper); }
.dry-intro > p,
.dry-doc-layout > div:first-child > p:not(.eyebrow) { margin-bottom: 0; color: var(--copy-dark); }
.dry-standard-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid rgba(180,191,202,.22); border-bottom: 1px solid rgba(180,191,202,.22); }
.dry-standard-grid article { min-height: 255px; padding: 32px; border-left: 1px solid rgba(180,191,202,.22); }
.dry-standard-grid article:last-child { border-right: 1px solid rgba(180,191,202,.22); }
.dry-standard-grid strong { display: block; margin-bottom: 14px; color: var(--paper); font-size: 24px; line-height: 1.25; }
.dry-standard-grid p { margin: 0; color: var(--copy-dark); font-size: 15px; }
.dry-standard-grid .dry-standard-no { background: rgba(255,107,44,.07); }
.dry-standard-action { display: grid; grid-template-columns: 330px 1fr; gap: 28px; margin-top: 30px; padding: 24px 28px; color: var(--paper); background: rgba(255,255,255,.05); border: 1px solid rgba(180,191,202,.22); border-radius: var(--radius-content); }
.dry-standard-action p { margin: 0; color: var(--copy-dark); }

.dry-appearance { background: #fbf7f3; }
.dry-appearance-layout figure { overflow: hidden; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-soft); }
.dry-appearance-layout figure img { width: 100%; height: 570px; object-fit: cover; }
.dry-appearance-layout figcaption { padding: 14px 18px; color: var(--copy); font-size: 13px; }
.dry-appearance-layout > div > p:not(.eyebrow) { color: var(--copy); }
.dry-change-list { margin-top: 26px; border-top: 1px solid var(--line); }
.dry-change-list > div { position: relative; padding: 19px 0 19px 48px; border-bottom: 1px solid var(--line); }
.dry-change-list span,
.dry-doc-list span { position: absolute; top: 22px; left: 0; color: var(--dry-rose); font-size: 12px; font-weight: 700; }
.dry-change-list strong { display: block; margin-bottom: 4px; color: var(--navy-950); }
.dry-change-list p { margin: 0; color: var(--copy); font-size: 14px; }
.dry-sample-note { margin-top: 24px; padding: 20px 22px; background: var(--dry-rose-soft); border: 1px solid #ead8de; border-radius: var(--radius-content); }
.dry-sample-note strong { color: var(--navy-950); }
.dry-sample-note p { margin: 4px 0 0; color: var(--copy); }

.dry-process,
.dry-quote { background: var(--soft-blue); }
.dry-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-soft); }
.dry-steps li { position: relative; min-height: 215px; padding: 34px 30px 28px 72px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dry-steps li:nth-child(3n) { border-right: 0; }
.dry-steps li:nth-last-child(-n+3) { border-bottom: 0; }
.dry-steps li > span { position: absolute; top: 36px; left: 28px; color: var(--dry-rose); font-size: 12px; font-weight: 700; }
.dry-steps strong { display: block; margin-bottom: 8px; color: var(--navy-950); }
.dry-steps p { margin: 0; color: var(--copy); font-size: 14px; line-height: 1.6; }

.dry-doc-list { border-top: 1px solid rgba(180,191,202,.22); }
.dry-doc-list > div { position: relative; padding: 24px 0 24px 54px; border-bottom: 1px solid rgba(180,191,202,.22); }
.dry-doc-list span { color: var(--orange-300); }
.dry-doc-list strong { display: block; margin-bottom: 5px; color: var(--paper); }
.dry-doc-list p { margin: 0; color: var(--copy-dark); font-size: 14px; }

.dry-quote-layout { align-items: start; }
.dry-quote-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
.dry-quote-list li { position: relative; padding: 13px 0 13px 26px; color: var(--copy); border-top: 1px solid var(--line); }
.dry-quote-list li::before { position: absolute; left: 2px; color: var(--orange-600); content: "→"; font-weight: 700; }
.dry-final-cta { background: radial-gradient(circle at 88% 20%, rgba(155,94,108,.32), transparent 28%), var(--navy-900); }

@media (max-width: 980px) {
  .dry-hero-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 82px; }
  .dry-question-card { max-width: 650px; }
  .dry-intro, .dry-appearance-layout, .dry-doc-layout, .dry-quote-layout { grid-template-columns: 1fr; gap: 30px; }
  .dry-standard-grid { grid-template-columns: 1fr; }
  .dry-standard-grid article { min-height: auto; border-right: 1px solid rgba(180,191,202,.22); border-bottom: 1px solid rgba(180,191,202,.22); }
  .dry-standard-grid article:last-child { border-bottom: 0; }
  .dry-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dry-steps li:nth-child(3n) { border-right: 1px solid var(--line); }
  .dry-steps li:nth-child(2n) { border-right: 0; }
  .dry-steps li:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .dry-steps li:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 760px) {
  .page-dried h2 { font-size: 28px; }
  .dry-hero { min-height: auto; }
  .dry-hero-image { background: linear-gradient(180deg,rgba(3,28,53,.56) 0%,rgba(3,28,53,.96) 59%,var(--navy-950) 100%), url("/assets/images/dried-flowers/treatment-workshop.avif") 58% center / cover no-repeat; }
  .dry-hero-inner { padding-block: 70px 52px; }
  .dry-hero h1 { font-size: 34px; }
  .dry-hero .hero-lead { font-size: 17px; }
  .dry-question-card { padding: 24px; }
  .dry-proof-grid, .dry-method-card, .dry-method-reverse, .dry-steps, .dry-quote-list { grid-template-columns: 1fr; }
  .dry-proof-grid > div { min-height: auto; padding: 24px 22px 24px 62px; border-right: 1px solid rgba(180,191,202,.2); border-bottom: 1px solid rgba(180,191,202,.2); }
  .dry-proof-grid > div:last-child { border-bottom: 0; }
  .dry-proof-grid > div > span { top: 26px; left: 22px; }
  .dry-method-card { min-height: 0; }
  .dry-method-reverse img { order: 0; }
  .dry-method-card img { min-height: 300px; height: 300px; }
  .dry-method-card > div { padding: 30px 24px; }
  .dry-method-card h3 { font-size: 25px; }
  .dry-standard-action { grid-template-columns: 1fr; gap: 8px; }
  .dry-appearance-layout figure img { height: 400px; }
  .dry-steps li, .dry-steps li:nth-child(2n), .dry-steps li:nth-child(3n), .dry-steps li:nth-last-child(-n+2), .dry-steps li:nth-last-child(-n+3) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .dry-steps li:last-child { border-bottom: 0; }
}
