/* BJAN SEO / landing-page additions
   Requested separate stylesheet.
   Existing css/style.css and css/home-v3.css are intentionally untouched. */

/* SEO / solar brand content */
.solar-brands-home { padding: clamp(90px,10vw,160px) var(--gutter); background: var(--paper); color: var(--ink); border-top: 1px solid var(--dark-line); }
.solar-brands-home__grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(50px,7vw,110px); align-items: start; }
.solar-brands-home__intro { position: sticky; top: 115px; }
.solar-brands-home__intro h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(46px,5.7vw,84px); line-height: .94; letter-spacing: -.055em; font-weight: 400; }
.solar-brands-home__intro > p:not(.section-kicker) { max-width: 650px; color: #53615b; font-size: 16px; line-height: 1.75; margin: 28px 0; }
.solar-brands-home__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.solar-brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.solar-brand-card { min-height: 265px; padding: clamp(24px,3vw,40px); display: flex; flex-direction: column; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); background: rgba(255,255,255,.18); transition: transform .3s var(--ease), background .3s; }
.solar-brand-card--featured { background: var(--ink); color: #fff; }
.solar-brand-card:hover { transform: translateY(-4px); background: #fff; }
.solar-brand-card--featured:hover { background: var(--ink-3); }
.solar-brand-card small { font-size: 11px; letter-spacing: .12em; opacity: .55; }
.solar-brand-card strong { margin-top: auto; font-family: Georgia,"Times New Roman",serif; font-size: clamp(30px,3vw,46px); line-height: 1; letter-spacing: -.04em; font-weight: 400; }
.solar-brand-card span { margin-top: 13px; color: #66736d; font-size: 14px; line-height: 1.6; }
.solar-brand-card--featured span { color: rgba(255,255,255,.67); }
.solar-brand-card b { margin-top: 18px; color: var(--lime); font-size: 12px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.brand-disclaimer { margin-top: 34px; color: #78847e; font-size: 12px; line-height: 1.65; }
.solar-brands-home .brand-disclaimer { padding-top: 22px; border-top: 1px solid var(--dark-line); }

.service-brand-panel { background: #eef0e8; color: var(--ink); }
.service-brand-panel__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,120px); align-items: start; }
.service-brand-panel__copy { max-width: 780px; }
.service-brand-panel__copy > p:first-child { margin: 0 0 28px; color: #4f5d57; font-size: clamp(18px,2vw,25px); line-height: 1.55; }
.solar-brands-inline { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; }
.solar-brands-inline span { display: inline-flex; align-items: center; min-height: 37px; padding: 0 14px; border: 1px solid rgba(7,18,14,.16); border-radius: 999px; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.service-brand-panel .brand-disclaimer { margin: 22px 0 0; }

.seo-page-hero .page-hero__media::after { background: linear-gradient(90deg,rgba(2,8,6,.86),rgba(2,8,6,.37) 55%,rgba(2,8,6,.15)); }
.seo-content-section, .solar-detail-visual, .seo-faq { background: var(--paper); color: var(--ink); }
.seo-two-col { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(45px,8vw,120px); align-items: start; }
.seo-prose { max-width: 790px; }
.seo-prose > p { margin: 0 0 22px; color: #52615a; font-size: clamp(17px,1.6vw,21px); line-height: 1.72; }
.seo-prose .button { margin-top: 8px; }
.seo-process { background: var(--ink); }
.seo-step-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-step-grid article { min-height: 350px; padding: clamp(24px,3vw,42px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.seo-step-grid span { color: var(--lime); font-size: 12px; letter-spacing: .1em; }
.seo-step-grid h2 { margin: auto 0 17px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(32px,3vw,48px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.seo-step-grid p { margin: 0; color: #9daca5; font-size: 14px; line-height: 1.65; }
.seo-media-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(45px,7vw,100px); align-items: center; }
.seo-media-grid figure { margin: 0; min-height: 620px; overflow: hidden; border-radius: var(--radius); background: #d7dbd1; }
.seo-media-grid figure img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.faq-list { border-top: 1px solid var(--dark-line); }
.faq-list details { border-bottom: 1px solid var(--dark-line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 25px 42px 25px 0; position: relative; font-size: clamp(18px,1.6vw,23px); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; font-size: 28px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 25px; max-width: 760px; color: #5e6b65; font-size: 15px; line-height: 1.7; }

.brand-guide { background: #e9ece3; color: var(--ink); }
.brand-guide-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.brand-guide-card { min-height: 380px; padding: clamp(28px,4vw,58px); border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); display: flex; flex-direction: column; }
.brand-guide-card--featured { background: var(--ink); color: #fff; }
.brand-guide-card > span { font-size: 11px; letter-spacing: .12em; opacity: .55; }
.brand-guide-card h2 { margin: auto 0 18px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4.5vw,70px); line-height: .95; letter-spacing: -.05em; font-weight: 400; }
.brand-guide-card p { margin: 0 0 22px; max-width: 620px; color: #5a6861; line-height: 1.7; }
.brand-guide-card--featured p { color: rgba(255,255,255,.67); }
.brand-guide-card a { color: #719116; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.brand-guide-card--featured a { color: var(--lime); }
.selection-criteria { background: var(--paper); color: var(--ink); }
.selection-criteria__head { max-width: 920px; margin-bottom: 60px; }
.selection-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.selection-grid article { min-height: 310px; padding: clamp(25px,3vw,40px); border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.selection-grid strong { color: #82916a; font-size: 11px; letter-spacing: .12em; }
.selection-grid h3 { margin: 70px 0 15px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(28px,2.6vw,40px); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
.selection-grid p { margin: 0; color: #5d6b64; font-size: 14px; line-height: 1.65; }

@media (max-width: 900px) {
  .solar-brands-home__grid, .service-brand-panel__grid, .seo-two-col, .seo-media-grid { grid-template-columns: 1fr; }
  .solar-brands-home__intro { position: static; }
  .seo-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .seo-media-grid figure, .seo-media-grid figure img { min-height: 520px; }
}
@media (max-width: 600px) {
  .solar-brand-grid, .brand-guide-grid, .selection-grid, .seo-step-grid { grid-template-columns: 1fr; }
  .solar-brand-card { min-height: 220px; }
  .brand-guide-card { min-height: 330px; }
  .seo-step-grid article { min-height: 275px; }
  .seo-media-grid figure, .seo-media-grid figure img { min-height: 430px; }
  .solar-brands-home__actions { align-items: flex-start; flex-direction: column; }
}

/* BJAN SEO additions
   New components only. Existing style.css and home-v3.css are intentionally untouched. */

.equipment-strip {
  margin-top: clamp(34px,5vw,64px);
  padding-top: clamp(28px,4vw,46px);
  border-top: 1px solid var(--dark-line);
  display: grid;
  grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
  gap: clamp(28px,6vw,90px);
  align-items: start;
}
.equipment-strip__intro h3 {
  margin: 8px 0 12px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(34px,4vw,58px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 400;
}
.equipment-strip__intro p {
  margin: 0;
  max-width: 620px;
  color: #596760;
  line-height: 1.7;
}
.equipment-strip__brands {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid var(--dark-line);
  border-left: 1px solid var(--dark-line);
}
.equipment-strip__brand {
  min-height: 180px;
  padding: clamp(22px,3vw,34px);
  border-right: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255,255,255,.17);
}
.equipment-strip__brand small {
  margin-bottom: auto;
  color: #7c8882;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.equipment-strip__brand strong {
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(27px,3vw,42px);
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 400;
}
.equipment-strip__brand span {
  margin-top: 10px;
  color: #6b7771;
  font-size: 13px;
  line-height: 1.55;
}

.google-proof {
  background: var(--ink);
  color: #fff;
  padding: clamp(90px,10vw,160px) var(--gutter);
}
.google-proof__grid {
  display: grid;
  grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
  gap: clamp(42px,7vw,110px);
  align-items: stretch;
	text-align: center;
}


.google-proof h2[data-featurable-description="Grid title"] {
    display: none !important;
}


.google-proof__copy h2 {
  margin: 0 0 24px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(48px,6vw,88px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400;
	text-align: center;
}
.google-proof__copy h2 em { color: var(--lime); font-weight: 400; }
.google-proof__copy > p:not(.section-kicker) {
  max-width: 650px;
  color: #9dadA6;
  font-size: 16px;
  line-height: 1.75;
}
.google-proof__rating {
  margin: 36px 0 28px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.google-proof__rating strong {
  color: var(--lime);
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(46px,5vw,72px);
  font-weight: 400;
  line-height: 1;
}
.google-proof__rating span { color: #b9c4bf; font-size: 13px; letter-spacing: .04em; }
.google-proof__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.google-proof__map {
  min-height: 520px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0c1713;
}
.google-proof__map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; display: block; }
.google-proof__note { margin-top: 14px; color: #7f9189; font-size: 11px; line-height: 1.6; }

.review-page { background: var(--paper); color: var(--ink); }
.review-page__grid {
  gap: clamp(44px,7vw,110px);
  align-items: start;
}
.review-page__summary { position: sticky; top: 110px; }
.review-page__summary h2 {
  margin: 0 0 22px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(44px,5.4vw,78px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 400;
}
.review-page__summary p { color: #5b6962; line-height: 1.72; }
.review-page__score {
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}
.review-page__score strong { display:block; font-family: Georgia,"Times New Roman",serif; font-size: clamp(54px,6vw,86px); line-height:1; font-weight:400; }
.review-page__score span { color:#6b7872; font-size:13px; }
.review-page__map { min-height: 680px; border-radius: var(--radius); overflow: hidden; background:#dfe3dc; }
.review-page__map iframe { width:100%; height:100%; min-height:680px; border:0; display:block; }
.review-page__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.review-page__fineprint { margin-top:18px; color:#79847f; font-size:12px; line-height:1.65; }

.seo-keyword-note {
  margin-top: 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--dark-line);
  color: #66736d;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .equipment-strip, .google-proof__grid, .review-page__grid { grid-template-columns: 1fr; }
  .review-page__summary { position: static; }
  .google-proof__map, .google-proof__map iframe { min-height: 430px; }
  .review-page__map, .review-page__map iframe { min-height: 560px; }
}
@media (max-width: 600px) {
  .equipment-strip__brands { grid-template-columns: 1fr; }
  .equipment-strip__brand { min-height: 150px; }
  .google-proof__actions, .review-page__actions { align-items: stretch; flex-direction: column; }
  .google-proof__actions .button, .review-page__actions .button { justify-content: center; }
  .google-proof__map, .google-proof__map iframe { min-height: 390px; }
  .review-page__map, .review-page__map iframe { min-height: 500px; }
}
