.warranty-page,
.warranty-page *,
.warranty-page *::before,
.warranty-page *::after {
  box-sizing: border-box;
}

html:has(body.warranty-page-shell),
body.public-site.warranty-page-shell,
.warranty-page-shell,
.warranty-page-shell main {
  background-color: #FFFBF5;
  background-image: none;
}

.warranty-page {
  --warranty-green: #0b4b36;
  --warranty-green-strong: #063a29;
  --warranty-ink: #173d2e;
  --warranty-muted: #5a6c63;
  --warranty-gold: #b78643;
  --warranty-soft: #FFFBF5;
  --warranty-line: rgb(11 75 54 / .18);
  --warranty-gold-line: rgb(183 134 67 / .44);
  overflow: clip;
  color: var(--warranty-ink);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.warranty-page img {
  max-width: 100%;
}

.warranty-shell {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.warranty-hero {
  padding: clamp(56px, 8vw, 104px) 0 clamp(52px, 7vw, 84px);
  background: var(--warranty-soft);
}

.warranty-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
}

.warranty-hero__content {
  max-width: 650px;
}

.warranty-eyebrow {
  margin: 0 0 14px;
  color: var(--warranty-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.warranty-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--warranty-green);
  font-size: clamp(2.7rem, 5vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .98;
  text-wrap: balance;
}

.warranty-hero__lead {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--warranty-muted);
  font-size: 17px;
  line-height: 1.65;
}

.warranty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.warranty-button,
.warranty-cta__panel > a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.warranty-button img,
.warranty-cta__panel > a img {
  flex: 0 0 auto;
}

.warranty-button--primary {
  border-color: var(--warranty-green);
  background: var(--warranty-green);
  color: #fff;
}

.warranty-button--primary img {
  filter: brightness(0) invert(1);
}

.warranty-button--primary:hover {
  border-color: var(--warranty-green-strong);
  background: var(--warranty-green-strong);
}

.warranty-button--secondary {
  border-color: var(--warranty-line);
  background: transparent;
  color: var(--warranty-ink);
}

.warranty-button--secondary:hover {
  border-color: var(--warranty-green);
  color: var(--warranty-green);
}

.warranty-button:active,
.warranty-cta__panel > a:active {
  transform: translateY(1px);
}

.warranty-button:focus-visible,
.warranty-cta__panel > a:focus-visible,
.warranty-faq__item summary:focus-visible {
  outline: 3px solid rgb(183 134 67 / .48);
  outline-offset: 4px;
}

.warranty-hero__visual {
  margin: 0;
}

.warranty-hero__visual picture {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(11 75 54 / .12);
  border-radius: 18px;
  background: #fff;
}

.warranty-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1448 / 1086;
  object-fit: cover;
}

.warranty-hero__visual figcaption {
  margin-top: 12px;
  color: var(--warranty-muted);
  font-size: 12px;
  line-height: 1.45;
}

.warranty-proof {
  padding: 0 0 clamp(60px, 8vw, 96px);
  background: var(--warranty-soft);
}

.warranty-proof__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--warranty-line);
  border-bottom: 1px solid var(--warranty-line);
  padding: 0;
  list-style: none;
}

.warranty-proof__list li,
.warranty-quality__list li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 20px;
}

.warranty-proof__list li + li {
  border-left: 1px solid var(--warranty-line);
}

.warranty-icon {
  display: inline-flex !important;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(11 75 54 / .2);
  border-radius: 50%;
  color: var(--warranty-green);
  font-size: 20px !important;
}

.warranty-proof__list strong,
.warranty-quality__list strong {
  display: block;
  color: var(--warranty-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}

.warranty-proof__list small,
.warranty-quality__list small {
  display: block;
  margin-top: 5px;
  color: var(--warranty-muted);
  font-size: 13px;
  line-height: 1.5;
}

.warranty-coverage,
.warranty-process {
  padding: clamp(72px, 9vw, 120px) 0;
  background: #fff;
}

.warranty-section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.warranty-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.warranty-section-heading h2,
.warranty-quality__anchor h2,
.warranty-cta__panel h2 {
  margin: 0;
  color: var(--warranty-green);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.08;
  text-wrap: balance;
}

.warranty-section-heading > p:last-child,
.warranty-quality__anchor > p:last-child,
.warranty-cta__panel p {
  margin: 15px 0 0;
  color: var(--warranty-muted);
  font-size: 16px;
  line-height: 1.65;
}

.warranty-coverage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 80px);
}

.warranty-coverage__panel {
  border-top: 1px solid var(--warranty-line);
  border-bottom: 1px solid var(--warranty-line);
  padding: 26px 0 28px;
}

.warranty-coverage__panel--excluded {
  border-color: var(--warranty-gold-line);
}

.warranty-coverage__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.warranty-coverage__heading > .material-symbols-outlined {
  display: inline-flex !important;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--warranty-line);
  border-radius: 50%;
  color: var(--warranty-green);
  font-size: 22px !important;
}

.warranty-coverage__panel--excluded .warranty-coverage__heading > .material-symbols-outlined {
  border-color: var(--warranty-gold-line);
  color: var(--warranty-gold);
}

.warranty-coverage__heading h3 {
  margin: 0;
  color: var(--warranty-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
}

.warranty-coverage__panel ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.warranty-coverage__panel li {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--warranty-muted);
  font-size: 15px;
  line-height: 1.55;
}

.warranty-coverage__panel li > .material-symbols-outlined {
  color: var(--warranty-green);
  font-size: 19px !important;
}

.warranty-coverage__panel--excluded li > .material-symbols-outlined {
  color: var(--warranty-gold);
}

.warranty-quality {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--warranty-soft);
}

.warranty-quality__grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: stretch;
}

.warranty-quality__anchor {
  border-radius: 18px;
  background: var(--warranty-green);
  padding: clamp(30px, 5vw, 52px);
}

.warranty-quality__anchor .warranty-eyebrow,
.warranty-quality__anchor h2,
.warranty-quality__anchor > p:last-child {
  color: #fff;
}

.warranty-quality__anchor .warranty-eyebrow {
  color: #d9b77c;
}

.warranty-quality__anchor > p:last-child {
  color: rgb(255 255 255 / .76);
}

.warranty-quality__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.warranty-quality__list li {
  border-top: 1px solid var(--warranty-line);
  padding-inline: 0 24px;
}

.warranty-quality__list li:nth-child(even) {
  border-left: 1px solid var(--warranty-line);
  padding-inline: 24px 0;
}

.warranty-quality__list li:nth-child(n + 3) {
  border-bottom: 1px solid var(--warranty-line);
}

.warranty-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--warranty-line);
  border-bottom: 1px solid var(--warranty-line);
  padding: 0;
  list-style: none;
  text-align: center;
}

.warranty-process__list li {
  position: relative;
  min-height: 238px;
  padding: 26px 20px 30px;
}

.warranty-process__list li + li::before {
  position: absolute;
  top: 52px;
  left: -25%;
  width: 50%;
  border-top: 1px solid var(--warranty-gold-line);
  content: "";
}

.warranty-process__step {
  display: block;
  margin-bottom: 12px;
  color: var(--warranty-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.warranty-process__list .warranty-icon {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  background: #fff;
}

.warranty-process__list h3 {
  margin: 16px 0 0;
  color: var(--warranty-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.warranty-process__list p {
  max-width: 23ch;
  margin: 9px auto 0;
  color: var(--warranty-muted);
  font-size: 14px;
  line-height: 1.6;
}

.warranty-process__notice {
  display: flex;
  max-width: 760px;
  gap: 12px;
  margin: 28px auto 0;
  border-top: 1px solid var(--warranty-gold-line);
  border-bottom: 1px solid var(--warranty-gold-line);
  padding: 18px 0;
  color: var(--warranty-muted);
  font-size: 14px;
  line-height: 1.6;
}

.warranty-process__notice > .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--warranty-gold);
  font-size: 21px !important;
}

.warranty-process__notice p {
  margin: 0;
}

.warranty-process__notice strong {
  color: var(--warranty-ink);
}

.warranty-faq {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--warranty-soft);
}

.warranty-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.warranty-faq__item {
  border: 1px solid var(--warranty-line);
  border-radius: 14px;
  background: #fff;
}

.warranty-faq__item summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: var(--warranty-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.warranty-faq__item summary::-webkit-details-marker {
  display: none;
}

.warranty-faq__item summary > .material-symbols-outlined {
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--warranty-line);
  border-radius: 50%;
  color: var(--warranty-green);
  font-size: 19px !important;
  transition: transform 160ms ease;
}

.warranty-faq__item[open] summary > .material-symbols-outlined {
  transform: rotate(180deg);
}

.warranty-faq__item > div {
  border-top: 1px solid var(--warranty-line);
  padding: 16px 18px 20px;
}

.warranty-faq__item p {
  margin: 0;
  color: var(--warranty-muted);
  font-size: 14px;
  line-height: 1.65;
}

.warranty-cta {
  padding: 0 0 clamp(72px, 9vw, 112px);
  background: var(--warranty-soft);
}

.warranty-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  border-radius: 18px;
  background: var(--warranty-green);
  padding: clamp(30px, 5vw, 52px);
}

.warranty-cta__panel .warranty-eyebrow {
  color: #d9b77c;
}

.warranty-cta__panel h2,
.warranty-cta__panel p {
  color: #fff;
}

.warranty-cta__panel p {
  max-width: 60ch;
  color: rgb(255 255 255 / .76);
}

.warranty-cta__panel > a {
  border-color: rgb(255 255 255 / .38);
  background: #fff;
  color: var(--warranty-green);
}

.warranty-cta__panel > a img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(18%) saturate(1383%) hue-rotate(99deg) brightness(93%) contrast(94%);
}

.warranty-cta__panel > a:hover {
  background: #eaf2ee;
}

@media (max-width: 1024px) {
  .warranty-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr);
    gap: 36px;
  }

  .warranty-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .warranty-process__list li:nth-child(n + 3) {
    border-top: 1px solid var(--warranty-line);
  }

  .warranty-process__list li:nth-child(3)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .warranty-shell {
    width: min(calc(100% - 32px), 680px);
  }

  .warranty-hero {
    padding: 48px 0 60px;
  }

  .warranty-hero__grid,
  .warranty-coverage__grid,
  .warranty-quality__grid,
  .warranty-faq__list,
  .warranty-cta__panel {
    grid-template-columns: 1fr;
  }

  .warranty-hero__grid {
    gap: 32px;
  }

  .warranty-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.55rem, 10vw, 3.5rem);
  }

  .warranty-proof__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .warranty-proof__list li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--warranty-line);
  }

  .warranty-proof__list li:nth-child(4) {
    border-top: 1px solid var(--warranty-line);
  }

  .warranty-quality__list {
    grid-template-columns: 1fr;
  }

  .warranty-quality__list li,
  .warranty-quality__list li:nth-child(even) {
    border-left: 0;
    padding-inline: 0;
  }

  .warranty-quality__list li:nth-child(n + 2) {
    border-top: 1px solid var(--warranty-line);
  }

  .warranty-quality__list li:last-child {
    border-bottom: 1px solid var(--warranty-line);
  }

  .warranty-process__list {
    grid-template-columns: 1fr;
  }

  .warranty-process__list li,
  .warranty-process__list li:nth-child(n + 3) {
    min-height: 0;
    border-top: 0;
    border-bottom: 1px solid var(--warranty-line);
  }

  .warranty-process__list li:last-child {
    border-bottom: 0;
  }

  .warranty-process__list li + li::before {
    display: none;
  }

  .warranty-process__notice {
    align-items: flex-start;
  }

  .warranty-cta__panel {
    gap: 26px;
  }

  .warranty-cta__panel > a,
  .warranty-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .warranty-actions {
    display: grid;
  }

  .warranty-proof__list {
    grid-template-columns: 1fr;
  }

  .warranty-proof__list li,
  .warranty-proof__list li:nth-child(3),
  .warranty-proof__list li:nth-child(4) {
    border-top: 1px solid var(--warranty-line);
    border-left: 0;
  }

  .warranty-proof__list li:first-child {
    border-top: 0;
  }

  .warranty-quality__anchor,
  .warranty-cta__panel {
    padding: 30px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .warranty-page *,
  .warranty-page *::before,
  .warranty-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
