.nav a[aria-current="page"] {
  color: var(--teal-ink);
}

.nav a[aria-current="page"]::after {
  width: 100%;
}

.hero--page .hero__frame {
  min-height: min(72vh, 680px);
}

.hero--page .hero__title {
  max-width: 16ch;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
}

.hero--page .hero__content {
  width: min(760px, calc(100% - 48px));
}

.solar-spotlight {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
  background: var(--surface);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.solar-spotlight__copy {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solar-spotlight__copy h2,
.solar-spotlight__copy h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  max-width: 14ch;
  margin: 12px 0 18px;
}

.solar-spotlight__copy > p {
  color: var(--ink-soft);
  max-width: 48ch;
  margin-bottom: 24px;
}

.solar-spotlight__media {
  position: relative;
  min-height: 420px;
}

.solar-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solar-points {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.solar-points li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
}

.solar-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.solar-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.feature-card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.feature-card h3 {
  font-size: 1.25rem;
  margin: 14px 0 10px;
}

.feature-card p {
  color: var(--ink-soft);
  font-size: 15px;
}

.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.split-block__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}

.split-block__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-block__copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 10px 0 16px;
}

.split-block__copy p {
  color: var(--ink-soft);
  margin-bottom: 14px;
  max-width: 48ch;
}

.chip-list--ink {
  margin-top: 8px;
}

.chip-list--ink li {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft);
}

.prose {
  max-width: 72ch;
}

.prose p {
  color: var(--ink-soft);
  margin-bottom: 14px;
}

.page-cta {
  margin-top: 22px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.gallery__item {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.gallery__item--wide {
  grid-column: span 8;
}

.gallery__item--tall img,
.gallery__item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.gallery__item--wide img {
  height: 420px;
}

.gallery--real .gallery__item img {
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.gallery--real .gallery__item--pos-01 img {
  aspect-ratio: 3 / 2;
  object-position: center 42%;
}

.gallery--real .gallery__item--pos-02 img {
  aspect-ratio: 16 / 9;
  object-position: center 52%;
}

.gallery--real .gallery__item--pos-03 img {
  aspect-ratio: 3 / 2;
  object-position: center 38%;
}

.gallery--real .gallery__item--pos-04 img {
  aspect-ratio: 4 / 3;
  object-position: center 45%;
}

.gallery--real .gallery__item--pos-05 img {
  aspect-ratio: 21 / 10;
  object-position: center 50%;
}

.gallery--real .gallery__item--pos-06 img {
  aspect-ratio: 3 / 2;
  object-position: center 48%;
}

.gallery--real .gallery__item--pos-07 img {
  aspect-ratio: 4 / 3;
  object-position: 58% 52%;
}

.gallery--real .gallery__item--pos-08 img {
  aspect-ratio: 21 / 10;
  object-position: center 42%;
}

.gallery__item:hover img {
  transform: scale(1.05);
}

.gallery__item .badge {
  z-index: 1;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.faq-item {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 4px 22px 4px 26px;
}

.faq-item summary {
  font-family: var(--font-display);
  font-size: 1.15rem;
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--teal);
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  color: var(--ink-soft);
  padding-bottom: 18px;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.contact-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 36px 32px;
}

.contact-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 12px;
}

.quote-panel {
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 56px 48px;
  max-width: 860px;
}

.quote-panel p {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.quote-panel span {
  display: block;
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
}

.about-panel .btn--primary {
  background: #fff;
  color: var(--teal-ink);
  box-shadow: none;
}

.about-panel .text-link {
  color: #eef4f2;
}

.contact-card > p {
  color: var(--ink-soft);
  max-width: 42ch;
}

.gallery__item {
  position: relative;
}

.review-carousel {
  display: grid;
  gap: 18px;
  width: 100%;
}

.review-carousel__toolbar {
  display: none;
  justify-content: flex-end;
  gap: 8px;
}

.review-carousel.is-scrollable .review-carousel__toolbar {
  display: flex;
}

.review-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(18, 20, 23, 0.12);
  background: var(--surface);
  color: var(--teal-deep);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.review-nav:hover,
.review-nav:focus-visible {
  background: var(--teal-ink);
  color: #fff;
}

.review-carousel__viewport {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.review-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.review-card {
  scroll-snap-align: start;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 28px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 32px) / 3);
  width: calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
  min-width: 0;
  height: auto;
  overflow: visible;
}

.review-card__stars {
  margin: 0;
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.review-card blockquote {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
  flex: 1;
}

.review-more {
  align-self: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 650;
  cursor: pointer;
}

.review-card footer {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 0.95rem;
}

.review-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.review-carousel__dots {
  display: none;
  justify-content: center;
  gap: 8px;
}

.review-carousel.is-scrollable .review-carousel__dots {
  display: flex;
}

.review-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(12, 108, 109, 0.22);
  cursor: pointer;
}

.review-dot.is-active {
  background: var(--teal);
  width: 22px;
  border-radius: 999px;
}

.review-meta {
  color: var(--muted);
  margin: 8px 0 28px;
}

.pay-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

@media (max-width: 900px) {
  .review-card {
    flex: 0 0 calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }

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

@media (max-width: 700px) {
  .review-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .pay-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.instagram-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 32px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
  margin-bottom: 22px;
}

.instagram-banner p {
  color: var(--ink-soft);
  margin-top: 6px;
}

.instagram-banner h2,
.instagram-banner h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.btn--ig {
  gap: 10px;
  white-space: normal;
  height: auto;
  min-height: 48px;
  padding: 12px 20px;
  text-align: center;
}

.btn--ig svg {
  width: 18px;
  height: 18px;
}

.gallery-intro {
  margin: 0 0 28px;
  max-width: 62ch;
}

.section__head .section__lead {
  max-width: 62ch;
}

.gallery--real {
  min-height: 0;
}

.gallery__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
}

.gallery__btn:focus-visible {
  outline: 2px solid var(--gold, #c9a227);
  outline-offset: 3px;
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  background: rgba(10, 16, 14, 0.88);
  padding: 24px;
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lightbox__close {
  top: 18px;
  right: 18px;
  font-size: 32px;
}

.lightbox__prev,
.lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__prev {
  left: 16px;
}

.lightbox__next {
  right: 16px;
}
