.resource-request-form {
  max-width: 620px;
  margin-top: 2rem;
  border: 1px solid rgba(79,100,84,.2);
  border-radius: 22px;
  background: rgba(255,253,249,.72);
  padding: clamp(1.25rem,3vw,1.7rem);
  color: var(--editorial-ink, #202720);
  container-type: inline-size;
}

.resource-request-heading {
  display: grid;
  gap: .35rem;
}

.resource-request-heading p {
  margin: 0;
  color: #625f59;
  font-size: .78rem;
  line-height: 1.55;
}

.resource-request-kicker {
  color: var(--editorial-sage, #4f6454)!important;
  font-size: .66rem!important;
  font-weight: 790;
  letter-spacing: .105em;
  line-height: 1.4!important;
  text-transform: uppercase;
}

.resource-contact-row {
  display: grid;
  grid-template-columns: minmax(120px,.55fr) minmax(210px,1fr) auto;
  gap: .7rem;
  align-items: end;
  margin-top: 1rem;
}

.resource-contact-field label,
.resource-guidance-choice legend {
  color: #333b35;
  font-size: .72rem;
  font-weight: 780;
}

.resource-contact-field label span {
  color: #77726b;
  font-size: .66rem;
  font-weight: 560;
}

.resource-contact-field input {
  width: 100%;
  min-height: 48px;
  display: block;
  margin-top: .42rem;
  border: 1px solid rgba(79,100,84,.3);
  border-radius: 12px;
  background: #fffdf9;
  padding: .75rem .9rem;
  color: var(--editorial-ink, #202720);
  font: inherit;
}

.resource-contact-field input:focus-visible,
.resource-guidance-choice input:focus-visible,
.resource-request-button:focus-visible,
.resource-guidance-followup-button:focus-visible,
.resource-access-link:focus-visible {
  outline: 3px solid rgba(79,100,84,.34);
  outline-offset: 3px;
}

.resource-email-field input[aria-invalid="true"] {
  border-color: #9a5039;
}

.resource-request-button {
  appearance: none;
  min-height: 48px;
  border: 1px solid var(--editorial-sage, #4f6454);
  border-radius: 999px;
  background: var(--editorial-sage, #4f6454);
  padding: .78rem 1.15rem;
  color: #fffdf9;
  cursor: pointer;
  font: inherit;
  font-size: .72rem;
  font-weight: 780;
  white-space: nowrap;
}

.resource-request-button:hover { background: #405246; }
.resource-request-button:disabled { cursor: wait; opacity: .68; }

@container (max-width: 440px) {
  .resource-contact-row { grid-template-columns: 1fr; }
  .resource-request-button { width: 100%; }
}

.resource-guidance-choice {
  min-width: 0;
  margin: 1.15rem 0 0;
  border: 1px solid rgba(79,100,84,.24);
  border-radius: 14px;
  background: #f4f0e8;
  padding: .85rem 1rem 1rem;
}

.resource-guidance-choice legend {
  padding: 0 .35rem;
}

.resource-guidance-choice > p {
  margin: .28rem 0 .72rem;
  color: #68635e;
  font-size: .7rem;
  line-height: 1.5;
}

.resource-guidance-choice label {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  gap: .65rem;
  align-items: start;
  color: #424942;
  cursor: pointer;
  font-size: .72rem;
  line-height: 1.55;
}

.resource-guidance-choice input {
  width: 20px;
  height: 20px;
  margin: .1rem 0 0;
  accent-color: var(--editorial-sage, #4f6454);
}

.resource-request-error {
  margin: .9rem 0 0;
  border-left: 2px solid #9a5039;
  background: rgba(154,80,57,.07);
  padding: .7rem .8rem;
  color: #783d2c;
  font-size: .72rem;
  line-height: 1.5;
}

.resource-request-privacy {
  margin: .8rem 0 0;
  color: #716b64;
  font-size: .65rem;
  line-height: 1.5;
}

.resource-request-success {
  max-width: 620px;
  margin-top: 2rem;
  border: 1px solid rgba(79,100,84,.24);
  border-radius: 22px;
  background: rgba(255,253,249,.82);
  padding: clamp(1.25rem,3vw,1.7rem);
}

.resource-request-success > div[role="status"] > p:not(.resource-request-kicker) {
  margin: .55rem 0 0;
  color: #4f554f;
  font-size: .78rem;
  line-height: 1.55;
}

.resource-access-link {
  width: fit-content;
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(79,100,84,.42);
  padding: .45rem 0;
  color: var(--editorial-sage, #4f6454);
  font-size: .73rem;
  font-weight: 780;
}

.resource-guidance-followup {
  display: grid;
  gap: .55rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(79,100,84,.24);
  border-radius: 14px;
  background: #f4f0e8;
  padding: 1rem;
}

.resource-guidance-followup p {
  margin: 0;
  color: #565d57;
  font-size: .72rem;
  line-height: 1.55;
}

.resource-guidance-followup p:first-child {
  color: #333b35;
  font-size: .78rem;
}

.resource-guidance-followup-button {
  width: fit-content;
  min-height: 44px;
  margin-top: .25rem;
  appearance: none;
  border: 1px solid var(--editorial-sage, #4f6454);
  border-radius: 999px;
  background: var(--editorial-sage, #4f6454);
  padding: .7rem 1rem;
  color: #fffdf9;
  cursor: pointer;
  font: inherit;
  font-size: .7rem;
  font-weight: 780;
}

.resource-guidance-followup-button:hover { background: #405246; }
.resource-guidance-followup-button:disabled { cursor: wait; opacity: .68; }

.resource-guidance-followup small {
  color: #716b64;
  font-size: .64rem;
  line-height: 1.5;
}

.resource-guidance-followup .resource-request-error { margin-top: .25rem; }

.repair-guide-page { background: var(--ivory); }
.repair-guide-hero { padding-block: clamp(4.5rem,8vw,7.5rem); }
.repair-guide-hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.72fr); gap: clamp(3rem,8vw,7.5rem); align-items: center; }
.repair-guide-copy h1 { max-width: 780px; margin: 1rem 0 0; font-size: clamp(3.7rem,6.5vw,6.6rem); letter-spacing: -.055em; line-height: .91; }
.repair-guide-copy > .lede { max-width: 680px; margin-top: 1.5rem; }
.repair-guide-proof { max-width: 640px; display: grid; gap: .7rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.repair-guide-proof li { position: relative; padding-left: 1.75rem; color: #454b46; font-size: .9rem; line-height: 1.55; }
.repair-guide-proof li::before { content: "✓"; position: absolute; left: 0; color: var(--sage-deep); font-weight: 800; }
.repair-guide-copy .resource-request-form, .repair-guide-copy .resource-request-success { background: rgba(255,253,249,.86); box-shadow: 0 20px 55px rgba(56,45,37,.06); }
.repair-guide-format { margin: .8rem 0 0; color: #746e67; font-size: .67rem; letter-spacing: .035em; }
.repair-guide-cover { margin: 0; }
.repair-guide-cover-frame { position: relative; border: 1px solid rgba(79,100,84,.2); background: #f6efe6; padding: clamp(.8rem,2vw,1.2rem); box-shadow: 0 36px 80px rgba(56,45,37,.14); transform: rotate(1.5deg); }
.repair-guide-cover-frame::before { content: "FREE PDF"; position: absolute; z-index: 1; top: 1.6rem; right: -1rem; border-radius: 999px; background: var(--sage-deep); padding: .65rem .85rem; color: white; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.repair-guide-cover img { width: 100%; height: auto; display: block; }
.repair-guide-cover figcaption { margin-top: 1.2rem; color: #6e6962; font-size: .72rem; text-align: center; }
.repair-guide-path { background: #fffdf9; }
.repair-guide-path > .page-shell { display: grid; grid-template-columns: minmax(360px,440px) minmax(0,1fr); gap: clamp(3.5rem,6vw,6rem); align-items: start; }
.repair-guide-path-heading { min-width: 0; position: sticky; top: 110px; }
.repair-guide-path-heading h2 { max-width: 420px; margin-top: .8rem; font-size: clamp(3rem,4.4vw,4.2rem); line-height: .94; }
.repair-guide-path-heading > p:last-child { max-width: 450px; margin-top: 1.2rem; color: var(--muted); line-height: 1.65; }
.repair-guide-moves { margin: 0; padding: 0; list-style: none; }
.repair-guide-moves li { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 1.2rem; border-top: 1px solid var(--stone); padding: 1.45rem 0; }
.repair-guide-moves li:last-child { border-bottom: 1px solid var(--stone); }
.repair-guide-moves li > span { color: var(--sage-deep); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.repair-guide-moves h3 { font-size: clamp(2rem,3.2vw,3rem); }
.repair-guide-moves p { margin: .4rem 0 0; color: var(--muted); line-height: 1.55; }
.repair-guide-safety { background: #ead8c9; }
.repair-guide-safety-inner { max-width: 920px; }
.repair-guide-safety-inner > p:not(.eyebrow) { max-width: 820px; margin: 1rem 0 0; font-family: var(--serif); font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1.15; }
.repair-guide-safety-inner .text-link { display: inline-flex; margin-top: 1.5rem; color: var(--sage-deep); }

@media (max-width: 860px) {
  .repair-guide-hero-grid, .repair-guide-path > .page-shell { grid-template-columns: 1fr; }
  .repair-guide-copy { max-width: 720px; }
  .repair-guide-cover { width: min(72vw,440px); margin-inline: auto; }
  .repair-guide-path-heading { position: static; }
}

@media (max-width: 560px) {
  .repair-guide-copy h1 { font-size: clamp(3.35rem,16vw,4.7rem); }
  .repair-guide-cover { width: min(82vw,390px); }
  .repair-guide-cover-frame::before { right: -.55rem; }
}

.tool-layout > div > .resource-request-form,
.tool-layout > div > .resource-request-success {
  background: rgba(255,253,249,.62);
}

.home-tool-preview {
  --home-tool-pad: clamp(2rem,4vw,3.5rem);
  border: 1px solid rgba(79,100,84,.22);
  background: rgba(255,253,249,.88);
  padding: var(--home-tool-pad);
  box-shadow: 0 28px 70px rgba(56,45,37,.07);
}

.home-tool-preview-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .6rem 1rem;
  margin: calc(0px - var(--home-tool-pad)) calc(0px - var(--home-tool-pad)) 2rem;
  border-bottom: 1px solid var(--editorial-rule);
  padding: .9rem var(--home-tool-pad);
  color: #6a7069;
  font-size: .63rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-tool-preview ol {
  margin: 1.4rem 0 0;
  border-top: 1px solid var(--editorial-rule);
  padding: 0;
  list-style: none;
}

.home-tool-preview li {
  min-height: 96px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--editorial-rule);
}

.home-tool-preview li > span {
  color: #9d654c;
  font-family: var(--editorial-serif);
}

.home-tool-preview li p {
  margin: 0;
  color: var(--editorial-ink);
  font-family: var(--editorial-serif);
  font-size: clamp(1.35rem,2vw,1.9rem);
  line-height: 1.2;
}

.home-tool-preview-note {
  margin: 1.5rem 0 0!important;
  color: #73766f!important;
  font-size: .72rem!important;
  line-height: 1.55!important;
}

