/* RRP SHARED + PRO PAGE */

.rrp-blueprint-page {
  background: var(--mint);
}

.rrp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(90, 157, 67, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--mint) 100%);
  padding: 2px 0 48px;
}

.rrp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.rrp-hero-logo {
  margin-bottom: 18px;
}

.rrp-hero-logo img {
  width: 185px;
  margin-top: 4px;
}

.rrp-logo-small {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.rrp-logo-small img {
  width: 150px;
}

.rrp-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--deep-navy);
  text-transform: uppercase;
}

.rrp-hero h1 span,
.rrp-section-head h2 span,
.rrp-buy-card h2 span,
.rrp-final h2 span,
.rrp-guarantee h2 span {
  color: var(--green);
}

.rrp-hero-sub {
  max-width: 700px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.3;
  font-weight: 800;
  color: var(--deep-navy);
  margin: 0 0 28px;
}

.rrp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.rrp-main-btn {
  min-width: 245px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 25px rgba(59, 127, 50, 0.25);
}

.rrp-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(16, 35, 58, 0.75);
  font-size: 0.92rem;
  font-weight: 800;
}

.rrp-mini-trust.centered {
  justify-content: center;
}

.rrp-hero-visual {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: -40px;
}

/* PRODUCT IMAGE */

.rrp-product-image-slot {
  width: min(100%, 470px);
  min-height: 430px;
  border: 2px dashed rgba(7, 31, 54, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 244, 236, 0.92));
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(3, 20, 36, 0.08);
}

.rrp-product-image-slot strong {
  display: block;
  color: var(--navy);
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.rrp-product-image-slot span {
  display: block;
  color: rgba(16, 35, 58, 0.62);
  font-weight: 800;
}

.rrp-product-image-wrap {
  width: min(100%, 500px);
  aspect-ratio: 2 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
}

.rrp-product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

/* FEATURE ROW */

.rrp-feature-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: -8px;
  transform: translateY(-16px);
}

.rrp-feature-row div {
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  border-radius: 18px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(3, 20, 36, 0.08);
}

.rrp-feature-row span,
.rrp-big-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: #fff;
  border: 2px solid rgba(7, 31, 54, 0.18);
  font-size: 1.75rem;
}

.rrp-feature-row strong {
  display: block;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 900;
}

.rrp-feature-row small {
  color: rgba(16, 35, 58, 0.68);
}

/* SECTIONS */

.rrp-section {
  padding: 84px 0;
}

.rrp-dark {
  background: var(--navy);
  color: #fff;
}

.rrp-light {
  background: #e7e4c7;
}

.rrp-soft {
  background: var(--mint);
}

.rrp-white {
  background: #fff;
}

.rrp-section-head {
  max-width: 820px;
  margin: 0 auto 32px;
}

.rrp-section-head.compact {
  margin-top: 58px;
}

.rrp-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.rrp-section-head p {
  font-size: 1.12rem;
  margin: 0 auto;
  max-width: 780px;
}

.rrp-dark .rrp-section-head p {
  color: rgba(255, 255, 255, 0.82);
}

.rrp-dark .eyebrow {
  color: var(--lime);
}

.rrp-dark .eyebrow.cream {
  color: #f0e7b4;
}

/* PROBLEM */

.rrp-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.rrp-problem-card {
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.rrp-problem-card.good {
  border-color: rgba(90, 157, 67, 0.48);
  background: rgba(59, 127, 50, 0.12);
}

.rrp-card-label {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}

.rrp-problem-card.good .rrp-card-label {
  background: linear-gradient(135deg, var(--green), var(--green-2));
}

.rrp-icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rrp-icon-row div {
  text-align: center;
}

.rrp-icon-row span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 2rem;
}

.rrp-icon-row strong {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.rrp-icon-row small {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.35;
}

.rrp-bold-line {
  text-align: center;
  margin: 38px auto 0;
  max-width: 880px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 1.15rem;
}

.rrp-bold-line.navy {
  color: var(--navy);
}

/* SOLUTION */

.rrp-solution-section {
  padding: 76px 0;
}

.rrp-cta-center {
  text-align: center;
}

.solution-cta {
  margin-top: 32px;
}

.rrp-three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
  text-align: center;
  border-top: 1px solid rgba(16, 35, 58, 0.1);
  border-bottom: 1px solid rgba(16, 35, 58, 0.1);
}

.rrp-three-grid article {
  padding: 36px 24px;
  border-right: 1px solid rgba(16, 35, 58, 0.1);
}

.rrp-three-grid article:last-child {
  border-right: 0;
}

.rrp-three-grid h3 {
  margin: 10px 0 8px;
  color: var(--navy);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.rrp-three-grid p {
  color: rgba(16, 35, 58, 0.7);
  margin: 0;
}

.rrp-note-center {
  text-align: center;
  max-width: 860px;
  margin: 24px auto 0;
  color: rgba(16, 35, 58, 0.88);
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 700;
}

/* WHAT YOU GET */

.rrp-included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1020px;
  margin: 0 auto;
}

.rrp-included-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #ffffff, rgba(238, 244, 236, 0.72));
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 14px 34px rgba(16, 35, 58, 0.07);
}

.rrp-included-item span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(59, 127, 50, 0.1);
  color: var(--green);
  border: 1px solid rgba(59, 127, 50, 0.18);
  font-size: 1.35rem;
}

.rrp-included-item strong {
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.2;
}

/* WHY IT MATTERS */

.rrp-copy-block {
  max-width: 900px;
  margin: 0 auto 42px;
  font-size: 1.12rem;
}

.rrp-copy-block strong {
  color: var(--green);
}

.rrp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 980px;
  margin: 0 auto;
}

.rrp-benefit-grid article {
  text-align: center;
  color: var(--navy);
  font-weight: 900;
}

.rrp-benefit-grid span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 3px solid var(--navy);
  margin: 0 auto 14px;
  font-size: 2rem;
  background: #fff;
}

/* HOW IT WORKS */

.rrp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: rgba(3, 20, 36, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}

.rrp-steps article {
  position: relative;
  text-align: center;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.rrp-steps article:last-child {
  border-right: 0;
}

.rrp-step-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: #fff;
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(143, 207, 95, 0.18);
}

.rrp-steps span {
  display: block;
  color: var(--lime);
  font-size: 2.3rem;
  margin-bottom: 14px;
}

.rrp-steps h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.rrp-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* WHO THIS IS FOR */

.rrp-narrow {
  max-width: 880px;
}

.rrp-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.rrp-check-list li {
  position: relative;
  padding-left: 34px;
  font-size: 1.08rem;
  font-weight: 800;
}

.rrp-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.rrp-check-list strong {
  color: var(--green);
}

.rrp-small-note {
  margin: 34px 0 0;
  font-size: 1.05rem;
  font-style: italic;
}

.rrp-small-note a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
}

/* CLARITY */

.rrp-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.rrp-compare article {
  padding: 30px;
  border-radius: 20px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
}

.rrp-compare h3 {
  margin: 0 0 20px;
  color: var(--navy);
  text-transform: uppercase;
}

.rrp-compare ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.rrp-compare li {
  position: relative;
  padding-left: 32px;
  font-weight: 800;
}

.rrp-compare li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.rrp-compare article:nth-child(2) li::before {
  content: "—";
  color: rgba(16, 35, 58, 0.48);
}

.rrp-upsell-line {
  text-align: center;
  margin: 32px 0 0;
  font-weight: 900;
  font-size: 1.15rem;
}

.rrp-upsell-line a {
  color: var(--green);
}

/* BUY */

.rrp-buy {
  background: var(--mint);
}

.rrp-buy-card {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  border-radius: 28px;
  background: #fff;
  padding: 46px 34px;
  box-shadow: 0 26px 70px rgba(3, 20, 36, 0.12);
  border: 1px solid rgba(16, 35, 58, 0.08);
}

.rrp-buy-card h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.rrp-price {
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 900;
  color: var(--green);
  letter-spacing: -0.06em;
}

.rrp-price-note {
  color: var(--green);
  font-weight: 900;
  margin-bottom: 18px;
}

.rrp-buy-card p {
  max-width: 450px;
  margin: 0 auto 26px;
  color: rgba(16, 35, 58, 0.78);
}

/* GUARANTEE + FINAL CTA */

.rrp-guarantee {
  background: var(--navy);
  color: #fff;
  text-align: center;
}

.rrp-guarantee-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid var(--green-2);
  color: var(--lime);
  font-size: 2rem;
}

.rrp-guarantee-icon.light {
  color: var(--green);
}

.rrp-guarantee h2,
.rrp-final h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}

.rrp-guarantee p,
.rrp-final p {
  max-width: 660px;
  margin: 0 auto;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.82);
}

.rrp-final {
  background: var(--olive);
  text-align: center;
}

.rrp-final h2 {
  color: var(--navy);
}

.rrp-final p {
  color: rgba(16, 35, 58, 0.78);
  margin-bottom: 26px;
}

/* FOOTER */

.rrp-footer {
  background: #fff;
  padding: 36px 0 28px;
  text-align: center;
  border-top: 1px solid rgba(16, 35, 58, 0.08);
}

.rrp-footer img {
  width: 155px;
  margin: 0 auto 18px;
}

.rrp-footer p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
  font-size: 0.95rem;
}

/* RRP RESPONSIVE */

@media (max-width: 1020px) {
  .rrp-hero-grid,
  .rrp-problem-grid,
  .rrp-compare {
    grid-template-columns: 1fr;
  }

  .rrp-hero-copy {
    text-align: center;
  }

  .rrp-hero-logo img {
    margin: 0 auto;
  }

  .rrp-hero-actions,
  .rrp-mini-trust {
    justify-content: center;
  }

  .rrp-benefit-grid,
  .rrp-three-grid,
  .rrp-steps {
    grid-template-columns: 1fr;
  }

  .rrp-three-grid article,
  .rrp-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 58, 0.14);
  }

  .rrp-steps article {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .rrp-three-grid article:last-child,
  .rrp-steps article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .rrp-hero {
    padding: 24px 0 48px;
  }

  .rrp-hero-visual {
    gap: 14px;
    margin-top: 0;
  }

  .rrp-section {
    padding: 58px 0;
  }

  .rrp-solution-section {
    padding: 58px 0;
  }

  .rrp-hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .rrp-hero-sub {
    font-size: 1.12rem;
  }

  .rrp-main-btn {
    width: 100%;
  }

  .rrp-hero-actions {
    flex-direction: column;
  }

  .rrp-product-image-slot {
    min-height: 330px;
  }

  .rrp-product-image-wrap {
    width: min(100%, 560px);
    aspect-ratio: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-shadow: none;
  }

  .rrp-feature-row {
    transform: translateY(-10px);
  }

  .rrp-feature-row,
  .rrp-icon-row,
  .rrp-included-grid {
    grid-template-columns: 1fr;
  }

  .rrp-section-head h2,
  .rrp-buy-card h2,
  .rrp-guarantee h2,
  .rrp-final h2 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .rrp-buy-card {
    padding: 36px 22px;
  }

  .rrp-price {
    font-size: 3.6rem;
  }
}

/* RRP PRO PAGE */

.rrp-pro-page {
  background: var(--mint);
}

.rrp-pro-hero {
  background:
    radial-gradient(circle at 50% 34%, rgba(90, 157, 67, 0.11), transparent 35%),
    linear-gradient(180deg, #f7fbf5 0%, var(--mint) 100%);
  padding: 34px 0 62px;
  text-align: center;
  overflow: hidden;
}

.rrp-pro-hero-inner {
  max-width: 1040px;
}

.rrp-pro-hero .rrp-hero-logo img {
  margin: 0 auto 24px;
  width: 155px;
}

.rrp-pro-hero h1 {
  max-width: 820px;
  margin: 0 auto 20px;
  color: var(--deep-navy);
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.rrp-pro-hero h1 span,
.rrp-pro-hero-sub span {
  color: var(--green);
}

.rrp-pro-hero-sub {
  max-width: 820px;
  margin: 0 auto 28px;
  color: var(--deep-navy);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.25;
  font-weight: 900;
}

.rrp-pro-hero-image {
  max-width: 760px;
  margin: 18px auto 30px;
}

.rrp-pro-hero-image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 42px rgba(3, 20, 36, 0.16));
}

.rrp-hero-actions.centered {
  justify-content: center;
}

.rrp-pro-big-btn {
  min-width: 310px;
  font-size: 1.08rem;
  padding: 18px 28px;
  border-radius: 999px;
}

/* PROBLEM */

.rrp-pro-problem-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1020px;
  margin: 0 auto;
}

.rrp-pro-mini-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
}

.rrp-pro-mini-card span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(143, 207, 95, 0.24);
  font-size: 2rem;
}

.rrp-pro-mini-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.12;
}

.rrp-pro-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

/* CLARITY */

.rrp-pro-clarity {
  padding-bottom: 0;
  overflow: hidden;
}

.rrp-pro-clarity-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 34px;
  align-items: center;
}

.rrp-pro-clarity h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.rrp-pro-clarity h2 span,
.rrp-pro-clarity strong {
  color: var(--green);
}

.rrp-pro-not-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 16px;
}

.rrp-pro-not-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 900;
  color: var(--deep-navy);
}

.rrp-pro-not-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--navy);
  font-size: 1.5rem;
  line-height: 1;
}

.rrp-pro-clarity p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--deep-navy);
}

.rrp-pro-proof-image {
  align-self: end;
}

.rrp-pro-proof-image img {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  filter: drop-shadow(0 22px 40px rgba(3, 20, 36, 0.14));
}

/* BUY / GUARANTEE */

.rrp-pro-buy-card .rrp-price {
  font-size: 4.7rem;
}

.light-guarantee {
  background: #fff;
  color: var(--navy);
}

.light-guarantee p {
  color: rgba(16, 35, 58, 0.76);
}

.light-guarantee .rrp-guarantee-icon {
  color: var(--green);
  background: var(--mint);
}

/* RESPONSIVE */

@media (max-width: 1020px) {
  .rrp-pro-problem-row,
  .rrp-pro-clarity-grid {
    grid-template-columns: 1fr;
  }

  .rrp-pro-clarity {
    padding-bottom: 58px;
  }

  .rrp-pro-proof-image img {
    margin: 0 auto;
  }
}

.rrp-pro-proof-grid {
  max-width: 900px;
  margin: 40px auto 0;
}

.rrp-pro-proof-grid img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

@media (max-width: 720px) {
  .rrp-pro-hero {
    padding: 28px 0 52px;
  }

  .rrp-pro-hero h1 {
    font-size: clamp(2.05rem, 10vw, 3.25rem);
  }

  .rrp-pro-hero-sub {
    font-size: 1.08rem;
  }

  .rrp-pro-big-btn {
    min-width: 0;
    width: 100%;
  }

  .rrp-pro-mini-card {
    padding: 24px 18px;
  }

  .rrp-pro-clarity h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .rrp-pro-buy-card .rrp-price {
    font-size: 3.8rem;
  }
}


/* =========================================
   ABOUT PAGE — CLEAN REBUILD
========================================= */

.about-page {
  background: var(--mint);
  color: var(--navy);
}

.about-page p {
  line-height: 1.55;
}

.about-section {
  padding: 88px 0;
}

.about-white {
  background: #fff;
}

.about-mint {
  background: var(--mint);
}

.about-dark {
  background: var(--navy);
  color: #fff;
}

.about-olive {
  background: var(--olive);
}

.about-navy-soft {
  background:
    radial-gradient(circle at 78% 20%, rgba(90, 157, 67, 0.2), transparent 34%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
}

/* SHARED HEADERS */

.about-section-head {
  margin-bottom: 42px;
}

.about-section-head.centered {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-section-head.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: end;
}

.about-section-head h2,
.about-why-grid h2,
.about-belief-grid h2,
.about-contact-grid h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.about-section-head p,
.about-why-grid p,
.about-belief-grid p,
.about-contact-grid p {
  margin: 0;
  color: rgba(16, 35, 58, 0.75);
  font-size: 1.08rem;
}

.about-section-head p + p,
.about-belief-grid p + p {
  margin-top: 14px;
}

.about-dark .about-section-head h2,
.about-navy-soft .about-section-head h2,
.about-section-head.light h2 {
  color: #fff;
}

.about-dark .about-section-head p,
.about-navy-soft .about-section-head p,
.about-section-head.light p {
  color: rgba(255, 255, 255, 0.76);
}

/* HERO */

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(90, 157, 67, 0.24), transparent 34%),
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.2;
  pointer-events: none;
}

.about-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 58px;
  align-items: center;
}

.about-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.about-hero-copy h1 span {
  color: var(--lime);
}

.about-hero-sub {
  max-width: 680px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.28;
  font-weight: 900;
}

.about-hero-copy p:not(.about-hero-sub) {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-hero-card {
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.about-hero-card-kicker {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.about-hero-card h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(1.75rem, 2.7vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.about-hero-image {
  height: 330px;
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-card p {
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
}

/* MISSION */

.about-mission {
  background:
    linear-gradient(180deg, #fff 0%, var(--mint) 100%);
}

.about-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-mission-grid article {
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 18px 42px rgba(13, 39, 63, 0.08);
}

.about-mission-grid span,
.about-help-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(59, 127, 50, 0.1);
  color: var(--green);
  font-weight: 900;
}

.about-mission-grid h3,
.about-help-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.about-mission-grid p,
.about-help-grid p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
}

/* WHY */

.about-why-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.about-why-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.about-why-list div {
  padding: 24px;
  border-radius: 22px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
}

.about-why-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.about-why-list p {
  font-size: 1rem;
}

/* TEAM */

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.about-team-card {
  grid-column: span 2;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.13);
}

.about-team-card.featured {
  background: rgba(240, 231, 180, 0.11);
  border-color: rgba(240, 231, 180, 0.22);
}

.about-team-card img {
  width: 100%;
  height: 230px;
  display: block;
  margin-bottom: 22px;
  border-radius: 20px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.about-team-label {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.about-team-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.about-team-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

/* HELP */

.about-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-help-grid article {
  padding: 28px;
  border-radius: 24px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
}

/* LIFE */

.about-life-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(16, 35, 58, 0.09);
  background: #fff;
}

.about-life-grid article {
  padding: 30px 26px;
  background: #fff;
  border-right: 1px solid rgba(16, 35, 58, 0.09);
}

.about-life-grid article:last-child {
  border-right: 0;
}

.about-life-grid span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  font-size: 1.65rem;
  font-weight: 900;
}

.about-life-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.3rem;
}

.about-life-grid p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
}

/* BELIEFS */

.about-belief-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.about-belief-card {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 24px 54px rgba(3, 20, 36, 0.1);
}

.about-belief-card h3 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 1.75rem;
  letter-spacing: -0.035em;
}

.about-belief-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-belief-card li {
  position: relative;
  padding-left: 30px;
  color: rgba(16, 35, 58, 0.82);
  font-weight: 800;
}

.about-belief-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

/* SERVE */

.about-serve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-serve-grid article {
  padding: 30px;
  border-radius: 24px;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.about-serve-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.about-serve-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

/* CONTACT */

.about-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: start;
}

.about-email-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-size: 1.18rem;
  font-weight: 900;
  text-decoration: none;
}

.about-email-link:hover {
  text-decoration: underline;
}

.about-contact-form {
  padding: 30px;
  border-radius: 28px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 20px 48px rgba(13, 39, 63, 0.08);
}

.about-contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--navy);
  font-weight: 900;
}

.about-contact-form input,
.about-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 35, 58, 0.16);
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--navy);
  background: #fff;
  font: inherit;
}

.about-contact-form textarea {
  resize: vertical;
}

.about-contact-form button {
  margin-top: 4px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .about-mission-grid,
  .about-help-grid,
  .about-serve-grid {
    grid-template-columns: 1fr;
  }

  .about-why-grid,
  .about-belief-grid,
  .about-contact-grid,
  .about-section-head.split,
  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-team-card,
  .about-team-card.featured {
    grid-column: span 3;
  }

  .about-hero-card {
    max-width: 720px;
  }
}

@media (max-width: 780px) {
  .about-section {
    padding: 64px 0;
  }

  .about-hero {
    padding: 58px 0;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .about-hero-actions {
    flex-direction: column;
  }

  .about-hero-actions .btn {
    width: 100%;
  }

  .about-hero-card,
  .about-contact-form,
  .about-belief-card {
    padding: 22px;
  }

  .about-hero-image {
    height: 260px;
  }

  .about-why-list,
  .about-team-grid,
  .about-life-grid {
    grid-template-columns: 1fr;
  }

  .about-team-card,
  .about-team-card.featured {
    grid-column: span 1;
  }

  .about-life-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 58, 0.09);
  }

  .about-life-grid article:last-child {
    border-bottom: 0;
  }
}


/* SHOP PAGE */

.shop-page {
  background: var(--mint);
}

/* SHOP HERO */

.shop-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(90, 157, 67, 0.2), transparent 34%),
    radial-gradient(circle at 14% 12%, rgba(77, 140, 216, 0.12), transparent 34%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
  padding: 64px 0 62px;
}

.shop-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.24;
  pointer-events: none;
}

.shop-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.shop-hero-copy h1 {
  max-width: 690px;
  margin: 0 0 22px;
  font-size: clamp(2.85rem, 4.6vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.shop-hero-copy h1 span {
  display: block;
  color: #fff;
}

.shop-hero-copy h1 strong {
  display: block;
  color: var(--lime);
  font-weight: 900;
}

.shop-hero-sub {
  max-width: 700px;
  margin: 0 0 18px;
  color: #f0e7b4;
  font-size: clamp(1.2rem, 1.9vw, 1.52rem);
  line-height: 1.26;
  font-weight: 900;
}

.shop-hero-copy p:not(.shop-hero-sub) {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

/* HERO PANEL */

.shop-hero-panel {
  border-radius: 30px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.shop-panel-header {
  margin-bottom: 22px;
}

.shop-panel-header span {
  display: inline-flex;
  padding: 8px 13px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(143, 207, 95, 0.12);
  border: 1px solid rgba(143, 207, 95, 0.22);
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shop-panel-header strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.shop-hero-list {
  display: grid;
  gap: 12px;
}

.shop-hero-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(3, 20, 36, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.13);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.shop-hero-item:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 207, 95, 0.42);
  background: rgba(5, 31, 54, 0.56);
}

.shop-hero-item > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(143, 207, 95, 0.12);
  border: 1px solid rgba(143, 207, 95, 0.25);
  color: var(--lime);
  font-size: 1.5rem;
}

.shop-hero-item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.08rem;
}

.shop-hero-item small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.28;
}

/* CATEGORY STRIP */

.shop-category-strip {
  background: #fff;
  border-bottom: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 10px 26px rgba(3, 20, 36, 0.06);
}

.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.shop-category-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 76px;
  padding: 16px;
  color: var(--navy);
  font-weight: 900;
  border-right: 1px solid rgba(16, 35, 58, 0.08);
}

.shop-category-grid a:last-child {
  border-right: 0;
}

.shop-category-grid a:hover {
  color: var(--green);
  background: var(--mint);
}

.shop-category-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(59, 127, 50, 0.1);
  color: var(--green);
}

/* SHOP SECTIONS */

.shop-section {
  padding: 84px 0;
}

.shop-featured {
  background: var(--mint);
}

.shop-products {
  background: #fff;
}

.shop-products-head {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 48px;
}

.shop-products-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.shop-products-head p {
  max-width: 680px;
  margin: 0;
  color: rgba(16, 35, 58, 0.78);
  font-size: 1.1rem;
}

/* FEATURED CARDS */

.shop-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.shop-featured-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 20px 46px rgba(13, 39, 63, 0.08);
}

.shop-featured-card.primary {
  background:
    radial-gradient(circle at 80% 18%, rgba(143, 207, 95, 0.2), transparent 30%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.shop-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.shop-product-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(59, 127, 50, 0.1);
  color: var(--green);
  border: 1px solid rgba(59, 127, 50, 0.14);
  font-size: 1.7rem;
  font-weight: 900;
}

.shop-featured-card.primary .shop-product-icon {
  background: rgba(143, 207, 95, 0.12);
  color: var(--lime);
  border-color: rgba(143, 207, 95, 0.28);
}

.shop-product-label,
.shop-card-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shop-featured-card.primary .shop-product-label {
  background: rgba(143, 207, 95, 0.12);
  color: var(--lime);
}

.shop-featured-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.shop-featured-card.primary h3 {
  color: #fff;
}

.shop-featured-card p {
  margin: 0 0 24px;
  color: rgba(16, 35, 58, 0.76);
  font-size: 1.04rem;
}

.shop-featured-card.primary p {
  color: rgba(255, 255, 255, 0.78);
}

.shop-mini-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 10px;
}

.shop-mini-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(16, 35, 58, 0.82);
  font-weight: 800;
}

.shop-mini-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.shop-featured-card.primary .shop-mini-list li {
  color: rgba(255, 255, 255, 0.84);
}

.shop-featured-card.primary .shop-mini-list li::before {
  color: var(--lime);
}

.shop-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 35, 58, 0.08);
}

.shop-featured-card.primary .shop-card-bottom {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.shop-price {
  display: block;
  color: var(--green);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.shop-featured-card.primary .shop-price {
  color: var(--lime);
}

.shop-card-bottom small {
  display: block;
  color: rgba(16, 35, 58, 0.62);
  font-weight: 800;
}

.shop-featured-card.primary .shop-card-bottom small {
  color: rgba(255, 255, 255, 0.64);
}

/* PRODUCT GROUPS */

.shop-product-group {
  padding: 44px 0 52px;
  border-top: 1px solid rgba(16, 35, 58, 0.08);
}

.shop-product-group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.shop-group-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.shop-group-head > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 17px;
  background: var(--navy);
  color: var(--lime);
  font-size: 1.7rem;
}

.shop-group-head h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.shop-group-head p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.shop-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.shop-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 16px 34px rgba(13, 39, 63, 0.07);
}

.shop-card.featured {
  border-color: rgba(59, 127, 50, 0.24);
  box-shadow: 0 20px 44px rgba(59, 127, 50, 0.12);
}

.shop-card-wide {
  grid-column: span 2;
}

.shop-card .shop-product-icon {
  margin: 18px 0 20px;
}

.shop-card h4 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.shop-card p {
  margin: 0 0 24px;
  color: rgba(16, 35, 58, 0.72);
}

.shop-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 35, 58, 0.08);
}

.shop-card-footer strong {
  display: block;
  color: var(--green);
  font-size: 1.45rem;
  line-height: 1;
}

.shop-card-footer small {
  display: block;
  margin-top: 4px;
  color: rgba(16, 35, 58, 0.58);
  font-weight: 800;
}

.shop-link {
  color: var(--navy);
  font-weight: 900;
  white-space: nowrap;
}

.shop-link:hover {
  color: var(--green);
}

/* GUIDANCE */

.shop-guidance {
  background: var(--olive);
}

.shop-guidance-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.shop-guidance h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.shop-guidance p {
  margin: 0;
  max-width: 660px;
  color: rgba(16, 35, 58, 0.78);
  font-size: 1.08rem;
}

.shop-guidance-options {
  display: grid;
  gap: 12px;
}

.shop-guidance-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 14px 30px rgba(3, 20, 36, 0.08);
}

.shop-guidance-options strong {
  color: var(--navy);
  font-size: 1.08rem;
}

.shop-guidance-options span {
  color: var(--green);
  font-weight: 900;
  white-space: nowrap;
}

/* SHOP RESPONSIVE */

@media (max-width: 1020px) {
  .shop-hero-grid,
  .shop-products-head,
  .shop-guidance-box {
    grid-template-columns: 1fr;
  }

  .shop-featured-grid,
  .shop-grid,
  .shop-grid-two {
    grid-template-columns: 1fr;
  }

  .shop-card-wide {
    grid-column: span 1;
  }

  .shop-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-category-grid a:nth-child(2) {
    border-right: 0;
  }

  .shop-category-grid a:nth-child(1),
  .shop-category-grid a:nth-child(2) {
    border-bottom: 1px solid rgba(16, 35, 58, 0.08);
  }

  .shop-hero-panel {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .shop-hero {
    padding: 50px 0 50px;
  }

  .shop-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.45rem);
  }

  .shop-hero-sub {
    font-size: 1.12rem;
  }

  .shop-hero-actions {
    flex-direction: column;
  }

  .shop-hero-actions .btn {
    width: 100%;
  }

  .shop-hero-panel {
    padding: 20px;
  }

  .shop-panel-header strong {
    font-size: 1.5rem;
  }

  .shop-hero-item {
    grid-template-columns: 46px 1fr;
    padding: 14px;
  }

  .shop-hero-item > span {
    width: 42px;
    height: 42px;
  }

  .shop-category-grid {
    grid-template-columns: 1fr;
  }

  .shop-category-grid a {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 58, 0.08);
  }

  .shop-category-grid a:last-child {
    border-bottom: 0;
  }

  .shop-section {
    padding: 62px 0;
  }

  .shop-featured-card,
  .shop-card {
    padding: 24px;
    min-height: unset;
  }

  .shop-card-bottom,
  .shop-card-footer,
  .shop-guidance-options a {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-card-bottom .btn {
    width: 100%;
  }

  .shop-group-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
