/* About, Services, Garden Clarity Visit, Contact, FAQ: page-specific rules. Everything shared is in main.css. */

/* Shorter inner heroes on Services and the Clarity Visit; the Contact hero is a slim band */
.sh-hero--short { min-height: 390px; }
.sh-hero--contact { min-height: 260px; }
.sh-hero--contact .sh-hero__content { padding-block: 40px; }
.sh-btn--outline { background: transparent; color: var(--sh-gold-deep); border: 1px solid var(--sh-gold); }
.sh-btn--outline:hover { background: var(--sh-gold); color: var(--sh-white); border-color: var(--sh-gold); }

/* Areas as chips (About, Services) */
.sh-areas-chips { padding-block: 0 96px; }
.sh-areas-chips h2 { font-size: 36px; }
.sh-areas-chips p { margin: 0 0 22px; }
.sh-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 800px; margin-inline: auto; }
.sh-chip { display: inline-block; padding: 10px 18px; border: 1px solid var(--sh-gold); border-radius: 2px; background: var(--sh-white); font-size: 16px; color: var(--sh-gold-deep); transition: background var(--sh-t), color var(--sh-t); }
.sh-chip:hover { background: var(--sh-gold); color: var(--sh-white); }

/* About */
.sh-story { padding-block: 80px; }
.sh-story__grid { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 60px; align-items: start; }
.sh-story__photo { width: 420px; height: 280px; object-fit: cover; }
.sh-story__text h2 { font-size: 36px; }
.sh-story__text p { margin-bottom: 1.1em; }
.sh-process { padding-block: 0 96px; }
.sh-process h2 { font-size: 36px; }
.sh-flipbook { width: min(100%, 920px); margin: 24px auto 0; background: var(--sh-white); border: 1px solid var(--sh-line); box-shadow: 0 6px 30px rgba(0,0,0,.08); }
.sh-flipbook iframe { display: block; width: 100%; height: 600px; border: 0; }
.sh-pillars { padding-block: 0 96px; }
.sh-pillars__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.sh-pillar { display: flex; flex-direction: column; gap: 18px; text-align: center; }
.sh-pillar__img { width: 100%; height: 250px; object-fit: cover; }
.sh-pillar h3 { margin: 0; }
.sh-pillar p { font-size: 16px; line-height: 1.7; margin: 0; }
@media (max-width: 900px) {
  .sh-story__grid { grid-template-columns: 1fr; gap: 32px; }
  .sh-story__photo { width: 100%; height: auto; aspect-ratio: 3/2; }
  .sh-pillars__grid { grid-template-columns: 1fr; }
  .sh-flipbook iframe { height: 420px; }
}

/* Services rows */
.sh-svc-rows { padding-block: 24px 0; }
.sh-svc-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--sh-line); }
.sh-svc-row--flip .sh-svc-row__img { order: 2; }
.sh-svc-row__img { width: 100%; height: 380px; object-fit: cover; }
.sh-svc-row__text h2 { font-size: 34px; }
.sh-svc-row__text p { font-size: 16px; margin-bottom: 1.1em; }
.sh-svc-row__action { margin-top: 8px; }
.sh-svc-rows + .sh-areas-chips { padding-top: 80px; }
@media (max-width: 900px) {
  .sh-svc-row { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .sh-svc-row--flip .sh-svc-row__img { order: 0; }
  .sh-svc-row__img { height: auto; aspect-ratio: 3/2; }
}

/* Garden Clarity Visit */
.sh-gcv-quote { padding-block: 80px 56px; }
.sh-gcv-quote__text { margin: 0 auto; max-width: 760px; text-align: center; font: italic 400 clamp(20px, 2vw, 24px)/1.6 var(--sh-serif); color: var(--sh-text); }
.sh-gcv-what { padding-block: 0 72px; }
.sh-gcv-what__grid { display: grid; grid-template-columns: minmax(0, 1fr) 450px; gap: 60px; align-items: start; padding: 0 40px; }
.sh-gcv-what__text h2 { font-size: 34px; }
.sh-gcv-what__text p { font-size: 16px; margin-bottom: 1.1em; }
.sh-gcv-what__text strong, .sh-bullets strong, .sh-ticks strong { color: var(--sh-ink); font-weight: 500; }
.sh-gcv-what__photo { width: 450px; height: 600px; object-fit: cover; margin-top: 60px; }
.sh-ticks { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.sh-ticks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.7; }
.sh-tick { flex: none; margin-top: 5px; color: var(--sh-gold); }
.sh-gcv-after { padding-block: 0 72px; }
.sh-gcv-block { padding: 56px 40px 0; display: flex; flex-direction: column; gap: 4px; }
.sh-gcv-block--rule { border-top: 1px solid var(--sh-line); }
.sh-gcv-block h2 { font-size: 34px; margin-bottom: .4em; }
.sh-gcv-block p { font-size: 16px; margin-bottom: 1em; }
.sh-bullets { margin: 0 0 1em; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; font-size: 16px; line-height: 1.7; }
.sh-gcv-sessions { padding-block: 0 88px; }
.sh-gcv-sessions .sh-section__title { font-size: 36px; margin-bottom: 36px; }
.sh-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; align-items: stretch; padding: 0 40px; }
.sh-price { background: var(--sh-white); border: 1px solid var(--sh-line); display: flex; flex-direction: column; }
.sh-price__head { background: var(--sh-ink); color: var(--sh-white); padding: 36px 28px; text-align: center; display: flex; flex-direction: column; gap: 8px; }
.sh-price__head h3 { color: var(--sh-white); margin: 0; }
.sh-price__sub { font: 400 13px/1.4 var(--sh-mont); letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.8); }
.sh-price__amount { font: 400 40px/1.2 var(--sh-serif); color: var(--sh-gold); margin-top: 6px; }
.sh-price__note { font-size: 14px; color: rgba(255,255,255,.8); }
.sh-price__body { padding: 22px 28px 28px; display: flex; flex-direction: column; flex-grow: 1; }
.sh-price__item { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--sh-line); font-size: 16px; line-height: 1.5; }
.sh-price__item .sh-tick { margin-top: 3px; }
.sh-price__action { margin: auto 0 0; padding-top: 28px; text-align: center; }
.sh-gcv-note { margin: 24px 0 0; text-align: center; font-size: 14px; color: var(--sh-muted); }
.sh-back { margin: 14px 0 0; }
.sh-back a { font: 400 14px/1.4 var(--sh-mont); letter-spacing: 1px; color: var(--sh-muted); text-decoration: none; }
@media (max-width: 900px) {
  .sh-gcv-what__grid, .sh-price-grid { grid-template-columns: 1fr; padding: 0; }
  .sh-gcv-what__photo { width: 100%; height: auto; aspect-ratio: 3/4; margin-top: 0; }
  .sh-gcv-block { padding: 40px 0 0; }
}

/* Contact */
.sh-contact { padding-block: 80px 96px; }
.sh-contact__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; align-items: start; }
.sh-contact__form h2 { margin-bottom: .5em; }
.sh-contact__form > p { margin-bottom: 26px; }
.sh-contact__form .sh-form-wrap { max-width: none; }
.sh-contact__side { display: flex; flex-direction: column; gap: 28px; padding-top: 6px; }
.sh-contact__card { gap: 14px; padding: 32px 30px; font-size: 17px; line-height: 1.7; }
.sh-contact__card:hover { transform: none; box-shadow: none; }
.sh-contact__card h3 { margin: 0; }
.sh-contact__card p { margin: 0; }
.sh-contact__action { margin: 4px 0 0; }
.sh-contact__details { margin: 0; display: flex; flex-direction: column; gap: 22px; padding: 4px 6px; }
.sh-contact__details > div { display: flex; gap: 14px; align-items: flex-start; }
.sh-contact__icon { color: var(--sh-gold-deep); flex: none; margin-top: 3px; display: inline-flex; }
.sh-contact__details dt { margin-bottom: 4px; }
.sh-contact__details dd { margin: 0; font-size: 17px; line-height: 1.6; }
.sh-contact__details dd a { color: var(--sh-text); }
.sh-contact__details dd a:hover { color: var(--sh-gold-deep); }
.sh-contact__areas { font-size: 15px; color: var(--sh-muted); }
.sh-contact__social { display: flex; gap: 14px; padding: 0 6px; }
.sh-contact__social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--sh-gold); color: var(--sh-gold-deep); transition: background var(--sh-t), color var(--sh-t); }
.sh-contact__social a:hover { background: var(--sh-gold); color: var(--sh-white); }
.sh-contact__social svg { width: 16px; height: 16px; fill: currentColor; }
.sh-contact__more { padding-block: 64px; }
.sh-contact__more-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 0; }
@media (max-width: 900px) { .sh-contact__grid { grid-template-columns: 1fr; gap: 48px; } }

/* FAQ */
.sh-faq-head { padding-block: 72px 24px; }
.sh-faq-head h1 { font-size: 48px; margin: 0; }
.sh-faq { padding-block: 0 88px; }
.sh-faq__list { max-width: 980px; }
.sh-faq__item { border-bottom: 1px solid var(--sh-line); }
.sh-faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; }
.sh-faq__item summary::-webkit-details-marker { display: none; }
.sh-faq__item summary h3 { margin: 0; font-size: 24px; }
.sh-faq__mark { flex: none; position: relative; width: 22px; height: 22px; }
.sh-faq__mark::before, .sh-faq__mark::after { content: ""; position: absolute; background: var(--sh-gold); inset: 10px 0 10px 0; transition: transform var(--sh-t); }
.sh-faq__mark::after { inset: 0 10px 0 10px; }
.sh-faq__item[open] .sh-faq__mark::after { transform: scaleY(0); }
.sh-faq__answer { padding: 0 0 26px; max-width: 900px; }
.sh-faq__answer p { font-size: 16px; margin: 0; }
.sh-faq__answer a { text-decoration: underline; text-underline-offset: 3px; }
.sh-faq-band { min-height: 420px; }
.sh-faq-band::before { background: rgba(0,0,0,.45); }
.sh-faq-band .sh-hero__title { font-size: clamp(30px, 3.4vw, 42px); }
.sh-faq-band__actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
