/* Rays Renewal Solar Energy — global design system */
:root {
  --primary: #18a558;
  --primary-strong: #0b5135;
  --primary-dark: #073b2a;
  --primary-deep: #071a14;
  --energy: #18a558;
  --accent: #ffc928;
  --accent-soft: #fff4ca;
  --sky: #dff5ff;
  --mint: #ecf8f0;
  --warm-white: #fafbf8;
  --surface: #f5f8f4;
  --surface-strong: #e6f3ea;
  --white: #ffffff;
  --text-dark: #17241f;
  --text-muted: #617168;
  --border: #dfe8e1;
  --shadow-sm: 0 14px 38px rgba(7, 59, 42, 0.08);
  --shadow-md: 0 26px 70px rgba(7, 42, 31, 0.16);
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 20px;
  --container: 1240px;
  --section-space: clamp(5rem, 8vw, 7.5rem);
  --transition: 240ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

/* ========================================================================== */
/* RAYS ATELIER — premium editorial redesign                                  */
/* ========================================================================== */
:root {
  --atelier-ink: #061d18;
  --atelier-ink-soft: #0b2a23;
  --atelier-forest: #0a4a3a;
  --atelier-green: #146c52;
  --atelier-sun: #f6c51d;
  --atelier-sun-soft: #ffe176;
  --atelier-cream: #f3f0e7;
  --atelier-paper: #fbfaf6;
  --atelier-mint: #d8e9df;
  --atelier-line: rgba(6, 29, 24, 0.14);
  --atelier-white-line: rgba(255, 255, 255, 0.16);
  --atelier-radius: 28px;
  --atelier-shadow: 0 30px 90px rgba(4, 31, 25, 0.13);
}

html {
  scroll-padding-top: 110px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--atelier-ink);
  background: var(--atelier-paper);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-copy,
.btn {
  font-family: "Manrope", sans-serif;
}

.site-container {
  width: min(1380px, calc(100% - 64px));
}

.atelier-home {
  overflow-x: clip;
}

.atelier-home .section-space {
  padding: 130px 0;
}

.atelier-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--atelier-green);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.atelier-kicker::before {
  width: 28px;
  height: 2px;
   
  content: "";
}

.atelier-kicker-light {
  color: rgba(255, 255, 255, 0.72);
}

.atelier-header .topbar {
  height: 36px;
  background: #041712;
  border: 0;
}

.atelier-header .topbar-inner {
  min-height: 36px;
}

/* ===== OUR SERVICES SECTION - START ===== */
.rays-services-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 0 62px;
  color: #071b33;
  background:
    radial-gradient(circle at 53% 27%, rgba(255, 255, 255, 0.96) 0 24%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #fbfdfc 0%, #ffffff 68%, #f5faef 100%);
}

.rays-services-section::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: min(58vw, 900px);
  height: 58%;
  background:
    linear-gradient(90deg, #fbfdfc 0%, rgba(251, 253, 252, 0.96) 16%, rgba(251, 253, 252, 0.48) 58%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), #ffffff 96%),
    url('../images/hero-carousel-future.webp') center / cover no-repeat;
  opacity: 0.5;
  content: "";
  pointer-events: none;
}

.rays-services-section::after {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -105px;
  left: -8%;
  height: 240px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background:
    radial-gradient(ellipse at 20% 45%, rgba(123, 190, 75, 0.17), transparent 52%),
    radial-gradient(ellipse at 76% 60%, rgba(123, 190, 75, 0.12), transparent 48%),
    rgba(233, 246, 224, 0.48);
  content: "";
  pointer-events: none;
}

.rays-services-container {
  position: relative;
  z-index: 1;
  max-width: 1235px;
}

.rays-services-dots {
  position: absolute;
  z-index: 0;
  width: 104px;
  height: 154px;
  opacity: 0.48;
  background-image: radial-gradient(rgba(42, 135, 73, 0.23) 3px, transparent 3.5px);
  background-size: 21px 21px;
  pointer-events: none;
}

.rays-services-dots--left {
  top: 38px;
  left: 0;
}

.rays-services-dots--right {
  right: 0;
  bottom: 94px;
}

.rays-services-leaf {
  position: absolute;
  z-index: 0;
  color: #70ac35;
  opacity: 0.38;
  filter: blur(1px);
  pointer-events: none;
}

.rays-services-leaf--one {
  top: 25%;
  left: 3.5%;
  font-size: 2.5rem;
  transform: rotate(-35deg);
}

.rays-services-leaf--two {
  top: 8%;
  right: 31%;
  font-size: 1.5rem;
  transform: rotate(32deg);
}

.rays-services-header {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

.rays-services-solar-mark {
  position: relative;
  width: 68px;
  height: 62px;
  margin: 0 auto 8px;
}

.rays-services-solar-mark > .bi-sun-fill {
  position: absolute;
  top: -6px;
  left: 50%;
  color: #f7b500;
  font-size: 2.35rem;
  line-height: 1;
  transform: translateX(-50%);
}

.rays-services-solar-mark span {
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  height: 31px;
  overflow: hidden;
  color: #4d981c;
  font-size: 3.45rem;
  line-height: 0.47;
  transform: perspective(80px) rotateX(20deg);
}

.rays-services-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  margin-bottom: 14px;
  color: #21721e;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rays-services-eyebrow span {
  display: block;
  width: 66px;
  height: 3px;
  border-radius: 999px;
  background: #f7b500;
}

.rays-services-title {
  margin: 0 0 12px;
  color: #091a38;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.45rem, 4.2vw, 3.45rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.rays-services-title span {
  color: #2e8424;
}

.rays-services-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #18253f;
  font-size: 17px;
  line-height: 1.65;
}

.rays-services-heading-line {
  width: 120px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #f7b500;
}

.rays-services-heading-line span {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: #2b8126;
}

.rays-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 26px;
}

.rays-service-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 258px;
  padding: 20px 28px 22px;
  border: 1px solid rgba(7, 27, 51, 0.05);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 10px 26px rgba(7, 27, 51, 0.1);
  text-align: center;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.rays-service-card:hover {
  border-color: rgba(59, 143, 32, 0.2);
  box-shadow: 0 18px 40px rgba(7, 27, 51, 0.14);
  transform: translateY(-6px);
}

.rays-service-icon {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  margin-bottom: 7px;
  place-items: center;
  border-radius: 50%;
  color: #25751f;
  background: linear-gradient(145deg, #eff8ed, #e7f2e5);
  font-size: 2.85rem;
  line-height: 1;
}

.rays-service-icon .bi-gear-fill {
  position: absolute;
  right: 17px;
  bottom: 17px;
  padding: 2px;
  border-radius: 50%;
  background: #edf6e9;
  font-size: 1.15rem;
}

.rays-service-card h3 {
  margin: 0;
  color: #21721e;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
}

.rays-service-divider {
  width: 49px;
  height: 2.5px;
  margin: 12px auto 13px;
  border-radius: 999px;
  background: #f7b500;
}

.rays-service-card p {
  max-width: 320px;
  margin: 0;
  color: #18253f;
  font-size: 15px;
  line-height: 1.55;
}

.rays-service-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  color: #21721e;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color 200ms ease, gap 200ms ease;
}

.rays-service-read-more:hover,
.rays-service-read-more:focus-visible {
  gap: 11px;
  color: #f0a900;
}

.rays-service-read-more:focus-visible {
  outline: 2px solid #f7b500;
  outline-offset: 4px;
  border-radius: 4px;
}

.rays-services-commitment {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  min-height: 92px;
  max-width: 1080px;
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(59, 143, 32, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(250, 255, 246, 0.98) 0%, rgba(250, 255, 246, 0.98) 67%, rgba(250, 255, 246, 0.2) 100%),
    url('../images/hero-carousel-commercial.webp') right 44% / 38% auto no-repeat;
  box-shadow: 0 8px 22px rgba(7, 27, 51, 0.1);
}

.rays-services-commitment::after {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 128px;
  width: 1px;
  background: rgba(44, 119, 37, 0.26);
  content: "";
}

.rays-services-commitment-icon {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  place-items: center;
  color: #438e26;
  font-size: 3.25rem;
}

.rays-services-commitment-icon .bi-leaf-fill {
  position: absolute;
  right: 2px;
  bottom: 6px;
  color: #67a72f;
  font-size: 2.1rem;
  transform: rotate(-17deg);
}

.rays-services-commitment p {
  max-width: 770px;
  margin: 0;
  padding: 18px 40px 18px 38px;
  color: #17233a;
  font-size: 16px;
  line-height: 1.48;
  text-align: center;
}

.rays-services-commitment strong {
  margin-right: 6px;
  color: #21721e;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .rays-services-section {
    padding: 72px 0 54px;
  }

  .rays-services-section::before {
    width: 76vw;
    opacity: 0.32;
  }

  .rays-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .rays-service-card {
    min-height: 252px;
  }

  .rays-services-commitment {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .rays-services-commitment::after {
    left: 108px;
  }
}

@media (max-width: 767.98px) {
  .rays-services-section {
    padding: 60px 0 46px;
  }

  .rays-services-section::after {
    right: 0;
    left: 0;
  }

  .rays-services-header {
    margin-bottom: 30px;
  }

  .rays-services-eyebrow {
    gap: 16px;
    font-size: 13px;
  }

  .rays-services-eyebrow span {
    width: 38px;
    height: 2px;
  }

  .rays-services-title {
    font-size: clamp(2rem, 10.2vw, 3rem);
  }

  .rays-services-subtitle {
    padding: 0 6px;
    font-size: 15px;
  }

  .rays-services-grid {
    grid-template-columns: 1fr;
  }

  .rays-service-card {
    min-height: 0;
    padding: 21px 20px 24px;
  }

  .rays-services-commitment {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 18px 18px 22px;
    background:
      linear-gradient(rgba(250, 255, 246, 0.94), rgba(250, 255, 246, 0.94)),
      url('../images/hero-carousel-commercial.webp') center / cover no-repeat;
  }

  .rays-services-commitment::after {
    top: 92px;
    right: 36px;
    bottom: auto;
    left: 36px;
    width: auto;
    height: 1px;
  }

  .rays-services-commitment-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 17px;
    font-size: 2.8rem;
  }

  .rays-services-commitment-icon .bi-leaf-fill {
    right: 1px;
    bottom: 5px;
    font-size: 1.8rem;
  }

  .rays-services-commitment p {
    padding: 0;
    font-size: 14.5px;
  }

  .rays-services-commitment strong {
    display: block;
    margin: 0 0 5px;
    font-size: 17px;
  }

  .rays-services-dots--left {
    top: 30px;
    left: 0;
  }

  .rays-services-dots--right {
    right: 0;
  }
}
/* ===== OUR SERVICES SECTION - END ===== */

/* ===== OUR TEAM SECTION - START ===== */
.rays-team-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 100px 0 90px;
  background: #FBFCF9;
}

.rays-team-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 580px;
  height: 580px;
  z-index: -1;
  background: 
    linear-gradient(135deg, rgba(59,143,32,0.05), transparent 60%),
    url('https://images.unsplash.com/photo-1509391366360-2e959784a276?w=800&q=80') center/cover no-repeat;
  opacity: 0.06;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 40%);
  transform: rotate(-2deg);
  pointer-events: none;
}

.rays-team-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 900px;
  height: 420px;
  transform: translateX(-50%);
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(139,195,74,0.18) 0%, rgba(139,195,74,0.06) 40%, transparent 70%);
  pointer-events: none;
}

.rays-team-decoration--dots-left {
  position: absolute;
  left: 28px;
  bottom: 60px;
  width: 84px;
  height: 84px;
  opacity: 0.32;
  background-image: radial-gradient(#8BC34A 2px, transparent 2.5px);
  background-size: 14px 14px;
  pointer-events: none;
}

/* Header */
.rays-team-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 54px;
}

.rays-team-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #3B8F20;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.rays-team-eyebrow span {
  display: block;
  width: 36px;
  height: 1.5px;
  background: linear-gradient(90deg, #3B8F20, #F7B500);
  border-radius: 2px;
}
.rays-team-eyebrow span:last-child {
  background: linear-gradient(90deg, #F7B500, #3B8F20);
}

.rays-team-title {
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #071B33;
  margin: 0 0 18px;
}
.rays-team-title span {
  color: #3B8F20;
}

.rays-team-subtitle {
  font-size: 18px;
  line-height: 1.65;
  color: #5E6877;
  max-width: 700px;
  margin: 0 auto;
}

/* Card */
.rays-team-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(7,27,51,0.06);
  box-shadow: 0 8px 30px rgba(7,27,51,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.rays-team-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3B8F20 0%, #8BC34A 50%, #F7B500 100%);
  z-index: 3;
}

.rays-team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(7,27,51,0.11);
}
.rays-team-card:hover .rays-team-image {
  transform: scale(1.03);
}

.rays-team-image-wrap {
  position: relative;
  width: 100%;
  height: 368px;
  overflow: visible;
  background: #F3F8EF;
}
.rays-team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.rays-team-member-icon {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3B8F20;
  border: 3px solid #FFFFFF;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(59,143,32,0.28);
  z-index: 2;
}

.rays-team-info {
  position: relative;
  padding: 38px 28px 24px;
  text-align: center;
  background: #fff;
}

.rays-team-name {
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #071B33;
  margin: 0;
  line-height: 1.2;
}

.rays-team-divider {
  width: 46px;
  height: 2.5px;
  background: #F7B500;
  border-radius: 2px;
  margin: 12px auto;
}

.rays-team-role {
  font-size: 15px;
  font-weight: 600;
  color: #3B8F20;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.rays-team-bio {
  font-size: 14.5px;
  line-height: 1.65;
  color: #596273;
  max-width: 280px;
  margin: 0 auto 20px;
  min-height: 48px;
}

.rays-team-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.rays-team-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3B8F20;
  background: #fff;
  color: #3B8F20;
  display: grid;
  place-items: center;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.rays-team-social-link:hover {
  background: #3B8F20;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(59,143,32,0.28);
}

/* Responsive */
@media (max-width: 991.98px) {
  .rays-team-title { font-size: 42px; }
  .rays-team-image-wrap { height: 340px; }
}
@media (max-width: 767.98px) {
  .rays-team-section { padding: 68px 0 60px; }
  .rays-team-title { font-size: 34px; }
  .rays-team-subtitle { font-size: 16px; padding: 0 12px; }
  .rays-team-header { margin-bottom: 36px; }
  .rays-team-image-wrap { height: 320px; }
  .rays-team-section::before { opacity: 0.04; width: 380px; height: 380px; }
}
@media (max-width: 575.98px) {
  .rays-team-image-wrap { height: 300px; }
  .rays-team-info { padding: 36px 20px 22px; }
}
/* ===== OUR TEAM SECTION - END ===== */

/* ===== TESTIMONIALS CAROUSEL - START ===== */
.rays-testimonials-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 98px;
  color: #071b33;
  background:
    radial-gradient(circle at 51% 21%, rgba(255, 255, 255, 0.98) 0 24%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fbfdfc 0%, #ffffff 70%, #f1fae9 100%);
}

.rays-testimonials-section::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: min(64vw, 980px);
  height: 58%;
  background:
    linear-gradient(90deg, #fbfdfc 0%, rgba(251, 253, 252, 0.9) 23%, rgba(255, 255, 255, 0.22) 72%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), #ffffff 98%),
    url('../images/header-img2.jpg') center / cover no-repeat;
  opacity: 0.62;
  content: "";
  pointer-events: none;
}

.rays-testimonials-section::after {
  position: absolute;
  z-index: -1;
  right: -4%;
  bottom: -112px;
  left: -4%;
  height: 220px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background:
    radial-gradient(ellipse at 21% 56%, rgba(116, 190, 76, 0.24), transparent 47%),
    radial-gradient(ellipse at 69% 60%, rgba(116, 190, 76, 0.17), transparent 50%),
    rgba(220, 244, 205, 0.62);
  content: "";
  pointer-events: none;
}

.rays-testimonials-landscape {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: min(34vw, 520px);
  height: 132px;
  opacity: 0.58;
  background: url('../images/header-img2.jpg') right bottom / cover no-repeat;
  clip-path: polygon(19% 34%, 100% 0, 100% 100%, 0 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 33%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 33%, #000 100%);
  pointer-events: none;
}

.rays-testimonials-container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
}

.rays-testimonials-header {
  max-width: 930px;
  margin: 0 auto 24px;
  text-align: center;
}

.rays-testimonials-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 14px;
  color: #2d8424;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.rays-testimonials-eyebrow span {
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: #2d8424;
}

.rays-testimonials-title {
  margin: 0 0 15px;
  color: #091a38;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.7rem, 4.8vw, 4.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rays-testimonials-title span {
  color: #2c8a21;
}

.rays-testimonials-header > p {
  max-width: 650px;
  margin: 0 auto;
  color: #303541;
  font-size: 18px;
  line-height: 1.5;
}

.rays-testimonials-heading-line {
  display: block;
  width: 78px;
  height: 7px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: #2c8a21;
}

.rays-testimonials-viewport {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow: hidden;
  padding: 28px 0 34px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.rays-testimonials-viewport::-webkit-scrollbar {
  display: none;
}

.rays-testimonial-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 372px;
  flex: 0 0 calc((100% - 48px) / 3);
  flex-direction: column;
  overflow: hidden;
  padding: 25px 25px 22px;
  border: 1px solid rgba(7, 27, 51, 0.07);
  border-radius: 26px;
  opacity: 0.47;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(7, 27, 51, 0.09);
  filter: blur(2.4px) saturate(0.75);
  transform: scale(0.91);
  transform-origin: center;
  transition: filter 650ms ease, opacity 650ms ease, transform 650ms ease, box-shadow 650ms ease;
  will-change: filter, opacity, transform;
}

.rays-testimonial-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #2b8e22 0%, #62b14a 50%, #f7b500 100%);
  content: "";
}

.rays-testimonial-card.is-active {
  z-index: 2;
  opacity: 1;
  box-shadow: 0 22px 52px rgba(7, 27, 51, 0.15);
  filter: none;
  transform: scale(1);
}

.rays-testimonial-card-head {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-bottom: 19px;
}

.rays-testimonial-avatar {
  display: block;
  width: 68px;
  height: 68px;
  border: 2px solid #419a2a;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.64);
}

.rays-testimonial-person h3 {
  margin: 0 0 3px;
  color: #091a38;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.rays-testimonial-person p {
  margin: 0;
  color: #4c515b;
  font-size: 13px;
  line-height: 1.35;
}

.rays-testimonial-rating {
  align-self: center;
  color: #f7b000;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.rays-testimonial-card blockquote {
  position: relative;
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0 8px 18px 30px;
  color: #202531;
}

.rays-testimonial-card blockquote p {
  margin: 0;
  font-size: 15.5px;
  font-style: italic;
  line-height: 1.62;
}

.rays-testimonial-open-quote,
.rays-testimonial-close-quote {
  position: absolute;
  color: #2f9225;
  font-family: Georgia, serif;
  font-weight: 700;
  line-height: 1;
}

.rays-testimonial-open-quote {
  top: -7px;
  left: 0;
  font-size: 3.3rem;
}

.rays-testimonial-close-quote {
  right: 0;
  bottom: -7px;
  color: rgba(85, 164, 62, 0.3);
  font-size: 4.8rem;
}

.rays-testimonial-service {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 49px;
  padding-top: 14px;
  border-top: 2px solid #65ae4b;
  color: #17241f;
}

.rays-testimonial-service i {
  color: #329327;
  font-size: 1.85rem;
}

.rays-testimonial-service strong {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.rays-testimonials-controls {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 1px;
}

.rays-testimonials-dots {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rays-testimonial-arrow {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(20, 105, 35, 0.24);
  border-radius: 50%;
  color: #1f7f27;
  background: #fff;
  box-shadow: 0 5px 14px rgba(7, 27, 51, 0.1);
  font-size: 1.05rem;
  transition: color 250ms ease, background 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.rays-testimonial-arrow:hover,
.rays-testimonial-arrow:focus-visible {
  outline: none;
  color: #fff;
  background: #2f9225;
  box-shadow: 0 8px 18px rgba(47, 146, 37, 0.25);
  transform: translateY(-2px);
}

.rays-testimonials-dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ced2cf;
  transition: background 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}

.rays-testimonials-dots button:hover,
.rays-testimonials-dots button:focus-visible {
  background: #81a774;
  outline: none;
  box-shadow: 0 0 0 4px rgba(47, 146, 37, 0.15);
}

.rays-testimonials-dots button.is-active {
  background: #2f9225;
  transform: scale(1.25);
}

@media (max-width: 991.98px) {
  .rays-testimonials-section {
    padding: 76px 0 86px;
  }

  .rays-testimonials-section::before {
    width: 78vw;
    opacity: 0.48;
  }

  .rays-testimonials-viewport {
    gap: 20px;
  }

  .rays-testimonial-card {
    min-height: 380px;
    flex-basis: 72%;
  }
}

@media (max-width: 767.98px) {
  .rays-testimonials-section {
    padding: 62px 0 72px;
  }

  .rays-testimonials-section::after {
    right: 0;
    left: 0;
  }

  .rays-testimonials-landscape {
    width: 68vw;
    height: 95px;
    opacity: 0.36;
  }

  .rays-testimonials-header {
    margin-bottom: 14px;
  }

  .rays-testimonials-mark {
    width: 51px;
    height: 46px;
    font-size: 2.35rem;
  }

  .rays-testimonials-eyebrow {
    gap: 14px;
    font-size: 13px;
  }

  .rays-testimonials-eyebrow span {
    width: 36px;
  }

  .rays-testimonials-title {
    font-size: clamp(2.15rem, 10.8vw, 3.25rem);
  }

  .rays-testimonials-header > p {
    padding: 0 8px;
    font-size: 15px;
  }

  .rays-testimonials-heading-line {
    width: 63px;
    height: 5px;
    margin-top: 17px;
  }

  .rays-testimonials-viewport {
    gap: 10px;
    padding: 22px 0 28px;
  }

  .rays-testimonial-card {
    min-height: 405px;
    flex-basis: 80%;
    padding: 22px 19px 20px;
    border-radius: 22px;
    filter: blur(2px) saturate(0.75);
    transform: scale(0.93);
  }

  .rays-testimonial-card-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
    margin-bottom: 17px;
  }

  .rays-testimonial-avatar {
    width: 58px;
    height: 58px;
  }

  .rays-testimonials-controls {
    gap: 16px;
  }

  .rays-testimonial-arrow {
    width: 39px;
    height: 39px;
  }

  .rays-testimonial-person h3 {
    font-size: 16px;
  }

  .rays-testimonial-rating {
    grid-column: 2;
    justify-self: start;
    margin-top: -7px;
    font-size: 12px;
  }

  .rays-testimonial-card blockquote {
    padding-right: 2px;
    padding-left: 27px;
  }

  .rays-testimonial-card blockquote p {
    font-size: 14.5px;
  }

  .rays-testimonial-service strong {
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rays-testimonials-viewport {
    scroll-behavior: auto;
  }

  .rays-testimonial-card {
    transition: none;
  }
}
/* ===== TESTIMONIALS CAROUSEL - END ===== */

/* ===== CONTACT US SECTION - START ===== */
.rays-contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 74px 0 42px;
  color: #091a38;
  background:
    radial-gradient(circle at 46% 14%, rgba(255, 239, 181, 0.38), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff 78%, #f3faed 100%);
}

.rays-contact-section::before {
  position: absolute;
  z-index: -2;
  top: -42px;
  right: -2%;
  width: min(55vw, 850px);
  height: 310px;
  opacity: 0.88;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0.04) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), #fff 94%),
    url('../images/header-img2.jpg') center 72% / cover no-repeat;
  clip-path: polygon(27% 17%, 100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.rays-contact-section::after {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -128px;
  left: -5%;
  height: 230px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(98, 172, 53, 0.17), transparent 48%),
    radial-gradient(ellipse at 78% 54%, rgba(98, 172, 53, 0.14), transparent 46%),
    rgba(226, 245, 214, 0.7);
  content: "";
  pointer-events: none;
}

.rays-contact-solar-art {
  position: absolute;
  z-index: -1;
  right: -1%;
  bottom: 0;
  width: min(29vw, 430px);
  height: 112px;
  opacity: 0.34;
  background: url('../images/header-img2.jpg') right bottom / cover no-repeat;
  clip-path: polygon(16% 27%, 100% 0, 100% 100%, 0 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 32%);
  mask-image: linear-gradient(90deg, transparent, #000 32%);
  pointer-events: none;
}

.rays-contact-container {
  position: relative;
  z-index: 1;
  max-width: 1420px;
}

.rays-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(520px, 0.97fr);
  align-items: start;
  gap: 32px;
}

.rays-contact-header {
  max-width: 650px;
  margin-bottom: 30px;
}

.rays-contact-eyebrow {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 14px;
  color: #2b8125;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.rays-contact-eyebrow span {
  position: relative;
  display: flex;
  align-items: center;
  color: #f7b500;
  font-size: 1.5rem;
}

.rays-contact-eyebrow span::after {
  width: 29px;
  height: 2px;
  margin-left: 7px;
  background: #f7b500;
  content: "";
}

.rays-contact-header h2 {
  margin: 0 0 10px;
  color: #091a38;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.1rem, 5.35vw, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.rays-contact-header h2 span {
  color: #2b8125;
}

.rays-contact-header p {
  max-width: 610px;
  margin: 0;
  color: #404a5e;
  font-size: 17px;
  line-height: 1.62;
}

.rays-contact-heading-line {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 19px;
  background: #2b8125;
}

.rays-contact-content-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 0.84fr);
  gap: 28px;
}

.rays-contact-details {
  display: grid;
  align-content: start;
  gap: 14px;
}

.rays-contact-detail {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 14px 17px;
  border: 1px solid rgba(7, 27, 51, 0.08);
  border-radius: 13px;
  color: #091a38;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(7, 27, 51, 0.09);
  text-decoration: none;
  transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}

a.rays-contact-detail:hover {
  border-color: rgba(43, 129, 37, 0.32);
  color: #091a38;
  box-shadow: 0 13px 28px rgba(7, 27, 51, 0.13);
  transform: translateY(-3px);
}

.rays-contact-detail-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50%;
  color: #328825;
  background: #ebf5e8;
  font-size: 2rem;
}

.rays-contact-detail > span:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.rays-contact-detail strong {
  color: #091a38;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.rays-contact-detail b {
  overflow-wrap: anywhere;
  color: #2b8125;
  font-size: 16px;
  font-weight: 700;
}

.rays-contact-detail small {
  color: #3f4858;
  font-size: 12px;
}























.rays-contact-form {
  position: relative;
  padding: 28px 34px 26px;
  border: 1px solid rgba(7, 27, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 40px rgba(7, 27, 51, 0.13);
}

.rays-contact-form-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rays-contact-form-title > span {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #3b9a2b, #247516);
  font-size: 1.55rem;
  box-shadow: 0 9px 20px rgba(43, 129, 37, 0.23);
}

.rays-contact-form-title h3 {
  position: relative;
  margin: 0;
  padding-bottom: 11px;
  color: #091a38;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 800;
}

.rays-contact-form-title h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: #2e8b23;
  content: "";
}

.rays-contact-form-intro {
  margin: 14px 0 19px;
  color: #3f4858;
  font-size: 14px;
}

.rays-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rays-contact-field {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 70px;
  margin: 0;
  padding: 11px 14px 8px;
  border: 1px solid #d8dee4;
  border-radius: 9px;
  background: #fff;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.rays-contact-field:focus-within {
  border-color: #4a9b36;
  box-shadow: 0 0 0 4px rgba(74, 155, 54, 0.09);
}

.rays-contact-field--full {
  grid-column: 1 / -1;
}

.rays-contact-field > span {
  display: block;
  margin-bottom: 4px;
  color: #17233a;
  font-size: 13px;
  font-weight: 500;
}

.rays-contact-field input,
.rays-contact-field select,
.rays-contact-field textarea {
  width: 100%;
  min-height: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #17233a;
  background: transparent;
  font: inherit;
  font-size: 13px;
  box-shadow: none;
}

.rays-contact-field select {
  cursor: pointer;
}

.rays-contact-field textarea {
  min-height: 85px;
  padding-top: 3px;
  resize: vertical;
}

.rays-contact-field:has(textarea) {
  min-height: 120px;
}

.rays-contact-field .invalid-feedback {
  margin: 3px 0 0;
  font-size: 10px;
}

.rays-contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #2c8b15, #70b53e);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(43, 129, 37, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.rays-contact-submit:hover {
  box-shadow: 0 14px 26px rgba(43, 129, 37, 0.28);
  transform: translateY(-2px);
}

.rays-contact-submit:disabled {
  cursor: wait;
  opacity: 0.76;
}

.rays-contact-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
  color: #4c5565;
  font-size: 12px;
  text-align: center;
}

.rays-contact-privacy i {
  color: #2b8125;
}

.rays-contact-form .form-status {
  margin-top: 11px;
}















@media (max-width: 1199.98px) {
  .rays-contact-layout {
    grid-template-columns: 1fr;
  }

  .rays-contact-header {
    max-width: 760px;
  }

  .rays-contact-content-grid {
    grid-template-columns: minmax(330px, 0.82fr) minmax(300px, 1.18fr);
  }

  .rays-contact-form {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }

  

  

  
}

@media (max-width: 767.98px) {
  .rays-contact-section {
    padding: 60px 0 32px;
  }

  .rays-contact-section::before {
    right: 0;
    width: 92vw;
    height: 260px;
    opacity: 0.42;
  }

  .rays-contact-section::after {
    right: 0;
    left: 0;
  }

  .rays-contact-solar-art {
    right: 0;
    width: 72vw;
    height: 82px;
  }

  .rays-contact-eyebrow {
    gap: 14px;
    font-size: 13px;
  }

  .rays-contact-header h2 {
    font-size: clamp(2.9rem, 14vw, 4.35rem);
  }

  .rays-contact-header p {
    font-size: 15px;
  }

  .rays-contact-content-grid {
    grid-template-columns: 1fr;
  }

  .rays-contact-detail {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 94px;
    padding: 13px 14px;
  }

  .rays-contact-detail-icon {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
  }

  .rays-contact-detail b {
    font-size: 14px;
  }

  

  .rays-contact-form {
    padding: 24px 17px 22px;
    border-radius: 18px;
  }

  .rays-contact-form-title > span {
    width: 51px;
    height: 51px;
    flex-basis: 51px;
  }

  .rays-contact-form-title h3 {
    font-size: 20px;
  }

  .rays-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .rays-contact-field--full {
    grid-column: auto;
  }

  .rays-contact-privacy {
    align-items: flex-start;
    font-size: 11px;
  }

  

  

  

  
}
/* ===== CONTACT US SECTION - END ===== */

.atelier-header .navbar-shell {
  min-height: 86px;
  background: rgba(251, 250, 246, 0.96);
  border-bottom: 1px solid rgba(6, 29, 24, 0.08);
  backdrop-filter: blur(22px);
}

.atelier-header.is-scrolled .navbar-shell {
  min-height: 72px;
  box-shadow: 0 14px 45px rgba(5, 34, 28, 0.1);
}

.atelier-header .navbar {
  min-height: inherit;
}

.atelier-header .brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.atelier-header .brand-copy {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.atelier-header .brand-copy small {
  margin-top: 1px;
  color: #5d716a;
  font-size: 0.59rem;
  letter-spacing: 0.09em;
}

.atelier-header .navbar-nav {
  gap: 4px;
}

.atelier-header .navbar-nav .nav-link {
  padding: 0.75rem 0.92rem !important;
  color: #315149;
  font-size: 1.1rem;
  font-weight: 700;
}

.atelier-header .navbar-nav .nav-link::after {
  display: none;
}

.atelier-header .navbar-nav .nav-link:hover,
.atelier-header .navbar-nav .nav-link.active {
  color: var(--atelier-forest);
}

.atelier-header .navbar-nav .nav-link.active::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 2px 0;
  border-radius: 50%;
  content: "";
}

.nav-cta {
  min-height: 48px !important;
  padding-inline: 1.25rem !important;
  border-radius: 14px !important;
}

.mobile-menu-contact {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--atelier-line);
}

.mobile-menu-contact small {
  color: #81918c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mobile-menu-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--atelier-ink);
}

/* Hero */






















.atelier-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 58px;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 16px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.atelier-btn:hover {
  transform: translateY(-3px);
}

.atelier-btn-sun {
   
  color: var(--atelier-ink);
  box-shadow: 0 18px 45px rgba(246, 197, 29, .18);
}

.atelier-btn-sun:hover {
  background: var(--atelier-sun-soft);
  color: var(--atelier-ink);
  box-shadow: 0 22px 55px rgba(246, 197, 29, .25);
}

.atelier-btn-dark {
  background: var(--atelier-ink);
  color: #fff;
}

.atelier-btn-dark:hover {
  background: var(--atelier-forest);
  color: #fff;
  box-shadow: 0 18px 40px rgba(6, 29, 24, .2);
}

































































/* Editorial statement */


















.atelier-arrow-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--atelier-ink);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.atelier-arrow-link span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--atelier-ink);
  color: #fff;
  transition: transform .3s ease, background .3s ease;
}

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

.atelier-arrow-link:hover span {
   
  color: var(--atelier-ink);
  transform: rotate(45deg);
}

/* Segment solution stage */
.atelier-solutions {
  background: var(--atelier-cream);
}

.atelier-section-head {
  display: grid;
  grid-template-columns: 1.2fr .55fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 65px;
}

.atelier-section-head h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5.2vw, 6.25rem);
  line-height: .98;
  letter-spacing: -.075em;
}

.atelier-section-head>p {
  max-width: 480px;
  margin: 0 0 8px;
  color: #61716c;
  font-size: 1.04rem;
  line-height: 1.8;
}

.solution-showcase {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  min-height: 660px;
  overflow: hidden;
  border-radius: var(--atelier-radius);
  background: var(--atelier-ink);
  box-shadow: var(--atelier-shadow);
}

.solution-tablist {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--atelier-ink);
}

.solution-tab {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 100px;
  padding: 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: transparent;
  color: rgba(255, 255, 255, .48);
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left;
  transition: color .25s ease, padding .25s ease;
}

.solution-tab span {
  color: rgba(255, 255, 255, .26);
  font-size: .66rem;
}

.solution-tab i {
  opacity: 0;
  transform: translateX(-8px);
  transition: .25s ease;
}

.solution-tab:hover,
.solution-tab.active {
  color: #fff;
  padding-left: 10px;
}

.solution-tab.active span {
  color: var(--atelier-sun);
}

.solution-tab.active i {
  opacity: 1;
  color: var(--atelier-sun);
  transform: none;
}

.solution-tablist::after {
  display: block;
  margin-top: auto;
  padding: 22px 4px 4px;
  color: rgba(255, 255, 255, .38);
  font-size: .65rem;
  line-height: 1.7;
  letter-spacing: .08em;
  text-transform: uppercase;
  content: "Select a space to explore\A how we think about solar";
  white-space: pre;
}

.solution-stage {
  position: relative;
  min-width: 0;
}

.solution-pane {
  position: absolute;
  inset: 0;
  overflow: hidden;
  animation: atelier-pane .55s ease both;
}

.solution-pane[hidden] {
  display: none;
}

.solution-pane>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-pane-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 26, 21, .5), transparent 55%), linear-gradient(0deg, rgba(4, 26, 21, .9), transparent 58%);
}

.solution-pane-copy {
  position: absolute;
  right: 56px;
  bottom: 52px;
  left: 56px;
  max-width: 680px;
}

.solution-pane-copy>span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--atelier-sun);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.solution-pane-copy h3 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.4vw, 5.2rem);
  line-height: .97;
  letter-spacing: -.065em;
}

.solution-pane-copy p {
  max-width: 600px;
  margin: 22px 0 25px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.solution-pane-copy a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.solution-pane-copy a:hover {
  color: var(--atelier-sun);
}

.solution-note {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 290px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  background: rgba(4, 26, 21, .65);
  color: rgba(255, 255, 255, .8);
  font-size: .67rem;
  line-height: 1.4;
  backdrop-filter: blur(12px);
}

.solution-note i {
  color: var(--atelier-sun);
  font-size: 1rem;
}

/* Project blueprint */












































/* Savings studio */
.atelier-savings {
  background: var(--atelier-paper);
}

.savings-shell {
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  overflow: hidden;
  border-radius: 34px;
   
  box-shadow: var(--atelier-shadow);
}

.savings-story {
  position: relative;
  min-height: 700px;
  padding: 70px;
  overflow: hidden;
}

.savings-story h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(3rem, 4.4vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.07em;
}

.savings-story>p {
  max-width: 560px;
  margin: 25px 0 0;
  color: rgba(6, 29, 24, .68);
  line-height: 1.75;
}

.savings-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.savings-feature-list span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(6, 29, 24, .14);
  border-radius: 30px;
  font-size: .7rem;
  font-weight: 700;
}

.savings-visual {
  position: absolute;
  right: 50px;
  bottom: 55px;
  left: 65px;
  display: grid;
}

.savings-sun {
  position: absolute;
  right: 0;
  bottom: -46px;
  color: rgba(6, 29, 24, .1);
  font-size: 12rem;
  line-height: 1;
  animation: atelier-spin 30s linear infinite;
}

.savings-visual>strong {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.6rem, 4vw, 5rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.savings-visual strong em {
  font-size: 1.7em;
  font-style: normal;
}

.savings-visual small {
  position: relative;
  margin-top: 9px;
  color: rgba(6, 29, 24, .62);
  font-weight: 700;
}



.atelier-calculator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 18px;
  padding: 54px;
  border-radius: 26px;
  background: var(--atelier-paper);
}

.calculator-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 6px;
}

.calculator-heading span {
  color: var(--atelier-green);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.calculator-heading strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
}

.atelier-field {
  display: grid;
  gap: 9px;
}

.atelier-field>span:first-child {
  color: #4d625b;
  font-size: .75rem;
  font-weight: 700;
}

.atelier-field select,
.atelier-input-wrap {
  width: 100%;
  min-height: 58px;
  border: 1px solid #d4dbd6;
  border-radius: 13px;
  background: #fff;
}

.atelier-field select {
  padding: 0 17px;
  color: var(--atelier-ink);
  outline: none;
}

.atelier-input-wrap {
  display: flex;
  align-items: center;
  padding: 0 17px;
}

.atelier-input-wrap input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--atelier-ink);
}

.atelier-input-wrap b {
  color: #70827d;
  font-size: .75rem;
}

.atelier-calculator .atelier-btn {
  width: 100%;
  margin-top: 4px;
}

.atelier-calculator-result {
  display: none;
  padding: 20px;
  border-radius: 16px;
  background: var(--atelier-ink);
  color: #fff;
}

.atelier-calculator-result.is-visible {
  display: block;
  animation: atelier-pane .45s ease both;
}

.atelier-calculator-result>small {
  color: rgba(255, 255, 255, .55);
}

.atelier-calculator-result>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.atelier-calculator-result>div span {
  display: grid;
  gap: 3px;
}

.atelier-calculator-result strong {
  color: var(--atelier-sun);
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
}

.atelier-calculator-result em {
  color: rgba(255, 255, 255, .48);
  font-size: .62rem;
  font-style: normal;
}

.atelier-calculator-result a {
  display: inline-flex;
  gap: 8px;
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Expertise bento */
.atelier-expertise {
  background: var(--atelier-cream);
}

.expertise-head {
  align-items: end;
}

.expertise-head .atelier-arrow-link {
  justify-self: end;
  width: 250px;
  margin-bottom: 10px;
}

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

.expertise-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(6, 29, 24, .1);
  border-radius: 24px;
  background: var(--atelier-paper);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.expertise-card:hover {
  z-index: 2;
  border-color: transparent;
  box-shadow: var(--atelier-shadow);
  transform: translateY(-8px);
}

.expertise-card-featured {
  grid-row: span 2;
  min-height: 798px;
  background: var(--atelier-forest);
  color: #fff;
}

.expertise-card-featured::after {
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border: 75px solid rgba(246, 197, 29, .13);
  border-radius: 50%;
  content: "";
}

.expertise-number {
  color: #8b9995;
  font-size: .66rem;
  letter-spacing: .12em;
}

.expertise-card>i {
  margin: auto 0 30px;
  color: var(--atelier-green);
  font-size: 2.2rem;
}

.expertise-card-featured>i {
  margin-top: 180px;
  color: var(--atelier-sun);
  font-size: 4.5rem;
}

.expertise-card h3 {
  max-width: 350px;
  margin: 0 0 16px;
  font-size: 1.55rem;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.expertise-card-featured h3 {
  color: #fff;
  font-size: 2.75rem;
}

.expertise-card p {
  margin: 0;
  color: #71817c;
  font-size: .86rem;
  line-height: 1.65;
}

.expertise-card-featured p {
  color: rgba(255, 255, 255, .56);
}

.expertise-card>a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: var(--atelier-green);
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.expertise-card-featured>a {
  position: relative;
  z-index: 1;
  color: var(--atelier-sun);
}

.expertise-card-quote {
  justify-content: space-between;
   
}

.expertise-card-quote>i {
  margin: 0;
  color: var(--atelier-ink);
  font-size: 2.4rem;
  opacity: .35;
}

.expertise-card-quote blockquote {
  margin: auto 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.03em;
}

.expertise-card-quote>span {
  color: rgba(6, 29, 24, .55);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Trust / team */
.atelier-trust {
  background: var(--atelier-ink);
}

.trust-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 85px;
  align-items: center;
}

.trust-photo {
  position: relative;
  height: 750px;
  overflow: hidden;
  border-radius: 28px 28px 6px 28px;
}

.trust-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.trust-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 29, 24, .7), transparent 55%);
  content: "";
}

.trust-photo>span {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 25px;
  left: 25px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .62);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-content h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 6rem);
  line-height: .97;
  letter-spacing: -.075em;
}

.trust-content>p {
  max-width: 620px;
  margin: 28px 0 38px;
  color: rgba(255, 255, 255, .57);
  font-size: 1rem;
  line-height: 1.8;
}

.trust-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 38px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.trust-principles span {
  padding: 18px 8px 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .78);
  font-size: .77rem;
}

.trust-principles span:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.trust-principles b {
  margin-right: 10px;
  color: var(--atelier-sun);
  font-size: .64rem;
}

.trust-credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.trust-credentials>* {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 76px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  color: #fff;
}

.trust-credentials>*>i:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: rgba(246, 197, 29, .11);
  color: var(--atelier-sun);
}

.trust-credentials>* span {
  display: grid;
  gap: 2px;
}

.trust-credentials strong {
  color: #fff;
  font-size: .74rem;
}

.trust-credentials small {
  color: rgba(255, 255, 255, .42);
  font-size: .62rem;
}

.trust-credentials>a:hover {
  border-color: var(--atelier-sun);
}

/* Statement CTA */
.atelier-cta {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  background: var(--atelier-forest);
  color: #fff;
}

.atelier-cta-bg {
  position: absolute;
  inset: 0;
  opacity: .3;
  background: linear-gradient(90deg, rgba(6, 29, 24, .95), rgba(6, 29, 24, .3)), url("../images/hero-carousel-commercial.webp") center/cover no-repeat;
}

.atelier-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 730px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.atelier-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.8rem, 9vw, 10.5rem);
  line-height: .82;
  letter-spacing: -.09em;
}

.atelier-cta h2 em {
  color: var(--atelier-sun);
  font-style: normal;
}

.atelier-cta p {
  max-width: 550px;
  margin: 35px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 1.05rem;
}

.atelier-cta-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 35px;
}

.atelier-cta-actions>a:not(.btn) {
  display: inline-flex;
  gap: 9px;
  color: #fff;
  font-weight: 700;
}

.atelier-cta-word {
  position: absolute;
  right: -20px;
  bottom: -90px;
  color: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 19vw;
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.1em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .1);
}

/* Enquiry */










































/* Footer and global inner-page polish */
.atelier-footer,
.site-footer {
  background: #041611;
}





























body:not(.atelier-home) .section-title {
  letter-spacing: -.06em;
}

body:not(.atelier-home) .content-card,
body:not(.atelier-home) .vision-panel,
body:not(.atelier-home) .service-detail,
body:not(.atelier-home) .project-card,
body:not(.atelier-home) .recognition-card {
  border-radius: 22px;
}

body:not(.atelier-home) .service-detail,
body:not(.atelier-home) .project-card {
  overflow: hidden;
}





@keyframes atelier-pane {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}



@keyframes atelier-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {

  .trust-marquee-track,
  .hero-rail-scroll span::after,
  .blueprint-line span,
  .savings-sun {
    animation: none !important;
  }

  
}

/* Hero achievements */
.hero-achievements {
  position: relative;
  z-index: 6;
  margin-top: 0;
  padding: clamp(18px, 2vw, 30px) 0 10px;
}

.achievement-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(178, 225, 200, .26);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(31, 141, 85, .22), transparent 32%),
    linear-gradient(112deg, rgba(2, 38, 29, .98), rgba(3, 29, 23, .98));
  box-shadow: 0 22px 52px rgba(2, 23, 17, .28);
}

.achievement-item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 20px);
  min-height: 122px;
  padding: 22px clamp(16px, 2vw, 36px);
  color: #fff;
}

.achievement-item + .achievement-item {
  border-left: 1px solid rgba(187, 232, 208, .24);
}

.achievement-icon {
  display: grid;
  width: clamp(50px, 4vw, 66px);
  height: clamp(50px, 4vw, 66px);
  flex: 0 0 clamp(50px, 4vw, 66px);
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #75b51a, #3e8610);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 8px 22px rgba(52, 136, 13, .28);
  color: #fff;
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
}

.achievement-copy {
  display: grid;
  gap: 3px;
}

.achievement-value {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 2.35vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.achievement-copy span {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(.72rem, .87vw, .92rem);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .hero-achievements {
    margin-top: 0;
  }

  .achievement-item {
    min-height: 108px;
    padding: 18px 16px;
  }

  .achievement-copy span {
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .hero-achievements {
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .achievement-panel {
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
  }

  .achievement-item {
    gap: 11px;
    min-height: 98px;
    padding: 16px 14px;
  }

  .achievement-item + .achievement-item {
    border-left: 0;
  }

  .achievement-item:nth-child(even) {
    border-left: 1px solid rgba(187, 232, 208, .24);
  }

  .achievement-item:nth-child(n + 3) {
    border-top: 1px solid rgba(187, 232, 208, .24);
  }

  .achievement-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 1.15rem;
  }

  .achievement-value {
    font-size: 1.55rem;
  }

  .achievement-copy span {
    max-width: 94px;
    font-size: .67rem;
  }
}

/* Why solar benefits */
.solar-benefits {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 7% 22%, rgba(126, 214, 75, .16), transparent 15%),
    radial-gradient(circle at 90% 20%, rgba(86, 185, 59, .11), transparent 22%),
    #fff;
}

.solar-benefits::before {
  position: absolute;
  top: -110px;
  left: -80px;
  width: 260px;
  height: 260px;
  border-radius: 55% 45% 60% 40%;
  background: radial-gradient(ellipse at 70% 70%, rgba(125, 205, 34, .52), rgba(49, 131, 24, .08) 52%, transparent 70%);
  content: "";
  filter: blur(8px);
  transform: rotate(24deg);
}

.solar-benefits-solar-art {
  position: absolute;
  top: -115px;
  right: -70px;
  width: min(38vw, 610px);
  height: 360px;
  opacity: .15;
  background: linear-gradient(135deg, transparent 38%, rgba(14, 106, 50, .72)), url("../images/solar-rooftop-net-metering-system.jpg") center / cover;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 56%);
  transform: rotate(-3deg);
}

.solar-benefits .site-container {
  position: relative;
  z-index: 1;
}

.solar-benefits-heading {
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: center;
}

.solar-benefits-kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 21px;
  padding: 8px 19px;
  border-radius: 100px;
  background: #e7f8e8;
  color: #176833;
  font-family: "Manrope", sans-serif;
  font-size: .88rem;
  font-weight: 800;
}

.solar-benefits-kicker i {
  color: #129237;
  font-size: 1.2rem;
}

.solar-benefits-heading h2 {
  margin: 0;
  color: #07111d;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 4.25vw, 4.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.065em;
}

.solar-benefits-heading h2 em {
  position: relative;
  color: #078433;
  font-style: normal;
}

.solar-benefits-heading h2 em::after {
  position: absolute;
  right: 10%;
  bottom: -11px;
  left: 8%;
  height: 5px;
  border-radius: 100%;
  background: #169139;
  content: "";
  transform: rotate(-1deg);
}

.solar-benefits-heading p {
  margin: 25px 0 0;
  color: #65717e;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

.solar-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 42px);
}

.solar-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 422px;
  overflow: hidden;
  padding: 28px 24px 18px;
  border: 1px solid rgba(45, 183, 118, .43);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(250, 253, 250, .98));
  box-shadow: 0 12px 26px rgba(11, 82, 43, .08);
  color: #08111f;
  text-align: center;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.solar-benefit-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(222, 248, 225, .18));
  content: "";
  pointer-events: none;
}

.solar-benefit-card:hover {
  border-color: rgba(23, 172, 77, .72);
  box-shadow: 0 18px 42px rgba(39, 181, 87, .25), 0 0 26px rgba(119, 229, 108, .2);
  transform: translateY(-7px);
}

.solar-benefit-corner {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 94px;
  height: 92px;
  place-items: center;
  padding: 14px 5px 3px 24px;
  border-radius: 0 25px 0 84px;
  background: radial-gradient(circle at 0 100%, #46b52c, #04792c 72%);
  color: #fff;
  transform: none;
}

.solar-benefit-corner i {
  font-size: 1.08rem;
}

.solar-benefit-corner b {
  font-size: .59rem;
  letter-spacing: .02em;
  transform: rotate(46deg) translate(4px, 2px);
  white-space: nowrap;
}

.solar-benefit-icon {
  display: grid;
  width: 102px;
  height: 102px;
  margin: 0 0 19px;
  place-items: center;
  border-radius: 50%;
  font-size: 3.25rem;
}

.solar-benefit-icon-saving {
  background: radial-gradient(circle at 52% 48%, #96e616 0 26%, #dff9cd 27% 58%, transparent 59%);
  color: #0a501e;
}

.solar-benefit-icon-roi {
  background: radial-gradient(circle at 50% 50%, #fff5a0 0 15%, #e1f9dc 42%, transparent 68%);
  color: #f4aa00;
}

.solar-benefit-icon-green {
  background: radial-gradient(circle at 50% 50%, #48b4e7 0 27%, #daf7d2 28% 60%, transparent 61%);
  color: #0a8a3a;
}

.solar-benefit-icon-tax {
  background: radial-gradient(circle at 50% 50%, #83dc09 0 28%, #e6fad7 29% 62%, transparent 63%);
  color: #061b0b;
}

.solar-benefit-card h3 {
  position: relative;
  z-index: 1;
  min-height: 71px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.23rem, 1.55vw, 1.65rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.045em;
}

.solar-benefit-line {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 5px;
  margin: 15px 0 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, #05912d, #8ad00c);
}

.solar-benefit-card > p {
  position: relative;
  z-index: 1;
  min-height: 75px;
  margin: 0;
  color: #5c6877;
  font-size: clamp(.88rem, 1.02vw, 1rem);
  line-height: 1.42;
}

.solar-benefit-result {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  padding: 8px 15px;
  border-radius: 100px;
  background: linear-gradient(90deg, #dff8d5, #f1fbef);
  color: #08752b;
  text-align: left;
}

.solar-benefit-result i {
  font-size: 1.55rem;
}

.solar-benefit-result strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.12rem, 1.42vw, 1.48rem);
  font-weight: 800;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.solar-benefit-result span {
  color: #12201a;
  font-size: .67rem;
  font-weight: 800;
  line-height: 1.2;
}

.solar-benefits-cta {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 660px;
  margin: 40px auto 0;
}

.solar-benefits-cta > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #63b44f);
}

.solar-benefits-cta > span:last-child {
  background: linear-gradient(90deg, #63b44f, transparent);
}

.solar-benefits-cta a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  padding: 0 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, #08772e, #11a342);
  box-shadow: 0 15px 28px rgba(9, 139, 47, .22);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  transition: box-shadow .25s ease, transform .25s ease;
}

.solar-benefits-cta a:hover {
  box-shadow: 0 18px 32px rgba(9, 139, 47, .35), 0 0 22px rgba(105, 220, 81, .35);
  color: #fff;
  transform: translateY(-3px);
}

.solar-benefits-note {
  margin: 16px 0 0;
  color: #7a8490;
  font-size: .93rem;
  text-align: center;
}

/* Recognition marquee */
.recognition-marquee {
  position: relative;
  margin-top: 31px;
  padding: 23px 0 5px;
}

.recognition-marquee::before {
  position: absolute;
  top: 0;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 145, 57, .28), transparent);
  content: "";
}

.recognition-marquee-heading {
  display: grid;
  grid-template-columns: minmax(45px, 1fr) auto minmax(45px, 1fr);
  gap: 14px;
  align-items: center;
  width: min(100%, 510px);
  margin: 0 auto 17px;
}

.recognition-marquee-heading > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(19, 121, 49, .32));
}

.recognition-marquee-heading > span:last-child {
  background: linear-gradient(90deg, rgba(19, 121, 49, .32), transparent);
}

.recognition-marquee-heading p {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  color: #1b7139;
  font-family: "Manrope", sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.recognition-marquee-heading i {
  color: #e7a411;
  font-size: .9rem;
}

.recognition-marquee-window {
  position: relative;
  overflow: hidden;
  padding: 8px 0 15px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.recognition-marquee-track {
  display: flex;
  width: max-content;
  animation: recognition-marquee-scroll 38s linear infinite;
  will-change: transform;
}

.recognition-marquee-group {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
}

.recognition-logo {
  display: grid;
  place-items: center;
  flex: 0 0 132px;
  width: 132px;
  height: 132px;
  margin: 0;
  padding: 17px;
  overflow: visible;
  border: 1px solid rgba(16, 105, 47, .12);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(243, 251, 244, .9));
  box-shadow: 0 8px 22px rgba(25, 88, 49, .09), inset 0 1px rgba(255, 255, 255, .9);
}

.recognition-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  transition: transform .3s ease;
}

/* The supplied first logo is a fully black image, so it is presented as a deliberate dark accent tile. */
/* =====================================
   TOPBAR CONTACT + SOCIAL MEDIA
===================================== */

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.topbar-item i {
  color: #9bd46a;
}


/* Social Media */
.topbar-social {
  display: flex;
  align-items: center;
  gap: 9px;
}

.topbar-social-link {
  width: 28px;
  height: 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;
  color: #183a2f;

  text-decoration: none;

  transition:
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.topbar-social-link i {
  font-size: 14px;
  line-height: 1;
}


.topbar-social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

/* Show each platform's native icon color on hover. */
.topbar-social-link.facebook:hover {
  color: #1877f2;
}

.topbar-social-link.instagram:hover {
  color: #e4405f;
}

.topbar-social-link.youtube:hover {
  color: #ff0000;
}

.topbar-social-link.twitter-x:hover {
  color: #000;
}


/* Mobile */
@media (max-width: 767.98px) {

  .topbar-inner {
    gap: 10px;
  }

  .topbar-links {
    gap: 12px;
  }

  .topbar-item span {
    display: none;
  }

  .topbar-item i {
    font-size: 15px;
  }

  .topbar-social {
    gap: 5px;
  }

  .topbar-social-link {
    width: 26px;
    height: 26px;
  }

  .topbar-social-link i {
    font-size: 13px;
  }
}

.recognition-logo:hover img {
  transform: scale(1.07);
}

@keyframes recognition-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1199.98px) {
  .solar-benefit-grid {
    gap: 18px;
  }

  .solar-benefit-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .solar-benefit-result {
    gap: 6px;
    padding-inline: 10px;
  }
}

@media (max-width: 991.98px) {
  .solar-benefits {
    padding-block: 76px 60px;
  }

  .solar-benefit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    max-width: 720px;
    margin-inline: auto;
  }

  .solar-benefit-card {
    min-height: 395px;
  }
}

@media (max-width: 575.98px) {
  .solar-benefits {
    padding-block: 64px 50px;
  }

  .solar-benefits-heading {
    margin-bottom: 35px;
  }

  .solar-benefits-kicker {
    margin-bottom: 17px;
    padding: 7px 14px;
    font-size: .72rem;
  }

  .solar-benefits-heading h2 em::after {
    bottom: -8px;
    height: 4px;
  }

  .solar-benefits-heading p {
    margin-top: 20px;
    font-size: .88rem;
    line-height: 1.5;
  }

  .solar-benefit-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 360px;
  }

  .solar-benefit-card {
    min-height: 374px;
    padding: 23px 20px 16px;
  }

  .solar-benefit-icon {
    width: 84px;
    height: 84px;
    margin-bottom: 14px;
    font-size: 2.7rem;
  }

  .solar-benefit-card h3 {
    min-height: auto;
    font-size: 1.4rem;
  }

  .solar-benefit-card > p {
    min-height: 68px;
  }

  .solar-benefit-result {
    width: min(100%, 290px);
    margin-top: 12px;
  }

  .solar-benefits-cta {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .solar-benefits-cta > span {
    display: none;
  }

  .solar-benefits-cta a {
    min-height: 57px;
    padding-inline: 24px;
    font-size: 1rem;
  }

  .recognition-marquee {
    margin-top: 25px;
    padding-top: 20px;
  }

  .recognition-marquee-heading {
    gap: 10px;
    margin-bottom: 13px;
  }

  .recognition-marquee-heading p {
    font-size: .57rem;
    letter-spacing: .09em;
  }

  .recognition-logo {
    flex-basis: 112px;
    width: 112px;
    height: 112px;
    padding: 14px;
    border-radius: 50%;
  }

  .recognition-marquee-track {
    animation-duration: 30s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recognition-marquee-track {
    animation: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text-dark);
  background:
    radial-gradient(circle at 8% 10%, rgba(24, 165, 88, 0.045), transparent 24rem),
    radial-gradient(circle at 93% 34%, rgba(255, 201, 40, 0.035), transparent 22rem),
    var(--surface);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}



h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  margin-top: 0;
  color: var(--text-dark);
  font-family: "Manrope", sans-serif;
  font-weight: 750;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1.06;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.22;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  color: var(--primary-dark);
  background: var(--accent-soft);
}

:focus-visible {
  outline: 3px solid rgba(245, 183, 0, 0.7);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--primary-dark);
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-container {
  width: min(var(--container), calc(100% - 3rem));
  margin-inline: auto;
}

.section-space {
  padding-block: var(--section-space);
}

.section-surface {
  background: var(--surface);
}





.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--accent);
  content: "";
}



.section-title {
  max-width: 780px;
  margin-bottom: 1.25rem;
}

.section-lead {
  max-width: 690px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.section-copy-narrow {
  max-width: 760px;
}







.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.78rem 1.3rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.btn i {
  transition: transform var(--transition);
}

.btn:hover i.bi-arrow-right,
.text-link:hover i {
  transform: translateX(4px);
}

.btn-primary-custom {
  color: var(--white);
  background: var(--primary-dark);
  border: 1px solid var(--primary-dark);
  box-shadow: 0 10px 24px rgba(11, 61, 46, 0.18);
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  color: var(--white);
  background: var(--primary-deep);
  border-color: var(--primary-deep);
  box-shadow: 0 14px 32px rgba(11, 61, 46, 0.24);
  transform: translateY(-2px);
}













.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary-dark);
  font-weight: 700;
}

.text-link i {
  transition: transform var(--transition);
}

/* Header */
.topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  background: var(--primary-dark);
  font-size: 1rem;
  font-weight: 500;
}

.topbar-inner,
.topbar-links,
.topbar-item {
  display: flex;
  align-items: center;
}

.topbar-inner {
  justify-content: space-between;
  gap: 1.5rem;
}

.topbar-links {
  gap: 1.4rem;
}

.topbar-item {
  gap: 0.45rem;
}

.topbar a:hover {
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-shell {
  min-height: 84px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--border);
  transition: min-height var(--transition), box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled .navbar-shell {
  min-height: 70px;
  box-shadow: 0 8px 28px rgba(15, 44, 32, 0.09);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-block: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  transition: width var(--transition), height var(--transition);
}

.site-header.is-scrolled .brand-logo {
  width: 48px;
  height: 48px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  color: var(--primary-dark);
  font-size: 1.05rem;
  line-height: 1.05;
}

.brand-copy small {
  margin-top: 0.28rem;
  color: var(--text-muted);
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.navbar-nav {
  gap: 0.25rem;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 0.75rem 0.9rem;
  color: #425049;
  font-size: 0.91rem;
  font-weight: 650;
}

.navbar-nav .nav-link::after {
  position: absolute;
  right: 0.9rem;
  bottom: 0.35rem;
  left: 0.9rem;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-dark);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-toggler {
  width: 46px;
  height: 46px;
  display: grid;
  padding: 0;
  color: var(--primary-dark);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  place-items: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler i {
  font-size: 1.45rem;
}

.offcanvas {
  --bs-offcanvas-width: min(360px, 90vw);
  color: var(--text-dark);
}

.offcanvas-header {
  padding: 1.25rem 1.35rem;
  border-bottom: 1px solid var(--border);
}

.offcanvas-body {
  padding: 1.4rem;
}



/* Premium Bootstrap carousel hero */




































































































































/* Trust and benefits */






































/* Homepage background rhythm and decorative system */




















































/* About */
.image-panel {
  position: relative;
  min-height: 590px;
}

.image-panel>img {
  width: calc(100% - 46px);
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.image-panel::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 70%;
  height: 70%;
  background: var(--surface-strong);
  border-radius: var(--radius-lg);
  content: "";
}

.overlap-card {
  position: absolute;
  right: 0;
  bottom: 1.4rem;
  width: min(260px, 68%);
  padding: 1.3rem;
  color: var(--white);
  background: var(--primary-dark);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.overlap-card i {
  color: var(--accent);
  font-size: 1.55rem;
}

.overlap-card strong,
.overlap-card span {
  display: block;
}

.overlap-card strong {
  margin-block: 0.45rem 0.2rem;
  font-family: "Manrope", sans-serif;
}

.overlap-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.25rem;
  margin: 1.75rem 0 2rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 650;
}

.check-list i {
  color: var(--primary);
  font-size: 1.05rem;
}

/* Recognition */




















/* Services */




























/* Calculator */




















































/* Process */
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.5rem;
}

.process-grid::before {
  position: absolute;
  top: 36px;
  right: 5%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, #bdcec2, var(--primary), #bdcec2);
  content: "";
}

.process-step {
  position: relative;
  z-index: 1;
  padding-right: 0.25rem;
}

.process-icon {
  width: 72px;
  height: 72px;
  display: grid;
  margin-bottom: 1.25rem;
  color: var(--primary);
  background: var(--white);
  border: 1px solid #cbd7ce;
  border-radius: 50%;
  box-shadow: 0 0 0 8px var(--white);
  place-items: center;
  font-size: 1.3rem;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.process-step:hover .process-icon {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-4px);
}

.process-step small {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.process-step h3 {
  margin-bottom: 0.45rem;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.process-step p {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

/* Projects */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.filter-button {
  min-height: 42px;
  padding: 0.55rem 1rem;
  color: var(--text-muted);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  transition: all var(--transition);
}

.filter-button:hover,
.filter-button.active {
  color: var(--white);
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.project-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--primary-dark);
  border-radius: 18px;
  isolation: isolate;
}

.project-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.project-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 30%, rgba(6, 41, 31, 0.94) 100%);
  content: "";
}

.service-card.spotlight-target::before,
.project-card.spotlight-target::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(260px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 201, 40, 0.18), transparent 64%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  content: "";
}

.service-card.spotlight-target:hover::before,
.project-card.spotlight-target:hover::before {
  opacity: 1;
}

.project-card:hover img {
  transform: scale(1.06);
}

.project-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1.5rem;
  color: rgba(255, 255, 255, 0.74);
  transform: translateY(8px);
  transition: transform var(--transition);
}

.project-card:hover .project-content {
  transform: translateY(0);
}

.project-category {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.32rem 0.55rem;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 5px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-content h3 {
  margin-bottom: 0.35rem;
  color: var(--white);
  font-size: 1.25rem;
}

.project-content p {
  margin-bottom: 0.7rem;
  font-size: 0.8rem;
}

.project-content .text-link {
  color: var(--white);
  font-size: 0.82rem;
}

.content-required {
  padding: 0.8rem 1rem;
  color: #6a5713;
  background: #fff8dc;
  border: 1px solid #f5df8b;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
}

/* Components */
.component-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 3rem;
}

.component-card {
  height: 100%;
  padding: 1.35rem 1rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.component-card:hover {
  border-color: #b8c9bd;
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.component-card i {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--primary);
  font-size: 1.6rem;
}

.component-card h3 {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.component-card p {
  color: var(--text-muted);
  font-size: 0.73rem;
  line-height: 1.55;
}

/* Why Rays */










/* Before / after */




























/* Testimonials */
















/* Team */














/* CTA */










/* Enquiry */


















.form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
}

.form-status.is-success {
  display: block;
  color: #0c5f2c;
  background: #e8f7ec;
  border: 1px solid #b8e2c4;
}

.form-status.is-error {
  display: block;
  color: #8b2424;
  background: #fff0f0;
  border: 1px solid #f1bcbc;
}

/* Inner pages */
















.content-card {
  height: 100%;
  padding: 1.6rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.content-card i {
  color: var(--primary);
  font-size: 1.5rem;
}

.content-card h3 {
  margin-block: 1rem 0.65rem;
  font-size: 1.12rem;
}

.content-card p {
  color: var(--text-muted);
  font-size: 0.84rem;
}







.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.service-detail:nth-child(even) {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.service-detail:nth-child(even) .service-detail-image {
  order: 2;
}

.service-detail-image {
  min-height: 350px;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.service-detail-number {
  margin-bottom: 1.4rem;
  color: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-detail-copy p {
  color: var(--text-muted);
}











/* Footer */
.site-footer {
  color: rgba(255, 255, 255, 0.62);
  background: var(--primary-deep);
}











































.floating-action {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.enquiry-button,
.phone-button,
.whatsapp-button,
.back-to-top {
  width: 48px;
  height: 48px;
  display: grid;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(11, 61, 46, 0.24);
  place-items: center;
  transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
}

.enquiry-button {
  background: #d99f0a;
  font-size: 1.25rem;
}

.phone-button {
  background: #137d46;
  font-size: 1.18rem;
}

.whatsapp-button {
  background: #1e9e51;
  font-size: 1.35rem;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  background: var(--primary-dark);
  font-size: 1rem;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.enquiry-button:hover,
.phone-button:hover,
.whatsapp-button:hover,
.back-to-top:hover {
  color: var(--white);
  transform: translateY(-3px);
}

/* Motion */
.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale,
.reveal-stagger>* {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}







.reveal-stagger>*:nth-child(2) {
  transition-delay: 90ms;
}

.reveal-stagger>*:nth-child(3) {
  transition-delay: 180ms;
}

.reveal-stagger>*:nth-child(4) {
  transition-delay: 270ms;
}

.reveal-stagger>*:nth-child(5) {
  transition-delay: 360ms;
}

.reveal.is-visible,
.reveal-up.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible,
.reveal-stagger.is-visible>* {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  transition-delay: 90ms;
}

.reveal-delay-2 {
  transition-delay: 180ms;
}

.reveal-delay-3 {
  transition-delay: 270ms;
}





















@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }

  .reveal,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .reveal-stagger>* {
    opacity: 1;
    transform: none;
  }

  

  

  
}

/* Atelier cascade lock — keep the premium layer above the legacy system. */
body {
  font-family: "DM Sans", sans-serif;
  color: var(--atelier-ink);
  background: var(--atelier-paper);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-copy,
.btn {
  font-family: "Manrope", sans-serif;
}

.site-container {
  width: min(1380px, calc(100% - 64px));
  max-width: none;
}

.atelier-home .section-space {
  padding: 130px 0;
}



.content-required {
  display: none !important;
}

body:not(.atelier-home) .site-header .topbar {
  min-height: 36px;
  background: #041712;
  border: 0;
}

body:not(.atelier-home) .site-header .topbar-inner {
  min-height: 36px;
}

body:not(.atelier-home) .site-header .navbar-shell {
  min-height: 82px;
  background: rgba(251, 250, 246, .97);
  border-bottom: 1px solid rgba(6, 29, 24, .08);
  backdrop-filter: blur(20px);
}

body:not(.atelier-home) .site-header.is-scrolled .navbar-shell {
  min-height: 72px;
  box-shadow: 0 14px 45px rgba(5, 34, 28, .1);
}

body:not(.atelier-home) .site-header .navbar {
  min-height: inherit;
}

body:not(.atelier-home) .site-header .navbar-nav .nav-link::after {
  display: none;
}

body:not(.atelier-home) .site-header .navbar-nav .nav-link.active::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 2px 0;
  border-radius: 50%;
   
  content: "";
}

/* Direction-controlled top contact bar: avoid layout-triggered scroll flicker. */
.site-header .topbar {
  min-height: 0;
  height: 36px;
  max-height: 38px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: max-height .3s cubic-bezier(.22, .61, .36, 1), opacity .18s ease, transform .3s cubic-bezier(.22, .61, .36, 1);
  will-change: max-height, opacity, transform;
}

.site-header.topbar-is-hidden .topbar,
body:not(.atelier-home) .site-header.topbar-is-hidden .topbar {
  min-height: 0;
  max-height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

@media (prefers-reduced-motion: reduce) {
  .site-header .topbar {
    transition: none;
  }
}



/* Text-free cinematic video hero */
.cinematic-video-hero {
  position: relative;
  height: calc(100svh - 122px);
  min-height: 560px;
  overflow: hidden;
  background: #020b08;
}

.video-hero-carousel,
.video-hero-carousel .carousel-inner,
.video-hero-carousel .carousel-item {
  width: 100%;
  height: 100%;
}

.video-hero-carousel .carousel-item {
  overflow: hidden;
  background: #020b08;
  transition: transform 1.25s cubic-bezier(.22, .61, .36, 1);
}

.video-hero-media {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #020b08;
  transform: scale(1.002);
}





















.video-audit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 58px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.video-audit-button:hover {
  transform: translateY(-3px);
}

.video-audit-primary {
  min-width: 255px;
  background: #26933a;
  color: #fff;
  box-shadow: 0 15px 36px rgba(17, 105, 43, .3);
}

.video-audit-primary:hover {
  background: #78ba24;
  color: #07170f;
}

.video-audit-secondary {
  min-width: 170px;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(4, 18, 14, .22);
  color: #fff;
  backdrop-filter: blur(10px);
}

.video-audit-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #07170f;
}

.video-power-slide::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 14, 10, .84) 0%, rgba(2, 14, 10, .6) 35%, rgba(2, 14, 10, .13) 68%, transparent 84%);
  content: "";
}

.video-power-content {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: max(4.2vw, 50px);
  width: min(760px, 62vw);
  opacity: 0;
  transform: translateY(calc(-50% + 30px));
}

.video-power-slide.active .video-power-content {
  animation: video-power-reveal .6s cubic-bezier(.2, .75, .2, 1) .08s forwards;
}

.video-power-title {
  display: grid;
  justify-items: start;
  margin: 0;
  line-height: .87;
  text-shadow: 0 7px 30px rgba(0, 0, 0, .22);
}

.video-power-tagline {
  margin-bottom: .55rem;
  color: #f6d468;
  font-family: "Nirmala UI", "Noto Sans Devanagari", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.3;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .5);
}

.video-power-white {
  color: #fff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(4.5rem, 7vw, 8rem);
  font-weight: 700;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.video-power-script-wrap {
  position: relative;
  display: grid;
  justify-items: start;
  min-width: min(420px, 45vw);
  padding: .05em .08em .18em .03em;
}

.video-power-script {
  display: inline-block;
  min-width: 0;
  border-right: .035em solid #91c928;
  color: #83bd25;
  font-family: "Yellowtail", cursive;
  font-size: clamp(4.1rem, 6.1vw, 7rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: .01em;
  white-space: nowrap;
}

.video-power-slide.active .video-power-script {
  animation: video-audit-caret .65s step-end infinite;
}

.video-power-underline {
  display: block;
  width: 0;
  height: 6px;
  margin: 3px 0 0;
  overflow: hidden;
  border-radius: 99px;
}

.video-power-underline span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4d941c, #9cd329, #6ead1f);
  transform-origin: left center;
}

.video-power-slide.active .video-power-underline {
  animation: none;
}

.video-power-copy {
  max-width: 570px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.95rem, 1.18vw, 1.17rem);
  line-height: 1.55;
  opacity: 0;
  transform: translateY(15px);
}

.video-power-actions,
.video-power-benefits {
  opacity: 0;
  transform: translateY(15px);
}

.video-power-slide.active .video-power-copy {
  animation: video-power-item .45s ease 1.08s forwards;
}

.video-power-actions {
  display: flex;
  gap: 16px;
  margin-top: 23px;
}

.video-power-slide.active .video-power-actions {
  animation: video-power-item .45s ease 1.28s forwards;
}

.video-power-actions .video-audit-button {
  min-width: auto;
}

.video-power-actions .video-audit-button>i:first-child {
  margin-right: -12px;
}

.video-power-benefits {
  display: flex;
  gap: 0;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .27);
}

.video-power-slide.active .video-power-benefits {
  animation: video-power-item .45s ease 1.46s forwards;
}

.video-power-benefits>span {
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 138px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
}

.video-power-benefits>span:first-child {
  padding-left: 0;
}

.video-power-benefits>span:last-child {
  border-right: 0;
}

.video-power-benefits i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  font-size: 1rem;
}

.video-power-benefits b {
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.45;
}

.video-hero-vignette {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 11, 8, .16), transparent 23%, transparent 70%, rgba(2, 11, 8, .58)),
    linear-gradient(90deg, rgba(2, 11, 8, .16), transparent 22%, transparent 78%, rgba(2, 11, 8, .12));
}

.video-hero-controls {
  position: absolute;
  z-index: 6;
  right: 34px;
  bottom: 34px;
  display: flex;
  gap: 7px;
}

.video-hero-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(3, 18, 14, .38);
  color: #fff;
  font-size: 1rem;
  backdrop-filter: blur(14px);
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}

.video-hero-controls button:hover,
.video-hero-controls button:focus-visible {
  border-color: var(--atelier-sun);
   
  color: var(--atelier-ink);
  transform: translateY(-2px);
}

.video-hero-edge-control {
  position: absolute;
  z-index: 7;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(3, 18, 14, .54);
  color: #fff;
  font-size: 1.12rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}

.video-hero-edge-control--prev {
  left: 22px;
}

.video-hero-edge-control--next {
  right: 22px;
}

.video-hero-edge-control:hover,
.video-hero-edge-control:focus-visible {
  border-color: var(--atelier-sun);
   
  color: var(--atelier-ink);
  transform: translateY(-50%) scale(1.07);
}

.video-hero-carousel {
  cursor: grab;
  touch-action: pan-y;
}

.video-hero-carousel.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.video-hero-carousel.is-waiting::after {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 2px solid rgba(255, 255, 255, .22);
  border-top-color: var(--atelier-sun);
  border-radius: 50%;
  content: "";
  animation: video-hero-loading .8s linear infinite;
}

@keyframes video-hero-loading {
  to {
    transform: rotate(360deg);
  }
}





@keyframes video-audit-caret {
  50% {
    border-color: transparent;
  }
}



@keyframes video-power-reveal {
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes video-power-item {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .cinematic-video-hero {
    height: calc(100svh - 112px);
    min-height: 520px;
  }

  .video-hero-vignette {
    background: linear-gradient(180deg, rgba(2, 11, 8, .1), transparent 35%, transparent 68%, rgba(2, 11, 8, .65));
  }

  .video-hero-dots.carousel-indicators {
    bottom: 78px;
    left: 14px;
    height: 38px;
    padding-inline: 13px;
  }

  .video-hero-controls {
    right: 14px;
    bottom: 20px;
  }

  .video-hero-controls button {
    width: 40px;
    height: 40px;
  }

  .video-hero-edge-control {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .video-hero-edge-control--prev {
    left: 10px;
  }

  .video-hero-edge-control--next {
    right: 10px;
  }

  

  

  

  

  .video-audit-button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 18px;
    font-size: .78rem;
  }

  .video-power-slide::after {
    background: linear-gradient(90deg, rgba(2, 14, 10, .83) 0%, rgba(2, 14, 10, .52) 75%, rgba(2, 14, 10, .18));
  }

  .video-power-content {
    top: 46%;
    left: 18px;
    width: calc(100% - 36px);
  }

  .video-power-white {
    font-size: clamp(3.5rem, 17vw, 5.4rem);
  }

  .video-power-tagline {
    margin-bottom: .38rem;
    font-size: clamp(.92rem, 4.1vw, 1.15rem);
  }

  .video-power-script-wrap {
    min-width: min(330px, 88vw);
  }

  .video-power-script {
    font-size: clamp(3.5rem, 16.5vw, 5.1rem);
  }

  .video-power-underline {
    height: 5px;
  }

  .video-power-copy {
    max-width: 94%;
    margin-top: 10px;
    font-size: .82rem;
  }

  .video-power-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
    width: min(100%, 315px);
    margin-top: 17px;
  }

  .video-power-actions .video-audit-button {
    min-height: 48px;
  }

  .video-power-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(100%, 350px);
    margin-top: 17px;
    padding-top: 14px;
  }

  .video-power-benefits>span {
    min-width: 0;
    padding: 7px 10px;
    border: 0;
  }

  .video-power-benefits>span:first-child {
    padding-left: 10px;
  }

  .video-power-benefits i {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .video-power-benefits b {
    font-size: .62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-hero-carousel .carousel-item {
    transition-duration: .01ms;
  }

  .video-hero-carousel.is-waiting::after {
    animation: none;
  }

  

  

  

  .video-power-slide.active .video-power-content,
  .video-power-slide.active .video-power-script,
  .video-power-slide.active .video-power-underline,
  .video-power-slide.active .video-power-copy,
  .video-power-slide.active .video-power-actions,
  .video-power-slide.active .video-power-benefits {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .video-power-slide.active .video-power-content {
    transform: translateY(-50%);
  }

  .video-power-slide.active .video-power-underline span {
    animation: none;
  }
}

/* Reference-matched solar footer */
.solar-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, .88);
  background:
    radial-gradient(circle at 49% 48%, rgba(23, 91, 57, .2), transparent 46%),
    radial-gradient(circle at 88% 100%, rgba(42, 109, 44, .2), transparent 28%),
    linear-gradient(115deg, #001c13 0%, #002d1d 51%, #001b12 100%);
  font-family: "DM Sans", "Inter", sans-serif;
}

.solar-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 69%, rgba(121, 195, 38, .025) 69% 69.15%, transparent 69.15%),
    radial-gradient(circle at 0 0, rgba(0, 0, 0, .13), transparent 34%);
  content: "";
}

.solar-footer a {
  color: inherit;
  text-decoration: none;
}

.solar-footer-main {
  padding: 76px 0 58px;
}

.solar-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .76fr .83fr 1.05fr;
  align-items: stretch;
}

.solar-footer-intro {
  padding-right: 58px;
}

.solar-footer-brand {
  display: flex;
  gap: 20px;
  align-items: center;
}

.solar-footer-brand img {
  width: 108px;
  height: 108px;
  flex: 0 0 108px;
  padding: 5px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.solar-footer-brand h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 1.65vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.035em;
  text-transform: none;
}

.solar-footer-brand h2 em {
  color: #83c52b;
  font-style: normal;
}

.solar-footer-brand p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(.94rem, 1.1vw, 1.15rem);
  line-height: 1.3;
}

.solar-footer-heading-line {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  border-radius: 99px;
  background: #8dcc2a;
}

.solar-footer-about {
  max-width: 410px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.9rem, 1.08vw, 1.08rem);
  line-height: 1.65;
}

.solar-footer-about strong {
  color: #8dcc2a;
  font-weight: 700;
}

.solar-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.solar-footer-social a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(141, 204, 42, .55);
  border-radius: 50%;
  color: #fff;
  font-size: 1.08rem;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.solar-footer-social a:hover,
.solar-footer-social a:focus-visible {
  border-color: #8dcc2a;
  background: #8dcc2a;
  color: #062116;
  transform: translateY(-3px);
}



















.solar-footer-column {
  position: relative;
  min-width: 0;
  padding: 34px 20px 0 54px;
}

.solar-footer-column::before {
  position: absolute;
  top: 88px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: rgba(183, 225, 190, .17);
  content: "";
}

.solar-footer-column h2 {
  margin: 0;
  color: #fff;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.solar-footer-column .solar-footer-heading-line {
  width: 28px;
  margin-top: 18px;
}

.solar-footer-links,
.solar-footer-contact ul {
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.solar-footer-links li {
  border-bottom: 1px dashed rgba(255, 255, 255, .13);
}

.solar-footer-links li:last-child {
  border-bottom: 0;
}

.solar-footer-links a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 69px;
  color: rgba(255, 255, 255, .92);
  font-size: .93rem;
  transition: color .25s ease, transform .25s ease;
}

.solar-footer-links a i {
  color: #84c925;
  font-size: 1.65rem;
  line-height: 1;
}

.solar-footer-links a:hover,
.solar-footer-links a:focus-visible {
  color: #9ed94e;
  transform: translateX(4px);
}

.solar-footer-contact {
  padding-right: 0;
}

.solar-footer-contact ul {
  margin-top: 20px;
}

.solar-footer-contact li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 17px;
  align-items: start;
  min-height: 102px;
}

.solar-footer-contact-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #84c925;
  border-radius: 50%;
  color: #84c925;
  font-size: 1.35rem;
}

.solar-footer-contact li>span:last-child,
.solar-footer-contact strong,
.solar-footer-contact a,
.solar-footer-contact li>span:last-child>span {
  display: block;
}

.solar-footer-contact strong {
  margin: 3px 0 7px;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
}

.solar-footer-contact a,
.solar-footer-contact li>span:last-child>span {
  color: rgba(255, 255, 255, .86);
  font-size: .91rem;
  line-height: 1.55;
}

.solar-footer-contact a:hover,
.solar-footer-contact a:focus-visible {
  color: #9ed94e;
}

















.solar-footer-bottom {
  padding: 30px 0;
}

.solar-footer-bottom-grid {
  display: grid;
  grid-template-columns: 1.12fr 1.7fr .98fr;
  align-items: center;
  min-height: 55px;
}

.solar-footer-copyright,
.solar-footer-slogan,
.solar-footer-developer {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.solar-footer-copyright {
  gap: 20px;
  padding-right: 36px;
}

.solar-footer-copyright>i {
  color: #84c925;
  font-size: 1.65rem;
}

.solar-footer-copyright span {
  color: rgba(255, 255, 255, .9);
  font-size: .76rem;
  line-height: 1.45;
}

.solar-footer-copyright small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .88);
  font-size: inherit;
}

.solar-footer-slogan {
  justify-content: space-around;
  padding: 0 40px;
  border-right: 1px solid rgba(213, 239, 220, .32);
  border-left: 1px solid rgba(213, 239, 220, .32);
  color: #fff;
}

.solar-footer-slogan>i {
  color: #84c925;
  font-size: 1.55rem;
}

.solar-footer-slogan span {
  font-size: .76rem;
  letter-spacing: .26em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.solar-footer-slogan strong {
  color: #84c925;
  font-weight: 600;
}

.solar-footer-developer {
  justify-content: flex-end;
  gap: 24px;
  padding-left: 34px;
  text-align: right;
}

.solar-footer-developer span,
.solar-footer-developer a {
  display: block;
  font-size: .75rem;
  line-height: 1.55;
}

.solar-footer-developer a {
  color: #84c925;
  font-weight: 700;
}

.solar-footer-developer>i {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border: 1px solid #84c925;
  border-radius: 50%;
  color: #84c925;
  font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
  .solar-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 60px;
  }

  .solar-footer-intro,
  .solar-footer-column {
    padding: 0;
  }

  .solar-footer-column::before {
    display: none;
  }

  .solar-footer-column h2 {
    margin-top: 4px;
  }

  

  

  

  .solar-footer-bottom-grid {
    grid-template-columns: 1fr 1.45fr 1fr;
  }

  .solar-footer-slogan {
    padding-inline: 24px;
  }

  .solar-footer-slogan span {
    font-size: .68rem;
    letter-spacing: .17em;
  }
}

@media (max-width: 991.98px) {
  .solar-footer-main {
    padding-top: 64px;
  }

  .solar-footer-intro {
    grid-column: 1 / -1;
  }

  .solar-footer-contact {
    grid-column: 1 / -1;
  }

  .solar-footer-contact ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .solar-footer-contact li {
    min-height: 0;
  }

  .solar-footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .solar-footer-copyright,
  .solar-footer-slogan,
  .solar-footer-developer {
    justify-content: center;
    min-height: 42px;
    padding: 0;
    text-align: center;
  }

  .solar-footer-slogan {
    padding-block: 22px;
    border-top: 1px solid rgba(213, 239, 220, .22);
    border-right: 0;
    border-bottom: 1px solid rgba(213, 239, 220, .22);
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .solar-footer-main {
    padding: 54px 0 44px;
  }

  .solar-footer-grid {
    gap: 44px 32px;
  }

  .solar-footer-brand img {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .solar-footer-about {
    max-width: 520px;
  }

  .solar-footer-contact ul {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  

  

  

  

  .solar-footer-slogan {
    gap: 22px;
  }

  .solar-footer-slogan span {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .solar-footer-grid {
    grid-template-columns: 1fr;
  }

  .solar-footer-intro,
  .solar-footer-contact {
    grid-column: auto;
  }

  .solar-footer-brand {
    gap: 15px;
  }

  .solar-footer-brand img {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .solar-footer-brand h2 {
    font-size: 1.25rem;
  }

  .solar-footer-brand p {
    font-size: .86rem;
  }

  .solar-footer-about {
    font-size: .9rem;
  }

  

  

  

  

  

  .solar-footer-column h2 {
    font-size: .9rem;
  }

  

  

  

  .solar-footer-bottom {
    padding: 28px 0;
  }

  .solar-footer-copyright {
    align-items: flex-start;
    gap: 13px;
  }

  .solar-footer-copyright span,
  .solar-footer-developer span,
  .solar-footer-developer a {
    font-size: .68rem;
  }

  .solar-footer-slogan>i:last-child {
    display: none;
  }

  .solar-footer-slogan span {
    font-size: .65rem;
  }
}

/* Compact footer after removing the CTA and benefits strip. */
.solar-footer-main {
  padding: 34px 0 26px;
}

.solar-footer-intro {
  padding-right: 44px;
}

.solar-footer-brand {
  gap: 14px;
}

.solar-footer-brand img {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
}

.solar-footer-brand h2 {
  font-size: clamp(1.05rem, 1.18vw, 1.3rem);
}

.solar-footer-brand p {
  margin-top: 4px;
  font-size: .82rem;
}

.solar-footer-brand .solar-footer-heading-line {
  margin-top: 10px;
}

.solar-footer-about {
  max-width: 360px;
  margin-top: 16px;
  font-size: clamp(.72rem, .82vw, .84rem);
  line-height: 1.5;
}

.solar-footer-social {
  gap: 9px;
  margin-top: 14px;
}

.solar-footer-social a {
  width: 36px;
  height: 36px;
  font-size: .9rem;
}

.solar-footer-column {
  padding: 10px 14px 0 40px;
}

.solar-footer-column::before {
  top: 54px;
}

.solar-footer-column h2 {
  font-size: .78rem;
}

.solar-footer-column .solar-footer-heading-line {
  width: 24px;
  height: 2px;
  margin-top: 10px;
}

.solar-footer-links,
.solar-footer-contact ul {
  margin-top: 8px;
}

.solar-footer-links a {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-height: 46px;
  font-size: .76rem;
}

.solar-footer-links a i {
  font-size: 1.2rem;
}

.solar-footer-contact li {
  grid-template-columns: 44px 1fr;
  gap: 12px;
  min-height: 70px;
}

.solar-footer-contact-icon {
  width: 38px;
  height: 38px;
  font-size: 1rem;
}

.solar-footer-contact strong {
  margin: 1px 0 4px;
  font-size: .76rem;
}

.solar-footer-contact a,
.solar-footer-contact li>span:last-child>span {
  font-size: .74rem;
  line-height: 1.45;
}

.solar-footer-bottom {
  padding: 13px 0;
}

.solar-footer-bottom-grid {
  min-height: 46px;
}

.solar-footer-copyright,
.solar-footer-slogan,
.solar-footer-developer {
  min-height: 40px;
}

.solar-footer-copyright {
  gap: 14px;
  padding-right: 26px;
}

.solar-footer-copyright>i {
  font-size: 1.25rem;
}

.solar-footer-copyright span,
.solar-footer-developer span,
.solar-footer-developer a {
  font-size: .64rem;
}

.solar-footer-slogan {
  padding-inline: 28px;
}

.solar-footer-slogan>i {
  font-size: 1.2rem;
}

.solar-footer-slogan span {
  font-size: .64rem;
  letter-spacing: .2em;
}

.solar-footer-developer {
  gap: 16px;
  padding-left: 26px;
}

.solar-footer-developer>i {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .solar-footer-main {
    padding: 32px 0 26px;
  }

  .solar-footer-intro,
  .solar-footer-column {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .solar-footer-main {
    padding: 28px 0 24px;
  }

  .solar-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 16px;
  }

  .solar-footer-intro,
  .solar-footer-contact {
    grid-column: 1 / -1;
  }

  .solar-footer-brand img {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .solar-footer-social a {
    width: 34px;
    height: 34px;
  }

  .solar-footer-links a {
    grid-template-columns: 28px 1fr;
    gap: 7px;
    min-height: 44px;
    font-size: .69rem;
  }

  .solar-footer-links a i {
    font-size: 1.08rem;
  }

  .solar-footer-contact li {
    min-height: 64px;
  }

  .solar-footer-bottom {
    padding: 16px 0;
  }

  .solar-footer-bottom-grid {
    gap: 10px;
  }

  .solar-footer-copyright,
  .solar-footer-slogan,
  .solar-footer-developer {
    min-height: 34px;
  }

  .solar-footer-slogan {
    padding-block: 12px;
  }
}

/* Our projects and solar components showcase */
.rays-projects-showcase {
  position: relative;
  overflow: hidden;
  padding: 68px 0 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .97) 27%, rgba(255, 255, 255, .96) 78%, rgba(246, 252, 242, .94) 100%),
    url("../images/hero-carousel-future.webp") center top / cover no-repeat;
}

.rays-projects-showcase::before,
.rays-projects-showcase::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.rays-projects-showcase::before {
  top: -120px;
  left: -180px;
  width: 520px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 166, 46, .18), transparent 67%);
  transform: rotate(-18deg);
}

.rays-projects-showcase::after {
  right: -140px;
  bottom: -150px;
  width: 620px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 158, 35, .15), transparent 70%);
}

.rays-projects-showcase .site-container {
  position: relative;
  z-index: 1;
}

.rays-projects-head {
  max-width: 850px;
  margin: 0 auto 21px;
  text-align: center;
}

.rays-projects-kicker {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  color: #238521;
  font-family: "Manrope", sans-serif;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.rays-projects-kicker i {
  position: relative;
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #238521);
}

.rays-projects-kicker i:last-child {
  background: linear-gradient(90deg, #238521, transparent);
}

.rays-projects-kicker i::after {
  position: absolute;
  top: -3px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #238521;
  content: "";
}

.rays-projects-kicker i:last-child::after {
  right: auto;
  left: -1px;
}

.rays-projects-head h2 {
  margin: 9px 0 0;
  color: #071a3b;
  font-size: clamp(2.35rem, 3.65vw, 3.55rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.rays-projects-head h2 strong {
  color: #278923;
  font-weight: inherit;
}

.rays-projects-accent {
  display: block;
  width: 42px;
  height: 3px;
  margin: 14px auto 10px;
  border-radius: 99px;
  background: #f4b400;
}

.rays-projects-head p {
  margin: 0;
  color: #18233c;
  font-size: .91rem;
  line-height: 1.45;
}

.rays-projects-head p strong {
  color: #247e22;
  font-weight: 600;
}

.rays-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rays-project-card {
  display: grid;
  grid-template-columns: 51% 49%;
  min-width: 0;
  min-height: 188px;
  overflow: hidden;
  border: 1px solid rgba(13, 51, 44, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 21px rgba(11, 36, 28, .1);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.rays-project-card:hover {
  border-color: rgba(45, 143, 37, .28);
  box-shadow: 0 13px 28px rgba(11, 47, 31, .15);
  transform: translateY(-4px);
}

.rays-project-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #eef7e9, #fff 62%);
}

.rays-project-media::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(46, 151, 34, .1);
  content: "";
}

.rays-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.rays-project-media.is-contain img {
  padding: 11px;
  object-fit: contain;
}

.rays-project-card:hover .rays-project-media img {
  transform: scale(1.035);
}

.rays-project-copy {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 14px 16px 13px;
  flex-direction: column;
  justify-content: center;
}

.rays-project-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 7px;
  place-items: center;
  clip-path: polygon(25% 7%, 75% 7%, 100% 27%, 100% 73%, 75% 93%, 25% 93%, 0 73%, 0 27%);
  background: linear-gradient(145deg, #59b82f, #08751f);
  color: #fff;
  font-size: 1.08rem;
  filter: drop-shadow(0 5px 5px rgba(10, 78, 26, .18));
}

.rays-project-copy h3 {
  margin: 0;
  color: #071a3b;
  font-size: clamp(.78rem, .9vw, .92rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.018em;
  text-transform: uppercase;
}

.rays-project-rule {
  display: block;
  width: 24px;
  height: 2px;
  margin: 8px 0 8px;
  border-radius: 99px;
  background: #2f9828;
}

.rays-project-copy p {
  margin: 0;
  color: #1f2a43;
  font-size: clamp(.65rem, .72vw, .72rem);
  line-height: 1.5;
}

.rays-projects-cta {
  display: grid;
  grid-template-columns: 52px auto 1px 1fr 42px;
  gap: 18px;
  align-items: center;
  width: min(690px, 100%);
  min-height: 64px;
  margin: 14px auto 0;
  padding: 8px 14px 8px 18px;
  border-radius: 14px;
  background: linear-gradient(90deg, #0a8d20, #25952b 55%, #07811e);
  color: #fff;
  box-shadow: 0 10px 23px rgba(18, 111, 30, .2);
  transition: box-shadow .25s ease, transform .25s ease;
}

.rays-projects-cta:hover,
.rays-projects-cta:focus-visible {
  color: #fff;
  box-shadow: 0 14px 28px rgba(18, 111, 30, .28);
  transform: translateY(-3px);
}

.rays-projects-cta-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ffd01a;
  font-size: 1.7rem;
}

.rays-projects-cta strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  white-space: nowrap;
}

.rays-projects-cta-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, .48);
}

.rays-projects-cta small {
  color: rgba(255, 255, 255, .9);
  line-height: 1.4;
}

.rays-projects-cta-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #188823;
  font-size: 1.05rem;
}

.rays-projects-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 15px;
}

.rays-projects-benefits>span {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: #17233c;
}

.rays-projects-benefits i {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border: 1px solid #248f26;
  border-radius: 50%;
  color: #248f26;
  font-size: .96rem;
}

.rays-projects-benefits b {
  font-size: .64rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1199.98px) {
  .rays-projects-showcase {
    padding-top: 60px;
  }

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

  .rays-project-card {
    min-height: 182px;
  }

  .rays-projects-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .rays-projects-showcase {
    padding: 50px 0 28px;
  }

  .rays-projects-head {
    margin-bottom: 18px;
  }

  .rays-projects-kicker {
    gap: 10px;
    font-size: .78rem;
  }

  .rays-projects-kicker i {
    width: 32px;
  }

  .rays-projects-head h2 {
    font-size: clamp(2rem, 8.7vw, 2.8rem);
  }

  .rays-projects-head p {
    font-size: .8rem;
  }

  .rays-projects-head p br {
    display: none;
  }

  .rays-projects-grid {
    grid-template-columns: 1fr;
  }

  .rays-project-card {
    min-height: 172px;
  }

  .rays-project-copy {
    padding: 12px 14px;
  }

  .rays-projects-cta {
    grid-template-columns: 42px 1fr 36px;
    gap: 11px;
    min-height: 58px;
    padding-inline: 12px;
  }

  .rays-projects-cta-icon {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }

  .rays-projects-cta strong {
    font-size: .9rem;
  }

  .rays-projects-cta-divider,
  .rays-projects-cta small {
    display: none;
  }

  .rays-projects-cta-arrow {
    width: 34px;
    height: 34px;
  }

  .rays-projects-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 8px;
  }

  .rays-projects-benefits>span {
    justify-content: flex-start;
  }

  .rays-projects-benefits>span:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .rays-project-card {
    grid-template-columns: 46% 54%;
    min-height: 166px;
  }

  .rays-project-media.is-contain img {
    padding: 8px;
  }

  .rays-project-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    font-size: .9rem;
  }

  .rays-project-copy h3 {
    font-size: .75rem;
  }

  .rays-project-copy p {
    font-size: .62rem;
  }

  .rays-projects-benefits b {
    font-size: .59rem;
  }
}

/* Government recognition certificate showcase */
.rays-certificate-section {
  position: relative;
  overflow: hidden;
  padding: 62px 0 24px;
  background:
    radial-gradient(circle at 3% 12%, rgba(116, 173, 65, .09), transparent 21%),
    linear-gradient(180deg, #fff 0%, #fbfdf9 100%);
}

.rays-certificate-panel {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(6, 38, 36, .08);
  border-radius: 24px;
  background: linear-gradient(130deg, #061e25 0%, #062a2c 55%, #031b26 100%);
  box-shadow: 0 18px 48px rgba(7, 40, 32, .12);
}

.rays-certificate-visual {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 72px 34px 78px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 11%, rgba(120, 172, 79, .18), transparent 25%),
    linear-gradient(145deg, #fff 0%, #f8f4e9 72%, #f1ebdc 100%);
}

.rays-certificate-visual::before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 36%;
  height: 74px;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  background: #06232a;
  content: "";
}

.rays-certificate-visual::after {
  position: absolute;
  bottom: -80px;
  left: -70px;
  width: 230px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(91, 153, 48, .24), transparent 67%);
  content: "";
}

.rays-certificate-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 11px;
  border: 8px solid #f4f4f1;
  background: #fff;
  box-shadow:
    0 0 0 2px #d7d8d2,
    0 20px 34px rgba(39, 43, 35, .22),
    inset 0 0 0 1px #fff;
}

.rays-certificate-frame::before {
  position: absolute;
  inset: -8px;
  pointer-events: none;
  border: 1px solid #c7cac7;
  content: "";
}

.rays-certificate-frame a,
.rays-certificate-frame img {
  display: block;
  width: 100%;
}

.rays-certificate-frame img {
  height: auto;
  aspect-ratio: 1754 / 1240;
  object-fit: contain;
}

.rays-certificate-pedestal {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 29px;
  left: 10px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #eee8da 76%);
  box-shadow: 0 12px 20px rgba(71, 62, 45, .18);
}

.rays-certificate-pedestal::after {
  position: absolute;
  right: 12%;
  bottom: 7px;
  left: 12%;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #c9992c 12%, #f2d574 50%, #c9992c 88%, transparent);
  content: "";
}

.rays-certificate-content {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  padding: 66px 42px 38px;
  color: #fff;
}

.rays-certificate-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 215px;
  gap: 42px;
  align-items: start;
}

.rays-certificate-kicker {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #f4aa00;
  font-family: "Manrope", sans-serif;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.rays-certificate-kicker i {
  font-size: 1.75rem;
}

.rays-certificate-copy h2 {
  margin: 26px 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 1.75vw, 1.7rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.rays-certificate-lead {
  margin: 0;
  color: rgba(255, 255, 255, .91);
  font-size: clamp(.9rem, 1.06vw, 1.04rem);
  line-height: 1.5;
}

.rays-certificate-rule {
  display: block;
  width: 72px;
  height: 3px;
  margin: 23px 0 27px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7ec42f, #c1dc55);
}

.rays-certificate-copy>p:last-child {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, .83);
  font-size: .86rem;
  line-height: 1.72;
}

.rays-certificate-highlights {
  display: flex;
  gap: 27px;
  flex-direction: column;
}

.rays-certificate-highlights>div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
}

.rays-certificate-highlights>div>span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(55, 117, 72, .47), rgba(23, 72, 55, .6));
  color: #fff;
  font-size: 1.38rem;
}

.rays-certificate-highlights p {
  margin: 2px 0 0;
}

.rays-certificate-highlights strong,
.rays-certificate-highlights small {
  display: block;
}

.rays-certificate-highlights strong {
  color: #fff;
  font-size: .82rem;
  line-height: 1.3;
}

.rays-certificate-highlights small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .67);
  font-size: .69rem;
  line-height: 1.48;
}

.rays-certificate-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px dashed rgba(255, 255, 255, .17);
}

.rays-certificate-recognition {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 17px;
  align-items: center;
  min-width: 0;
}

.rays-certificate-recognition>span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 15px;
  background: rgba(44, 111, 68, .44);
  color: #d9f1bf;
  font-size: 1.35rem;
}

.rays-certificate-recognition p {
  margin: 0;
}

.rays-certificate-recognition strong,
.rays-certificate-recognition small {
  display: block;
}

.rays-certificate-recognition strong {
  max-width: 510px;
  color: #84c62e;
  font-size: .76rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.rays-certificate-recognition small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .84);
  font-size: .68rem;
  line-height: 1.4;
}

.rays-certificate-meta dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin: 0;
}

.rays-certificate-meta dl>div {
  min-width: 120px;
  padding: 3px 20px;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.rays-certificate-meta dt {
  color: rgba(255, 255, 255, .68);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rays-certificate-meta dd {
  margin: 11px 0 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: .92rem;
  font-weight: 800;
  white-space: nowrap;
}

.rays-certificate-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding: 25px 24px;
  border: 1px solid rgba(43, 111, 50, .06);
  border-radius: 22px;
  background: linear-gradient(105deg, #f9fcf4, #f4f8ed);
  box-shadow: 0 10px 30px rgba(27, 67, 36, .04);
}

.rays-certificate-benefits>div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 0 24px;
  border-right: 1px solid rgba(19, 75, 48, .12);
}

.rays-certificate-benefits>div:first-child {
  padding-left: 8px;
}

.rays-certificate-benefits>div:last-child {
  padding-right: 8px;
  border-right: 0;
}

.rays-certificate-benefits i {
  color: #65a93c;
  font-size: 2.35rem;
}

.rays-certificate-benefits strong,
.rays-certificate-benefits small {
  display: block;
}

.rays-certificate-benefits strong {
  color: #0a382d;
  font-size: .78rem;
  font-weight: 800;
}

.rays-certificate-benefits small {
  margin-top: 7px;
  color: #273c36;
  font-size: .65rem;
  line-height: 1.45;
}









@media (max-width: 1199.98px) {
  .rays-certificate-panel {
    grid-template-columns: 42% 58%;
  }

  .rays-certificate-visual {
    padding-inline: 26px;
  }

  .rays-certificate-content {
    padding: 46px 28px 32px;
  }

  .rays-certificate-body {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rays-certificate-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
  }

  .rays-certificate-highlights>div {
    grid-template-columns: 46px 1fr;
    gap: 10px;
  }

  .rays-certificate-highlights>div>span {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 1.1rem;
  }

  .rays-certificate-meta {
    grid-template-columns: 1fr;
  }

  .rays-certificate-meta dl {
    justify-content: start;
  }

  .rays-certificate-meta dl>div:first-child {
    border-left: 0;
  }

  .rays-certificate-benefits>div {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding-inline: 15px;
  }

  .rays-certificate-benefits i {
    font-size: 1.85rem;
  }
}

@media (max-width: 991.98px) {
  .rays-certificate-section {
    padding-top: 52px;
  }

  .rays-certificate-panel {
    grid-template-columns: 1fr;
  }

  .rays-certificate-visual {
    min-height: 460px;
    padding: 58px 60px 76px;
  }

  .rays-certificate-frame {
    width: min(680px, 100%);
  }

  .rays-certificate-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .rays-certificate-benefits>div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  .rays-certificate-section {
    padding: 42px 0 20px;
  }

  .rays-certificate-panel {
    border-radius: 18px;
  }

  .rays-certificate-visual {
    min-height: 0;
    padding: 45px 20px 65px;
  }

  .rays-certificate-visual::before {
    height: 48px;
  }

  .rays-certificate-frame {
    padding: 6px;
    border-width: 5px;
  }

  .rays-certificate-pedestal {
    bottom: 22px;
    height: 54px;
  }

  .rays-certificate-content {
    padding: 34px 22px 26px;
  }

  .rays-certificate-kicker {
    font-size: .74rem;
  }

  .rays-certificate-kicker i {
    font-size: 1.4rem;
  }

  .rays-certificate-copy h2 {
    margin-top: 20px;
    font-size: 1.35rem;
  }

  .rays-certificate-copy>p:last-child {
    font-size: .78rem;
  }

  .rays-certificate-highlights {
    grid-template-columns: 1fr;
  }

  .rays-certificate-highlights>div {
    grid-template-columns: 48px 1fr;
  }

  .rays-certificate-highlights>div>span {
    width: 48px;
    height: 48px;
  }

  .rays-certificate-meta {
    margin-top: 24px;
    padding-top: 22px;
  }

  .rays-certificate-recognition {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .rays-certificate-recognition>span {
    width: 48px;
    height: 48px;
  }

  .rays-certificate-meta dl {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .rays-certificate-meta dl>div {
    min-width: 0;
    padding: 0 14px;
  }

  .rays-certificate-meta dl>div:first-child {
    padding-left: 0;
  }

  .rays-certificate-meta dd {
    font-size: .82rem;
  }

  .rays-certificate-benefits {
    margin-top: 18px;
    padding: 21px 14px;
    border-radius: 17px;
  }

  .rays-certificate-benefits>div {
    padding-inline: 10px;
  }

  

  

  
}

@media (max-width: 480px) {
  .rays-certificate-benefits {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rays-certificate-benefits>div {
    min-height: 82px;
    padding: 14px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(19, 75, 48, .1);
  }

  .rays-certificate-benefits>div:last-child {
    border-bottom: 0;
  }

  
}

/* Certificate light design refinement */
.rays-certificate-section {
  position: relative;
  padding: 58px 0 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(239, 249, 229, .8), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.rays-certificate-panel {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid #8ca9bc;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(17, 51, 42, .12);
  isolation: isolate;
}

.rays-certificate-panel::before,
.rays-certificate-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -170px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  pointer-events: none;
}

.rays-certificate-panel::before {
  top: -250px;
  background: linear-gradient(145deg, #79bc2f 0 18%, #217d24 18% 42%, #0a6521 42% 100%);
  box-shadow: -22px 18px 0 rgba(122, 190, 48, .2);
}

.rays-certificate-panel::after {
  right: -250px;
  bottom: -305px;
  background: linear-gradient(145deg, #0c842d, #005824);
  box-shadow: -22px -16px 0 rgba(75, 157, 37, .18);
}

.rays-certificate-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 106px 34px 98px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .76)),
    url("../images/hero-carousel-savings.webp") center / cover no-repeat;
}

.rays-certificate-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 24% 8%, rgba(238, 255, 162, .62), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .03) 0%, rgba(238, 244, 233, .12) 62%, rgba(255, 255, 255, .82) 100%);
  backdrop-filter: blur(1px);
}

.rays-certificate-visual::after {
  content: "";
  position: absolute;
  inset: auto 5% 5% 5%;
  z-index: -1;
  height: 38%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .64);
  filter: blur(34px);
}

.rays-certificate-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 545px);
  padding: 16px;
  border: 9px solid #f8f8f5;
  border-radius: 2px;
  background: linear-gradient(145deg, #e3e3df, #fff 38%, #d9d9d4 100%);
  box-shadow:
    0 22px 38px rgba(11, 31, 28, .22),
    inset 0 0 0 2px #c8c8c3;
  transform: translateY(-8px);
}

.rays-certificate-frame a,
.rays-certificate-frame img {
  display: block;
  width: 100%;
}

.rays-certificate-frame img {
  height: auto;
  border: 1px solid #c8baa0;
  background: #fff;
}

.rays-certificate-pedestal {
  position: absolute;
  z-index: 1;
  left: 4%;
  right: 0;
  bottom: 26px;
  width: auto;
  height: 100px;
  border: 1px solid rgba(197, 199, 196, .9);
  border-radius: 50% 50% 10px 10px / 28% 28% 12px 12px;
  background: linear-gradient(180deg, #fff 0 56%, #eee 57% 76%, #c8a64b 77% 83%, #fff 84% 100%);
  box-shadow: 0 18px 24px rgba(44, 48, 43, .14);
}

.rays-certificate-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 68px 40px 0;
  color: #081920;
  background: rgba(255, 255, 255, .94);
}

.rays-certificate-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 38px;
  align-items: start;
}

.rays-certificate-copy {
  min-width: 0;
}

.rays-certificate-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #64ad32, #137b1c);
  box-shadow: 0 7px 18px rgba(37, 128, 31, .2);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rays-certificate-kicker i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #2b8e24;
  background: #fff;
  font-size: .95rem;
}

.rays-certificate-copy h2 {
  margin: 27px 0 17px;
  color: #06151d;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.05vw, 3.35rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.rays-certificate-copy h2 span,
.rays-certificate-copy h2 strong {
  display: block;
  color: inherit;
}

.rays-certificate-copy h2 strong {
  color: #3a9a27;
}

.rays-certificate-lead {
  margin: 0;
  color: #18262c;
  font-size: .81rem;
  line-height: 1.55;
}

.rays-certificate-lead strong {
  color: #237f20;
}

.rays-certificate-rule {
  display: block;
  width: 58px;
  height: 3px;
  margin: 25px 0 23px;
  border-radius: 10px;
  background: linear-gradient(90deg, #69b42d, #147b20);
}

.rays-certificate-copy>p:last-child {
  max-width: 590px;
  margin: 0;
  color: #2a393f;
  font-size: .76rem;
  line-height: 1.68;
}

.rays-certificate-highlights {
  display: grid;
  gap: 14px;
}

.rays-certificate-highlights>div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 108px;
  padding: 15px;
  border: 1px solid #dce6d5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 9px 22px rgba(35, 74, 48, .08);
}

.rays-certificate-highlights>div>span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(226, 250, 215, .86);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #6fba39, #0a7924 70%);
  box-shadow: 0 8px 18px rgba(23, 119, 35, .24), inset 0 0 0 1px rgba(255, 255, 255, .42);
  font-size: 1.45rem;
}

.rays-certificate-highlights p {
  margin: 0;
}

.rays-certificate-highlights strong,
.rays-certificate-highlights small {
  display: block;
}

.rays-certificate-highlights strong {
  margin-bottom: 6px;
  color: #071820;
  font-size: .77rem;
  line-height: 1.25;
}

.rays-certificate-highlights small {
  color: #344149;
  font-size: .64rem;
  line-height: 1.45;
}

.rays-certificate-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: auto -40px 0 0;
  padding: 19px 27px;
  border: 0;
  border-radius: 20px 0 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 130%, rgba(94, 173, 61, .45), transparent 40%),
    linear-gradient(110deg, #4aa221 0%, #0d8126 50%, #006226 100%);
  box-shadow: 0 -8px 22px rgba(13, 102, 36, .12);
}

.rays-certificate-meta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 100%;
  opacity: .18;
  background: repeating-radial-gradient(ellipse at 100% 120%, transparent 0 12px, rgba(255, 255, 255, .65) 13px 14px);
  pointer-events: none;
}

.rays-certificate-recognition {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}

.rays-certificate-recognition>span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid #e6d65c;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 18px rgba(239, 220, 88, .42), inset 0 0 0 5px rgba(255, 255, 255, .08);
  font-size: 1.65rem;
}

.rays-certificate-recognition p {
  margin: 0;
}

.rays-certificate-recognition strong,
.rays-certificate-recognition small {
  display: block;
  color: #fff;
}

.rays-certificate-recognition strong {
  font-size: .69rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.rays-certificate-recognition small {
  margin-top: 5px;
  font-size: .61rem;
  line-height: 1.35;
}

.rays-certificate-meta dl {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  margin: 0;
}

.rays-certificate-meta dl>div {
  min-width: 128px;
  padding: 2px 22px;
  border-left: 1px solid rgba(255, 255, 255, .55);
}

.rays-certificate-meta dt {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .94);
  font-size: .59rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rays-certificate-meta dd {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: #fff;
  font-size: .87rem;
  font-weight: 800;
  white-space: nowrap;
}

.rays-certificate-meta dd i {
  color: #eed952;
  font-size: 1rem;
}

.rays-certificate-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  padding: 28px 26px;
  overflow: hidden;
  border: 1px solid #a9c1d2;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(21, 55, 47, .07);
}

.rays-certificate-benefits>div {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 17px;
  align-items: center;
  min-height: 106px;
  padding: 0 30px;
  border-right: 1px solid rgba(21, 80, 52, .12);
}

.rays-certificate-benefits>div:last-child {
  border-right: 0;
}

.rays-certificate-benefits>div::after {
  content: "";
  position: absolute;
  left: 46px;
  bottom: -1px;
  width: 40px;
  height: 3px;
  border-radius: 8px;
  background: #268723;
}

.rays-certificate-benefits i {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid #e2edcb;
  border-radius: 50%;
  color: #208225;
  background: linear-gradient(145deg, #f5fbe9, #ecf6d9);
  box-shadow: 0 8px 18px rgba(43, 92, 40, .1);
  font-size: 2rem;
}

.rays-certificate-benefits span,
.rays-certificate-benefits strong,
.rays-certificate-benefits small {
  display: block;
}

.rays-certificate-benefits strong {
  margin-bottom: 9px;
  color: #092027;
  font-size: .68rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.rays-certificate-benefits small {
  color: #354249;
  font-size: .59rem;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .rays-certificate-panel {
    grid-template-columns: 40% 60%;
  }

  .rays-certificate-visual {
    padding-inline: 24px;
  }

  .rays-certificate-content {
    padding: 48px 26px 0;
  }

  .rays-certificate-body {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .rays-certificate-copy h2 {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .rays-certificate-highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  .rays-certificate-highlights>div {
    grid-template-columns: 44px 1fr;
    gap: 10px;
    min-height: 92px;
    padding: 11px;
  }

  .rays-certificate-highlights>div>span {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .rays-certificate-meta {
    margin-right: -26px;
    padding-inline: 20px;
  }

  .rays-certificate-meta dl>div {
    min-width: 115px;
    padding-inline: 15px;
  }

  .rays-certificate-benefits>div {
    grid-template-columns: 58px 1fr;
    gap: 12px;
    padding-inline: 16px;
  }

  .rays-certificate-benefits i {
    width: 58px;
    height: 58px;
    font-size: 1.55rem;
  }

  .rays-certificate-benefits>div::after {
    left: 24px;
  }
}

@media (max-width: 991px) {
  .rays-certificate-section {
    padding-top: 42px;
  }

  .rays-certificate-panel {
    grid-template-columns: 1fr;
  }

  .rays-certificate-visual {
    min-height: 500px;
    padding: 65px 9% 94px;
  }

  .rays-certificate-frame {
    width: min(88%, 570px);
  }

  .rays-certificate-pedestal {
    left: 13%;
    right: 13%;
  }

  .rays-certificate-content {
    padding: 48px 32px 0;
  }

  .rays-certificate-body {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .rays-certificate-highlights {
    grid-template-columns: 1fr;
  }

  .rays-certificate-highlights>div {
    grid-template-columns: 54px 1fr;
  }

  .rays-certificate-highlights>div>span {
    width: 54px;
    height: 54px;
  }

  .rays-certificate-meta {
    margin-top: 34px;
    margin-right: -32px;
  }

  .rays-certificate-benefits {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }

  .rays-certificate-benefits>div:nth-child(2) {
    border-right: 0;
  }

  .rays-certificate-benefits>div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(21, 80, 52, .12);
  }

  .rays-certificate-benefits>div {
    min-height: 124px;
    padding-block: 20px;
  }
}

@media (max-width: 767px) {
  .rays-certificate-section {
    padding: 30px 0;
  }

  .rays-certificate-panel {
    border-radius: 20px;
  }

  .rays-certificate-visual {
    min-height: 400px;
    padding: 48px 6% 78px;
  }

  .rays-certificate-frame {
    width: 94%;
    padding: 10px;
    border-width: 6px;
  }

  .rays-certificate-pedestal {
    left: 7%;
    right: 7%;
    bottom: 19px;
    height: 76px;
  }

  .rays-certificate-content {
    padding: 34px 20px 0;
  }

  .rays-certificate-body {
    grid-template-columns: 1fr;
  }

  .rays-certificate-copy h2 {
    margin-top: 22px;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .rays-certificate-highlights {
    grid-template-columns: 1fr;
  }

  .rays-certificate-meta {
    grid-template-columns: 1fr;
    margin-right: -20px;
    padding: 20px;
    border-radius: 16px 0 0 0;
  }

  .rays-certificate-meta dl {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .rays-certificate-meta dl>div {
    min-width: 0;
    padding-inline: 14px;
  }

  .rays-certificate-benefits {
    padding: 12px 20px;
    border-radius: 20px;
  }

  .rays-certificate-benefits>div {
    padding-inline: 10px;
  }
}

@media (max-width: 520px) {
  .rays-certificate-visual {
    min-height: 320px;
  }

  .rays-certificate-kicker {
    font-size: .66rem;
  }

  .rays-certificate-meta dl {
    grid-template-columns: 1fr;
  }

  .rays-certificate-meta dl>div {
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .35);
  }

  .rays-certificate-benefits {
    grid-template-columns: 1fr;
  }

  .rays-certificate-benefits>div,
  .rays-certificate-benefits>div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 80, 52, .12);
  }

  .rays-certificate-benefits>div:last-child {
    border-bottom: 0;
  }
}

/* Floating certificate and synchronized pedestal glow */
.rays-certificate-frame {
  will-change: transform, box-shadow;
  animation: rays-certificate-float 4.2s ease-in-out infinite;
}

.rays-certificate-pedestal {
  isolation: isolate;
}

.rays-certificate-pedestal::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 12%;
  right: 12%;
  bottom: -22px;
  height: 46px;
  border-radius: 50%;
  opacity: .52;
  background: radial-gradient(ellipse, rgba(123, 219, 58, .95) 0%, rgba(230, 197, 62, .52) 35%, rgba(59, 163, 42, .18) 60%, transparent 76%);
  filter: blur(13px);
  transform-origin: center;
  animation: rays-certificate-glow 4.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rays-certificate-float {
  0%,
  100% {
    transform: translateY(-7px);
    box-shadow: 0 20px 34px rgba(11, 31, 28, .2), inset 0 0 0 2px #c8c8c3;
  }

  50% {
    transform: translateY(-19px);
    box-shadow: 0 31px 46px rgba(11, 31, 28, .16), inset 0 0 0 2px #c8c8c3;
  }
}

@keyframes rays-certificate-glow {
  0%,
  100% {
    opacity: .42;
    transform: scaleX(.9) scaleY(.82);
  }

  50% {
    opacity: .76;
    transform: scaleX(1.08) scaleY(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rays-certificate-frame,
  .rays-certificate-pedestal::after {
    animation: none;
  }

  .rays-certificate-frame {
    transform: translateY(-8px);
  }
}

/* Managing Director message */
.director-message-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 74px;
  color: #071a31;
  background:
    radial-gradient(circle at 4% 4%, rgba(255, 244, 188, .32), transparent 25%),
    linear-gradient(180deg, #fffef8 0%, #fff 65%, #fbfdf8 100%);
}

.director-message-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  right: -5%;
  bottom: -4%;
  width: 62%;
  height: 47%;
  opacity: .11;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .18) 15%, #fff 100%),
    url("../images/hero-carousel-future.webp") center bottom / cover no-repeat;
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
  pointer-events: none;
}

.director-message-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -14%;
  bottom: -22%;
  width: 58%;
  height: 48%;
  border-radius: 50%;
  opacity: .48;
  background: radial-gradient(ellipse, rgba(117, 193, 58, .22), transparent 68%);
  filter: blur(16px);
  pointer-events: none;
}

.director-message-grid {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.38fr);
  gap: clamp(58px, 6.2vw, 96px);
  align-items: start;
}

.director-visual {
  min-width: 0;
}

.director-portrait-card {
  position: relative;
  min-height: 648px;
  padding: 28px 28px 0;
  overflow: hidden;
  border: 2px solid #25832a;
  border-bottom: 0;
  border-radius: 62px 86px 10px 10px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 20px 38px rgba(20, 76, 43, .1);
}

.director-portrait-card img {
  display: block;
  width: 100%;
  height: 620px;
  border-radius: 40px 46px 8px 8px;
  object-fit: cover;
  object-position: center 20%;
}

/* .director-nameplate {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 0;
  min-height: 135px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px 45px;
  overflow: hidden;
  border-radius: 58px 145px 8px 8px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(25, 140, 30, .98), rgba(8, 112, 31, .95)),
    repeating-linear-gradient(45deg, transparent 0 7px, rgba(255, 255, 255, .05) 8px 9px);
  box-shadow: 0 -10px 25px rgba(9, 93, 29, .16);
} */

/* .director-nameplate::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background: repeating-radial-gradient(circle at 90% 110%, transparent 0 12px, rgba(255, 255, 255, .62) 13px 14px);
  pointer-events: none;
}

.director-nameplate span,
.director-nameplate h3 {
  position: relative;
  z-index: 1;
}

.director-nameplate span {
  margin-bottom: 9px;
  color: #ffd239;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.director-nameplate h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.025em;
} */

.director-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 10px 0;
  padding: 19px 16px 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 32px rgba(28, 72, 45, .1);
}

.director-pillars>div {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  padding: 0 12px;
  text-align: center;
}

.director-pillars>div+div {
  border-left: 1px solid rgba(20, 65, 39, .14);
}

.director-pillars span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid #26862e;
  border-radius: 50%;
  color: #27862c;
  background: #fff;
  font-size: 1.6rem;
}

.director-pillars strong {
  color: #071a31;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.42;
}

.director-message-copy {
  min-width: 0;
  padding-top: 5px;
}

.director-quote-mark {
  display: block;
  height: 51px;
  color: #ffba0b;
  font-family: Georgia, serif;
  font-size: 6.3rem;
  font-weight: 800;
  line-height: .76;
}

.director-message-copy h2 {
  max-width: 780px;
  margin: 6px 0 20px;
  color: #071a31;
  font-size: clamp(2.55rem, 4vw, 3.65rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.director-message-copy h2 span {
  display: block;
  color: #288b27;
}

.director-title-rule {
  display: block;
  width: 194px;
  height: 3px;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #258829 0 50%, #ffbd14 50% 100%);
}

.director-letter {
  max-width: 800px;
}

.director-letter p {
  margin: 0 0 20px;
  color: #132139;
  font-size: .94rem;
  line-height: 1.72;
}

.director-letter p:first-child {
  margin-bottom: 2px;
}

.director-letter .director-welcome {
  margin-bottom: 18px;
  color: #258929;
  font-weight: 750;
}



@media (max-width: 1199.98px) {
  .director-message-section {
    padding-top: 64px;
  }

  .director-message-grid {
    grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
    gap: 45px;
  }

  .director-portrait-card {
    min-height: 570px;
    padding: 22px 22px 0;
  }

  .director-portrait-card img {
    height: 548px;
  }

  .director-nameplate {
    min-height: 122px;
    padding-inline: 34px;
  }

  .director-pillars {
    margin-inline: 0;
  }

  .director-pillars span {
    width: 54px;
    height: 54px;
  }

  .director-letter p {
    font-size: .86rem;
  }
}

@media (max-width: 991.98px) {
  .director-message-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .director-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .director-portrait-card {
    min-height: 680px;
  }

  .director-portrait-card img {
    height: 656px;
  }

  .director-message-copy {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .director-letter p {
    font-size: .94rem;
  }
}

@media (max-width: 767.98px) {
  .director-message-section {
    padding: 52px 0 58px;
  }

  .director-message-grid {
    gap: 46px;
  }

  .director-portrait-card {
    min-height: 565px;
    padding: 18px 18px 0;
    border-radius: 42px 62px 10px 10px;
  }

  .director-portrait-card img {
    height: 545px;
    border-radius: 29px 38px 8px 8px;
  }

  .director-nameplate {
    min-height: 118px;
    padding: 22px 30px;
    border-radius: 48px 105px 8px 8px;
  }

  .director-pillars {
    margin-top: 25px;
    padding: 17px 8px 20px;
    border-radius: 22px;
  }

  .director-pillars>div {
    padding-inline: 7px;
  }

  .director-pillars span {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .director-pillars strong {
    font-size: .68rem;
  }

  .director-message-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .director-title-rule {
    margin-bottom: 28px;
  }
}

@media (max-width: 479.98px) {
  .director-portrait-card {
    min-height: 455px;
    padding: 12px 12px 0;
  }

  .director-portrait-card img {
    height: 440px;
  }

  .director-nameplate {
    min-height: 101px;
    padding: 17px 23px;
  }

  .director-nameplate span {
    font-size: .68rem;
  }

  .director-nameplate h3 {
    font-size: 1.45rem;
  }

  .director-pillars {
    grid-template-columns: 1fr;
    padding: 5px 18px;
  }

  .director-pillars>div {
    display: grid;
    grid-template-columns: 47px 1fr;
    min-height: 74px;
    text-align: left;
  }

  .director-pillars>div+div {
    border-top: 1px solid rgba(20, 65, 39, .14);
    border-left: 0;
  }

  .director-pillars strong br {
    display: none;
  }

  .director-letter p {
    font-size: .87rem;
  }

  .director-signoff {
    grid-template-columns: 88px 1fr;
    gap: 17px;
  }

  .director-signature {
    width: 86px;
    height: 86px;
  }

  .director-signature span {
    font-size: 1.35rem;
  }
}

/* Homepage alignment and location map */
.atelier-home .rays-testimonials-container,
.atelier-home .rays-contact-container {
  width: min(1380px, calc(100% - 64px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.atelier-home .rays-contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}

.atelier-home .rays-contact-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.atelier-home .rays-contact-content-grid {
  display: block;
}

.atelier-home .rays-contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.atelier-home .rays-contact-detail {
  min-width: 0;
  min-height: 116px;
}

.atelier-home .rays-contact-detail>span:last-child {
  min-width: 0;
}

.atelier-home .rays-contact-detail b,
.atelier-home .rays-contact-detail small {
  overflow-wrap: anywhere;
}

.atelier-home .rays-contact-form {
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rays-location-section {
  position: relative;
  padding: 24px 0 72px;
  background:
    radial-gradient(circle at 12% 100%, rgba(122, 195, 63, .09), transparent 32%),
    linear-gradient(180deg, #f8fcf5 0%, #fff 100%);
}

.rays-location-card {
  overflow: hidden;
  border: 1px solid rgba(51, 126, 42, .22);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 61, 39, .1);
}

.rays-location-map-frame {
  position: relative;
  height: clamp(370px, 37vw, 520px);
  overflow: hidden;
  background: #eef3ed;
}

.rays-location-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rays-location-open-map {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(8, 49, 35, .12);
  border-radius: 8px;
  color: #1368df;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 5px 18px rgba(13, 40, 31, .13);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.rays-location-open-map:hover,
.rays-location-open-map:focus-visible {
  color: #0756c2;
  background: #fff;
}

.rays-location-info {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 118px;
  padding: 20px 27px;
}

.rays-location-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  color: #178d25;
  background: #f0faeb;
  font-size: 1.45rem;
}

.rays-location-copy {
  min-width: 0;
}

.rays-location-copy>span {
  display: block;
  margin-bottom: 5px;
  color: #168822;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.rays-location-copy h2 {
  margin: 0 0 4px;
  color: #071b22;
  font-size: 1rem;
  font-weight: 800;
}

.rays-location-copy p {
  margin: 0;
  color: #58625f;
  font-size: .8rem;
  line-height: 1.45;
}

.rays-location-directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 154px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid #102c26;
  border-radius: 15px;
  color: #09241e;
  background: #fff;
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.rays-location-directions:hover,
.rays-location-directions:focus-visible {
  color: #fff;
  background: #075f3f;
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .atelier-home .rays-contact-layout {
    grid-template-columns: 1fr;
  }

  .atelier-home .rays-contact-content,
  .atelier-home .rays-contact-form {
    width: min(100%, 920px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .atelier-home .rays-testimonials-container,
  .atelier-home .rays-contact-container {
    width: min(1380px, calc(100% - 40px));
  }

  .rays-location-map-frame {
    height: 430px;
  }
}

@media (max-width: 767.98px) {
  .atelier-home .rays-testimonials-container,
  .atelier-home .rays-contact-container {
    width: min(1380px, calc(100% - 28px));
  }

  .atelier-home .rays-contact-details {
    grid-template-columns: 1fr;
  }

  .atelier-home .rays-contact-detail {
    min-height: 96px;
  }

  .rays-location-section {
    padding: 18px 0 54px;
  }

  .rays-location-card {
    border-radius: 20px;
  }

  .rays-location-map-frame {
    height: 360px;
  }

  .rays-location-info {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 19px;
  }

  .rays-location-icon {
    width: 52px;
    height: 52px;
  }

  .rays-location-directions {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .rays-location-map-frame {
    height: 300px;
  }

  .rays-location-open-map {
    top: 12px;
    left: 12px;
    min-height: 40px;
    font-size: .7rem;
  }

  .rays-location-info {
    grid-template-columns: 1fr;
  }

  .rays-location-icon {
    width: 48px;
    height: 48px;
  }

  .rays-location-directions {
    grid-column: auto;
  }
}

/* Contact form labels above their controls */
.rays-contact-form .rays-contact-field {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rays-contact-form .rays-contact-field:focus-within {
  border: 0;
  box-shadow: none;
}

.rays-contact-form .rays-contact-field>span {
  display: block;
  margin: 0 0 8px;
  color: #14223a;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

.rays-contact-form .rays-contact-field input,
.rays-contact-form .rays-contact-field select,
.rays-contact-form .rays-contact-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #d6dde3;
  border-radius: 9px;
  outline: 0;
  color: #17233a;
  background: #fff;
  font-size: 13px;
  box-shadow: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.rays-contact-form .rays-contact-field textarea {
  min-height: 122px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.rays-contact-form .rays-contact-field:has(textarea) {
  min-height: 0;
}

.rays-contact-form .rays-contact-field input:focus,
.rays-contact-form .rays-contact-field select:focus,
.rays-contact-form .rays-contact-field textarea:focus {
  border-color: #4a9b36;
  box-shadow: 0 0 0 4px rgba(74, 155, 54, .09);
}

.rays-contact-form .rays-contact-field .invalid-feedback {
  margin: 5px 0 0;
  padding-left: 2px;
}

.rays-contact-form-grid {
  row-gap: 17px;
}

/* Contact page consultation showcase */
.rays-consultation-section {
  position: relative;
  padding: 66px 0 76px;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 7%, rgba(255, 231, 147, .18), transparent 20%),
    linear-gradient(180deg, #f8f8f6 0%, #fff 100%);
}

.rays-consultation-shell {
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr);
  min-height: 860px;
  overflow: hidden;
  border: 1px solid rgba(13, 56, 44, .06);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(10, 45, 36, .12);
}

.rays-consultation-story {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  background: url("../images/hero-carousel-future.webp") 54% center / cover no-repeat;
}

.rays-consultation-story::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, .26) 76%, rgba(255, 255, 255, .08) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, .64), transparent 75%);
}

.rays-consultation-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18px;
  right: 22px;
  width: 130px;
  height: 120px;
  opacity: .35;
  background-image: radial-gradient(circle, #fff 2px, transparent 2.5px);
  background-size: 14px 14px;
  pointer-events: none;
}

.rays-consultation-story-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 860px;
  padding: 85px 66px 68px;
  flex-direction: column;
}

.rays-consultation-eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 34px;
  color: #091727;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rays-consultation-eyebrow span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #f2ae00;
  background: rgba(255, 249, 222, .88);
  font-size: 1.08rem;
}

.rays-consultation-eyebrow>i {
  width: 66px;
  height: 2px;
  margin-left: 4px;
  background: #efb600;
}

.rays-consultation-story h2 {
  max-width: 440px;
  margin: 0;
  color: #06101e;
  font-size: clamp(3.25rem, 4.3vw, 4.6rem);
  font-weight: 800;
  line-height: .97;
  letter-spacing: -.055em;
}

.rays-consultation-story h2 strong {
  display: block;
  color: #39982a;
  font-weight: inherit;
}

.rays-consultation-story h2 span {
  color: #f3b800;
}

.rays-consultation-title-line {
  display: block;
  width: 55px;
  height: 3px;
  margin: 25px 0 19px;
  border-radius: 4px;
  background: #f2b600;
}

.rays-consultation-story-content>p {
  max-width: 320px;
  margin: 0;
  color: #263247;
  font-size: .92rem;
  line-height: 1.58;
}

.rays-consultation-story-content>p strong {
  color: #288327;
}

.rays-consultation-points {
  max-width: 390px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rays-consultation-points li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(20, 53, 44, .14);
}

.rays-consultation-points li:last-child {
  border-bottom: 0;
}

.rays-consultation-points li>span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: #268221;
  background: rgba(240, 249, 226, .92);
  font-size: 1.4rem;
}

.rays-consultation-points .rays-consultation-point--gold {
  color: #f1ae00;
  background: rgba(255, 248, 220, .94);
}

.rays-consultation-points strong,
.rays-consultation-points p {
  display: block;
}

.rays-consultation-points strong {
  margin-bottom: 4px;
  color: #081622;
  font-size: .78rem;
  font-weight: 800;
}

.rays-consultation-points p {
  margin: 0;
  color: #263344;
  font-size: .69rem;
  line-height: 1.5;
}









.rays-consultation-form-panel {
  position: relative;
  min-width: 0;
  padding: 52px 55px 38px;
  background:
    radial-gradient(circle at 94% 8%, rgba(77, 155, 42, .025) 0 2px, transparent 2.5px) 0 0 / 13px 13px,
    #fff;
}

.rays-consultation-form-header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 37px;
}

.rays-consultation-form-header>span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: #247f21;
  background: #f2f9e9;
  font-size: 1.55rem;
}

.rays-consultation-form-header h3 {
  margin: 0 0 5px;
  color: #071321;
  font-size: 1.35rem;
  font-weight: 800;
}

.rays-consultation-form-header p {
  margin: 0;
  color: #60697c;
  font-size: .78rem;
}

.rays-consultation-form-header p strong {
  color: #2d8a25;
}

.rays-consultation-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 26px;
}

.rays-consultation-field {
  min-width: 0;
}

.rays-consultation-field--full {
  grid-column: 1 / -1;
}

.rays-consultation-field label {
  display: block;
  margin: 0 0 9px;
  color: #081521;
  font-size: .72rem;
  font-weight: 800;
}

.rays-consultation-control {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  overflow: hidden;
  border: 1px solid #d9dfe4;
  border-radius: 9px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.rays-consultation-control:focus-within {
  border-color: #4b9b38;
  box-shadow: 0 0 0 4px rgba(74, 155, 54, .09);
}

.rays-consultation-control>i {
  display: grid;
  height: 100%;
  place-items: center;
  color: #526073;
  font-size: 1.05rem;
}

.rays-consultation-control input,
.rays-consultation-control select,
.rays-consultation-control textarea {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0 14px 0 2px;
  border: 0;
  outline: 0;
  color: #162238;
  background: transparent;
  font: inherit;
  font-size: .76rem;
  box-shadow: none;
}

.rays-consultation-control select {
  cursor: pointer;
}

.rays-consultation-control--bill>i {
  color: #425268;
  background: #f3f8e9;
}

.rays-consultation-control--message {
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: start;
  min-height: 120px;
}

.rays-consultation-control--message>i {
  height: 54px;
  color: #277f27;
}

.rays-consultation-control textarea {
  min-height: 118px;
  padding-top: 18px;
  padding-bottom: 14px;
  resize: vertical;
}

.rays-consultation-field .invalid-feedback {
  margin: 5px 0 0;
  font-size: .62rem;
}

.rays-consultation-form.was-validated .rays-consultation-field:has(:invalid) .invalid-feedback {
  display: block;
}

.rays-consultation-form.was-validated .rays-consultation-field:has(:invalid) .rays-consultation-control {
  border-color: #dc3545;
}

.rays-consultation-submit {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin-top: 18px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #096027 0%, #369719 56%, #6da900 100%);
  box-shadow: 0 11px 22px rgba(26, 109, 31, .2);
  font-size: .94rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.rays-consultation-submit:hover,
.rays-consultation-submit:focus-visible {
  box-shadow: 0 15px 27px rgba(26, 109, 31, .28);
  transform: translateY(-2px);
}

.rays-consultation-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  padding: 2px 0 17px;
  border-bottom: 1px solid #edf0ec;
}

.rays-consultation-trust span {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-right: 1px solid #dfe4e0;
  color: #1e2c3d;
  font-size: .66rem;
  white-space: nowrap;
}

.rays-consultation-trust span:last-child {
  border-right: 0;
}

.rays-consultation-trust i {
  color: #258128;
  font-size: .9rem;
}

.rays-consultation-disclaimer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 17px 0 0;
  color: #667084;
  font-size: .64rem;
  line-height: 1.45;
}

.rays-consultation-disclaimer i {
  color: #48576b;
  font-size: .9rem;
}

@media (max-width: 1199.98px) {
  .rays-consultation-shell {
    grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr);
  }

  .rays-consultation-story-content {
    padding-inline: 42px;
  }

  .rays-consultation-form-panel {
    padding-inline: 36px;
  }

  .rays-consultation-trust span {
    padding-inline: 6px;
    font-size: .6rem;
  }
}

@media (max-width: 991.98px) {
  .rays-consultation-shell {
    grid-template-columns: 1fr;
  }

  .rays-consultation-story,
  .rays-consultation-story-content {
    min-height: 780px;
  }

  .rays-consultation-story-content {
    padding: 64px 10% 48px;
  }

  .rays-consultation-story h2,
  .rays-consultation-points {
    max-width: 500px;
  }

  .rays-consultation-form-panel {
    padding: 48px 7% 38px;
  }
}

@media (max-width: 767.98px) {
  .rays-consultation-section {
    padding: 46px 0 58px;
  }

  .rays-consultation-shell {
    border-radius: 20px;
  }

  .rays-consultation-story,
  .rays-consultation-story-content {
    min-height: 730px;
  }

  .rays-consultation-story-content {
    padding: 52px 25px 34px;
  }

  .rays-consultation-story h2 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .rays-consultation-form-panel {
    padding: 40px 22px 28px;
  }

  .rays-consultation-form-header {
    grid-template-columns: 54px 1fr;
    gap: 13px;
  }

  .rays-consultation-form-header>span {
    width: 52px;
    height: 52px;
  }

  .rays-consultation-form-header h3 {
    font-size: 1.08rem;
  }

  .rays-consultation-fields {
    grid-template-columns: 1fr;
  }

  .rays-consultation-field--full {
    grid-column: auto;
  }

  .rays-consultation-trust {
    grid-template-columns: 1fr;
  }

  .rays-consultation-trust span {
    justify-content: flex-start;
    border-right: 0;
  }
}

@media (max-width: 479.98px) {
  .rays-consultation-story-content {
    padding-inline: 18px;
  }

  .rays-consultation-eyebrow {
    gap: 10px;
    font-size: .63rem;
  }

  .rays-consultation-eyebrow>i {
    width: 38px;
  }

  .rays-consultation-points li {
    grid-template-columns: 50px 1fr;
  }

  .rays-consultation-points li>span {
    width: 47px;
    height: 47px;
  }

  

  

  .rays-consultation-form-panel {
    padding-inline: 15px;
  }

  .rays-consultation-submit {
    grid-template-columns: 24px 1fr 24px;
    padding-inline: 12px;
    font-size: .8rem;
  }
}

/* Contact page office presence and maps */
.rays-office-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 0 92px;
  background:
    radial-gradient(circle at 9% 12%, rgba(252, 228, 139, .18), transparent 24%),
    linear-gradient(180deg, #fdfefa 0%, #fff 100%);
}

.rays-office-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 4%;
  width: 170px;
  height: 130px;
  opacity: .18;
  background-image: radial-gradient(circle, #21842a 2px, transparent 2.5px);
  background-size: 14px 14px;
  pointer-events: none;
}

.rays-office-header {
  margin: 0 auto 38px;
  text-align: center;
}

.rays-office-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 13px;
  color: #0c553b;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rays-office-eyebrow span {
  display: block;
  width: 43px;
  height: 2px;
  background: #156f42;
}

.rays-office-eyebrow span:first-child {
  background: #e5c532;
}

.rays-office-header h2 {
  margin: 0;
  color: #071a24;
  font-size: clamp(2.85rem, 4.6vw, 4.65rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.05em;
}

.rays-office-header h2 strong {
  color: #0c6848;
  font-weight: inherit;
}

.rays-office-header>i {
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px auto 0;
  background: #edbd04;
}

.rays-office-list {
  display: grid;
  gap: 21px;
  width: min(100%, 1260px);
  margin-inline: auto;
}

.rays-office-card {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 328px;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 43, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 54, 41, .13);
}

.rays-office-details {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  padding: 40px 43px 34px;
  overflow: hidden;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at 85% 110%, rgba(30, 136, 79, .42), transparent 46%),
    linear-gradient(130deg, #07543c 0%, #00503a 62%, #003e2f 100%);
}

.rays-office-details::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 34%;
  opacity: .14;
  background-image: radial-gradient(circle, #fff 2px, transparent 2.5px);
  background-size: 13px 13px;
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}

.rays-office-title {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.rays-office-title>span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 11px;
  color: #06412f;
  background: #ffcf20;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  font-size: 1.5rem;
}

.rays-office-title h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.rays-office-title h3 strong {
  color: #ffd023;
  font-weight: inherit;
}

.rays-office-title-line {
  display: block;
  width: 39px;
  height: 2px;
  margin: 17px 0 20px 78px;
  background: #f3c718;
}

.rays-office-details address {
  display: grid;
  gap: 20px;
  margin: 0;
  font-style: normal;
}

.rays-office-details address p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: .88rem;
  line-height: 1.55;
}

.rays-office-details address i {
  padding-top: 3px;
  color: #ffd024;
  font-size: .95rem;
}

.rays-office-details address a {
  color: #fff;
  text-decoration: none;
}

.rays-office-details address a:hover,
.rays-office-details address a:focus-visible {
  color: #ffda47;
}

.rays-office-watermark {
  position: absolute;
  z-index: -1;
  right: 23px;
  bottom: 4px;
  color: rgba(246, 205, 50, .12);
  font-size: 8rem;
  line-height: 1;
  pointer-events: none;
}

.rays-office-map {
  position: relative;
  min-width: 0;
  min-height: 328px;
  overflow: hidden;
  background: #dfe6df;
}

.rays-office-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 328px;
  border: 0;
}

.rays-office-map>a {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 15px;
  border: 1px solid rgba(13, 52, 41, .1);
  border-radius: 7px;
  color: #1269e5;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 5px 16px rgba(0, 0, 0, .16);
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
}

.rays-office-map>a:hover,
.rays-office-map>a:focus-visible {
  color: #0757c4;
  background: #fff;
}

@media (max-width: 1199.98px) {
  .rays-office-card {
    grid-template-columns: 43% 57%;
  }

  .rays-office-details {
    padding-inline: 30px;
  }

  .rays-office-title {
    grid-template-columns: 52px 1fr;
    gap: 15px;
  }

  .rays-office-title>span {
    width: 50px;
    height: 50px;
  }

  .rays-office-title-line {
    margin-left: 67px;
  }
}

@media (max-width: 991.98px) {
  .rays-office-card {
    grid-template-columns: 1fr;
  }

  .rays-office-details {
    min-height: 325px;
    padding: 42px 9%;
  }

  .rays-office-map,
  .rays-office-map iframe {
    min-height: 420px;
  }
}

@media (max-width: 767.98px) {
  .rays-office-section {
    padding: 65px 0 70px;
  }

  .rays-office-header {
    margin-bottom: 29px;
  }

  .rays-office-eyebrow {
    font-size: .72rem;
  }

  .rays-office-eyebrow span {
    width: 28px;
  }

  .rays-office-header h2 {
    font-size: clamp(2.7rem, 12.5vw, 3.8rem);
  }

  .rays-office-card {
    border-radius: 19px;
  }

  .rays-office-details {
    min-height: 310px;
    padding: 34px 25px;
  }

  .rays-office-map,
  .rays-office-map iframe {
    min-height: 340px;
  }
}

@media (max-width: 479.98px) {
  .rays-office-title {
    grid-template-columns: 48px 1fr;
  }

  .rays-office-title>span {
    width: 47px;
    height: 47px;
  }

  .rays-office-title h3 {
    font-size: 1.2rem;
  }

  .rays-office-title-line {
    margin-left: 63px;
  }

  .rays-office-details address p {
    font-size: .77rem;
  }

  .rays-office-map,
  .rays-office-map iframe {
    min-height: 290px;
  }
}
