/* Phase 3 trust and information pages. */
.gvs-trust-page .gvs-inner-hero.is-copy-only {
  grid-template-columns: minmax(0, 820px) minmax(240px, 1fr);
}
.gvs-trust-page .gvs-inner-hero.is-copy-only::after {
  content: "";
  width: min(330px, 28vw);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(198, 167, 108, .42);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 24px rgba(247, 242, 234, .36),
    0 0 0 1px rgba(191, 199, 196, .56),
    0 30px 72px rgba(37, 39, 36, .08);
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, .94), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(198, 167, 108, .18), transparent 54%),
    linear-gradient(145deg, rgba(247, 242, 234, .84), rgba(220, 225, 223, .68));
}
.gvs-trust-page .gvs-inner-hero.is-copy-only .gvs-inner-hero-copy { max-width: 820px; }
.gvs-inner-hero-composite {
  position: relative;
  width: 430px;
  height: 545px;
  justify-self: end;
}
.gvs-inner-hero-composite figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--gvs-pearl);
  border: 1px solid rgba(198, 167, 108, .46);
  box-shadow: 0 22px 54px rgba(37, 39, 36, .13);
}
.gvs-inner-hero-composite img { width: 100%; height: 100%; object-fit: cover; }
.has-stylist-match .gvs-inner-hero-composite figure:first-child {
  inset: 12px 88px 54px 0;
  border-radius: 142px 142px 24px 24px;
  transform: rotate(-1.8deg);
}
.has-stylist-match .gvs-inner-hero-composite figure:last-child {
  width: 202px;
  height: 302px;
  right: 0;
  bottom: 0;
  border-radius: 100px 100px 20px 20px;
  transform: rotate(2.2deg);
}
.has-stylist-match .gvs-inner-hero-composite::after {
  content: "MATCHED BY HAIR GOAL";
  position: absolute;
  right: 22px;
  top: 36px;
  padding: 9px 12px;
  color: #705c38;
  background: rgba(247, 242, 234, .94);
  border: 1px solid rgba(191, 199, 196, .82);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(37, 39, 36, .09);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .11em;
}
.has-gallery-mosaic .gvs-inner-hero-composite { width: 445px; }
.has-gallery-mosaic .gvs-inner-hero-composite figure { width: 185px; height: 335px; border-radius: 92px 92px 18px 18px; }
.has-gallery-mosaic .gvs-inner-hero-composite figure:nth-child(1) { left: 0; top: 108px; transform: rotate(-3deg); }
.has-gallery-mosaic .gvs-inner-hero-composite figure:nth-child(2) { left: 132px; top: 12px; z-index: 2; transform: rotate(1deg); }
.has-gallery-mosaic .gvs-inner-hero-composite figure:nth-child(3) { right: 0; bottom: 5px; transform: rotate(3deg); }
.gvs-inner-hero-address {
  position: relative;
  width: min(410px, 100%);
  min-height: 390px;
  justify-self: end;
  padding: 58px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--gvs-charcoal);
  background: linear-gradient(145deg, rgba(247, 242, 234, .98), rgba(220, 225, 223, .84));
  border: 1px solid rgba(198, 167, 108, .5);
  border-radius: 50% 50% 26px 26px;
  box-shadow: 0 28px 68px rgba(37, 39, 36, .1);
}
.gvs-inner-hero-address > span { position: absolute; top: 48px; left: 50%; color: var(--gvs-gold); font-size: 2.7rem; transform: translateX(-50%); }
.gvs-inner-hero-address p { margin: 0 0 18px; color: #705c38; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gvs-inner-hero-address strong { max-width: 310px; font-family: var(--gvs-serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.gvs-inner-hero-address small { margin-top: 9px; color: #59615d; font-size: .9rem; }
.gvs-inner-hero-address i { width: 72px; height: 1px; margin-top: 28px; background: var(--gvs-gold); }
.gvs-inner-hero-faq-art {
  position: relative;
  width: 410px;
  height: 390px;
  justify-self: end;
}
.gvs-inner-hero-faq-art span {
  position: absolute;
  inset: 42px 24px 18px 54px;
  background: linear-gradient(145deg, rgba(247, 242, 234, .96), rgba(220, 225, 223, .75));
  border: 1px solid rgba(191, 199, 196, .72);
  border-radius: 28px 110px 28px 28px;
  box-shadow: 0 20px 52px rgba(37, 39, 36, .08);
}
.gvs-inner-hero-faq-art span:nth-child(1) { transform: translate(-22px, 18px) rotate(-5deg); }
.gvs-inner-hero-faq-art span:nth-child(2) { transform: translate(19px, -9px) rotate(4deg); }
.gvs-inner-hero-faq-art span:nth-child(3) { transform: rotate(-.5deg); }
.gvs-inner-hero-faq-art i {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--gvs-gold);
  font-family: var(--gvs-serif);
  font-size: 7rem;
  font-style: normal;
  text-shadow: 0 1px rgba(255,255,255,.8);
}
.gvs-trust-main { background: var(--gvs-ivory); }
.gvs-trust-main .is-pearl { background: linear-gradient(180deg, var(--gvs-pearl), rgba(220, 225, 223, .5)); }
.gvs-trust-main h2,
.gvs-trust-main h3 { color: var(--gvs-charcoal); }
.gvs-trust-main p { color: #59615d; }

.gvs-trust-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gvs-trust-card {
  min-height: 270px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(251, 248, 242, .98), rgba(239, 227, 208, .66));
  border: 1px solid rgba(191, 199, 196, .72);
  border-radius: var(--gvs-radius-lg);
  box-shadow: 0 14px 42px rgba(37, 39, 36, .055);
}
.gvs-trust-card > span { color: var(--gvs-gold); font-size: 1.35rem; }
.gvs-trust-card h3 { margin: auto 0 13px; font-family: var(--gvs-serif); font-size: 2rem; font-weight: 400; line-height: 1.02; }
.gvs-trust-card p { margin: 0; font-size: .88rem; line-height: 1.65; }

/* Approved-staff data renders only when the explicit approval source has records. */
.gvs-stylist-roster { display: grid; gap: 24px; }
.gvs-stylist-profile { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; gap: 38px; padding: 24px; background: var(--gvs-pearl); border: 1px solid var(--gvs-platinum); border-radius: var(--gvs-radius-xl); }
.gvs-stylist-profile > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 120px 120px 18px 18px; }
.gvs-stylist-profile h3 { margin: 0 0 12px; font-family: var(--gvs-serif); font-size: 3rem; font-weight: 400; }
.gvs-stylist-profile ul { padding-left: 20px; }
.gvs-status-chip { display: inline-flex; padding: 8px 12px; color: var(--gvs-emerald); border: 1px solid rgba(23, 56, 47, .34); border-radius: 999px; font-size: .75rem; font-weight: 700; }
.gvs-profile-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 18px; }

/* Gallery */
.gvs-gallery-filters { margin: -10px 0 40px; display: flex; flex-wrap: wrap; gap: 9px; }
.gvs-gallery-filter { min-height: 44px; padding: 10px 17px; color: #59615d; background: rgba(247, 242, 234, .84); border: 1px solid rgba(191, 199, 196, .9); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.gvs-gallery-filter:hover,
.gvs-gallery-filter.is-active { color: var(--gvs-ivory); background: var(--gvs-emerald); border-color: var(--gvs-emerald); }
.gvs-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.gvs-gallery-card { margin: 0; overflow: hidden; background: var(--gvs-pearl); border: 1px solid rgba(191, 199, 196, .7); border-radius: 24px; box-shadow: 0 18px 48px rgba(37, 39, 36, .07); }
.gvs-gallery-card:nth-child(4n + 2) { margin-top: 48px; }
.gvs-gallery-card[hidden] { display: none; }
.gvs-gallery-image { aspect-ratio: 4 / 5; overflow: hidden; background: var(--gvs-silver); }
.gvs-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gvs-gallery-card:hover img { transform: scale(1.018); }
.gvs-gallery-card figcaption { min-height: 94px; padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 5px; }
.gvs-gallery-card figcaption span { color: #705c38; font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gvs-gallery-card figcaption strong { font-family: var(--gvs-serif); font-size: 1.55rem; font-weight: 400; }
.gvs-gallery-more { margin-top: 42px; display: flex; justify-content: center; }
.gvs-gallery-more [hidden] { display: none; }

/* About */
.gvs-about-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.gvs-about-intro .gvs-section-heading { margin-bottom: 30px; }
.gvs-about-signature { min-height: 280px; display: grid; place-content: center; text-align: center; background: linear-gradient(145deg, var(--gvs-pearl), var(--gvs-champagne)); border: 1px solid rgba(198, 167, 108, .36); border-radius: 50% 50% 24px 24px; }
.gvs-about-signature span { color: var(--gvs-gold); font-family: var(--gvs-serif); font-size: 4rem; line-height: 1; }
.gvs-about-signature p { margin: 18px 0 0; font-size: .76rem; font-weight: 800; letter-spacing: .1em; line-height: 1.8; text-transform: uppercase; }
.gvs-about-local { display: grid; grid-template-columns: minmax(300px, .86fr) 1.14fr; gap: clamp(50px, 8vw, 118px); align-items: center; }
.gvs-about-local figure { margin: 0; padding: 8px; background: var(--gvs-pearl); border: 1px solid var(--gvs-platinum); border-radius: 140px 140px 24px 24px; box-shadow: var(--gvs-shadow); }
.gvs-about-local img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 132px 132px 18px 18px; }
.gvs-about-local h2 { margin: 0 0 22px; font-family: var(--gvs-serif); font-size: clamp(3.4rem, 5vw, 5.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.gvs-about-local .gvs-text-link { margin-top: 14px; }

/* Visit */
.gvs-visit-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px, 7vw, 100px); align-items: stretch; }
.gvs-visit-primary { padding: clamp(34px, 5vw, 70px); background: linear-gradient(145deg, var(--gvs-pearl), var(--gvs-champagne)); border: 1px solid rgba(198, 167, 108, .38); border-radius: var(--gvs-radius-xl); }
.gvs-visit-primary h2 { margin: 0 0 10px; font-family: var(--gvs-serif); font-size: clamp(3.2rem, 5vw, 5.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.gvs-visit-primary > p { max-width: 690px; }
.gvs-visit-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.gvs-contact-ledger { border-top: 1px solid var(--gvs-platinum); }
.gvs-contact-ledger > div { padding: 27px 4px; display: grid; grid-template-columns: 100px 1fr; gap: 8px 18px; border-bottom: 1px solid var(--gvs-platinum); }
.gvs-contact-ledger > div > span:first-child { grid-row: 1 / 4; color: #705c38; font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gvs-contact-ledger strong { font-family: var(--gvs-serif); font-size: 1.45rem; font-weight: 400; }
.gvs-contact-ledger p { margin: 0; }
.gvs-contact-ledger a { width: fit-content; display: inline-flex; align-items: center; gap: 8px; color: var(--gvs-emerald); border-bottom: 1px solid rgba(23, 56, 47, .34); font-weight: 700; }
.gvs-arrival-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); }
.gvs-arrival-guide h2 { margin: 0; font-family: var(--gvs-serif); font-size: clamp(3.2rem, 5vw, 5.6rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.gvs-arrival-guide ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--gvs-platinum); }
.gvs-arrival-guide li { padding: 25px 0; display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-bottom: 1px solid var(--gvs-platinum); }
.gvs-arrival-guide li > span { color: var(--gvs-gold); font-family: var(--gvs-serif); font-size: 1.5rem; }
.gvs-arrival-guide h3 { margin: 0 0 7px; font-family: var(--gvs-serif); font-size: 1.7rem; font-weight: 400; }
.gvs-arrival-guide p { margin: 0; }

/* FAQ and Privacy */
.gvs-privacy-layout { display: block; max-width: 980px; }
.gvs-privacy-article { border-top: 1px solid var(--gvs-platinum); }
.gvs-privacy-article > section { padding: 34px 0; display: grid; grid-template-columns: 60px 1fr; gap: 22px; border-bottom: 1px solid var(--gvs-platinum); }
.gvs-privacy-article > section > span { color: var(--gvs-gold); font-family: var(--gvs-serif); font-size: 1.45rem; }
.gvs-privacy-article h2 { margin: 0 0 11px; font-family: var(--gvs-serif); font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.gvs-privacy-article p { max-width: 800px; margin: 0; }

@media (max-width: 900px) {
  .gvs-trust-page .gvs-inner-hero.is-copy-only { grid-template-columns: 1fr; }
  .gvs-trust-page .gvs-inner-hero.is-copy-only::after { display: none; }
  .gvs-inner-hero-composite,
  .gvs-inner-hero-faq-art { width: min(500px, 84%); justify-self: end; }
  .gvs-inner-hero-address { width: min(500px, 84%); justify-self: end; }
  .gvs-trust-card-grid,
  .gvs-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gvs-gallery-card:nth-child(4n + 2) { margin-top: 0; }
  .gvs-gallery-card:nth-child(even) { margin-top: 32px; }
  .gvs-about-intro,
  .gvs-about-local,
  .gvs-visit-layout,
  .gvs-arrival-guide { grid-template-columns: 1fr; }
  .gvs-about-signature { width: min(360px, 100%); }
}

@media (max-width: 600px) {
  .gvs-trust-page .gvs-inner-page-header { min-height: 0; }
  .gvs-trust-page .gvs-inner-hero.is-copy-only { padding-bottom: 78px; }
  .gvs-inner-hero-composite { width: calc(100% - 14px); height: 430px; align-self: flex-end; }
  .has-stylist-match .gvs-inner-hero-composite figure:first-child { inset: 8px 78px 46px 0; }
  .has-stylist-match .gvs-inner-hero-composite figure:last-child { width: 170px; height: 255px; }
  .has-stylist-match .gvs-inner-hero-composite::after { right: 8px; top: 26px; }
  .has-gallery-mosaic .gvs-inner-hero-composite { width: 100%; height: 390px; }
  .has-gallery-mosaic .gvs-inner-hero-composite figure { width: 43%; height: 290px; }
  .has-gallery-mosaic .gvs-inner-hero-composite figure:nth-child(1) { top: 76px; }
  .has-gallery-mosaic .gvs-inner-hero-composite figure:nth-child(2) { left: 29%; top: 0; }
  .gvs-inner-hero-address { width: calc(100% - 14px); min-height: 330px; align-self: flex-end; padding: 46px 30px 36px; }
  .gvs-inner-hero-address > span { top: 36px; }
  .gvs-inner-hero-address strong { font-size: 2.05rem; }
  .gvs-inner-hero-faq-art { width: calc(100% - 14px); height: 310px; align-self: flex-end; }
  .gvs-inner-hero-faq-art i { font-size: 5.5rem; }
  .gvs-trust-card-grid,
  .gvs-gallery-grid { grid-template-columns: 1fr; }
  .gvs-trust-card { min-height: 220px; padding: 28px; }
  .gvs-gallery-filters { flex-wrap: nowrap; margin-inline: -15px; padding: 0 15px 8px; overflow-x: auto; scrollbar-width: thin; }
  .gvs-gallery-filter { flex: 0 0 auto; }
  .gvs-gallery-card:nth-child(even) { margin-top: 0; }
  .gvs-gallery-card figcaption { min-height: 82px; }
  .gvs-gallery-more { margin-top: 30px; }
  .gvs-stylist-profile { grid-template-columns: 1fr; padding: 16px; }
  .gvs-about-signature { min-height: 240px; }
  .gvs-about-local { gap: 38px; }
  .gvs-about-local figure { width: calc(100% - 24px); }
  .gvs-about-local h2,
  .gvs-visit-primary h2,
  .gvs-arrival-guide h2 { font-size: 3.35rem; }
  .gvs-visit-primary { padding: 28px 22px; }
  .gvs-visit-actions { align-items: stretch; }
  .gvs-visit-actions .gvs-button { width: 100%; }
  .gvs-contact-ledger > div { grid-template-columns: 78px 1fr; }
  .gvs-arrival-guide { gap: 36px; }
  .gvs-privacy-article > section { grid-template-columns: 42px 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .gvs-gallery-card img { transition: none; }
}
