/* Supporting pages for the Vidvanza website. */
.subpage .site-header { border-bottom-color: rgba(27, 27, 43, .08); }
.subpage-hero { position: relative; overflow: hidden; padding: 10.75rem 0 6.75rem; background: linear-gradient(117deg, var(--cream) 0%, var(--cream) 58%, #f5d9a3 100%); }
.subpage-hero::before, .subpage-hero::after { position: absolute; border-radius: 50%; content: ""; }
.subpage-hero::before { width: 25rem; height: 25rem; top: -16rem; right: 12%; background: rgba(255, 215, 92, .56); }
.subpage-hero::after { width: 9rem; height: 9rem; right: -2rem; bottom: -3rem; background: var(--lilac); }
.subpage-hero .shell { position: relative; z-index: 1; }
.subpage-hero-copy { max-width: 760px; }
.subpage-hero h1 { margin-bottom: 1.35rem; font-size: clamp(3.6rem, 7vw, 6.7rem); }
.subpage-hero-text { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.page-section { padding: clamp(4.7rem, 8vw, 7.5rem) 0; }
.page-heading { max-width: 730px; margin-bottom: 3rem; }
.page-heading h2 { margin-bottom: 1rem; font-size: clamp(2.55rem, 4.4vw, 4.6rem); line-height: .98; }
.page-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.split-section { background: var(--sand); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.copy-block h2 { margin-bottom: 1.3rem; font-size: clamp(2.5rem, 4vw, 4.25rem); line-height: 1; }
.copy-block > p:not(.eyebrow) { max-width: 500px; color: var(--muted); line-height: 1.72; }
.copy-block > p:last-child { margin-bottom: 0; }
.stat-list { display: grid; gap: .85rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.stat-list li { display: flex; align-items: center; gap: .85rem; padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: .94rem; font-weight: 800; }
.stat-list span { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border-radius: 50%; color: var(--orange-deep); background: #fff1dc; font-size: .74rem; }
.concept-art { position: relative; min-height: 385px; margin-inline: auto; }
.concept-art::before { position: absolute; width: 20rem; height: 20rem; left: 6%; top: 2rem; border-radius: 50%; background: var(--yellow); content: ""; }
.concept-note, .concept-progress { position: absolute; z-index: 1; border-radius: 1.15rem; box-shadow: 0 20px 35px rgba(58, 48, 51, .16); }
.concept-note { top: 3.8rem; left: 16%; width: 14.2rem; padding: 1.2rem; background: #fffdfa; transform: rotate(-7deg); }
.concept-note span { display: inline-block; padding: .25rem .45rem; border-radius: 1rem; color: #65549c; background: #eeeaff; font-size: .55rem; font-weight: 900; letter-spacing: .08em; }
.concept-note h3 { margin: 2.2rem 0 .6rem; font-family: Georgia, serif; font-size: 1.9rem; font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.concept-note p { margin: 0; color: var(--muted); font-size: .72rem; }
.concept-note div { width: 100%; height: .45rem; margin-top: 1.35rem; border-radius: 1rem; background: #efeae1; }.concept-note div::before { display: block; width: 66%; height: 100%; border-radius: inherit; background: var(--orange); content: ""; }
.concept-progress { right: 2%; bottom: 2rem; width: 12rem; padding: 1rem; color: white; background: var(--ink); transform: rotate(6deg); }
.concept-progress p { margin: 0 0 .35rem; color: #c6c3ce; font-size: .55rem; font-weight: 900; letter-spacing: .08em; }.concept-progress strong { display: block; color: var(--yellow); font-family: Georgia, serif; font-size: 2.25rem; font-weight: 500; line-height: 1; }.concept-progress small { color: #d5d2dc; font-size: .63rem; }
.value-grid, .role-grid, .help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value-card, .role-card, .help-card { position: relative; min-height: 250px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdfa; }
.value-card:nth-child(2), .role-card:nth-child(2) { background: #f4d4b4; }.value-card:nth-child(3), .role-card:nth-child(3) { color: white; border-color: transparent; background: var(--ink); }
.value-icon, .role-icon, .help-icon { display: grid; width: 3.6rem; height: 3.6rem; margin-bottom: 3rem; place-items: center; border-radius: 1.05rem; color: var(--orange-deep); background: #fff0d9; font-size: 1.55rem; font-weight: 900; }.value-card:nth-child(2) .value-icon, .role-card:nth-child(2) .role-icon { color: #5f4e9d; background: #ede5ff; }.value-card:nth-child(3) .value-icon, .role-card:nth-child(3) .role-icon { color: var(--yellow); background: #3e3b4f; }
.value-card h3, .role-card h3, .help-card h3 { margin-bottom: .55rem; font-size: 1.08rem; letter-spacing: -.03em; }.value-card p, .role-card p, .help-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.62; }.value-card:nth-child(3) p, .role-card:nth-child(3) p { color: #cfccd7; }
.team-intro { background: var(--sand); }.team-intro-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }.team-quote { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.08; letter-spacing: -.055em; }.team-quote strong { color: var(--orange); font-weight: inherit; }.team-summary { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.member-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdfa; }.member-card:nth-child(2) { background: #f4d4b4; }.member-card:nth-child(3) { color: white; border-color: transparent; background: var(--ink); }.member-avatar { display: grid; width: 5rem; height: 5rem; margin: 1.55rem 1.55rem 2.5rem; place-items: center; border-radius: 1.5rem 1.5rem 1.5rem .35rem; color: var(--orange-deep); background: #fff0d9; font-family: Georgia, serif; font-size: 2rem; line-height: 1; transform: rotate(-5deg); }.member-card:nth-child(2) .member-avatar { color: #5f4e9d; background: #eee6ff; }.member-card:nth-child(3) .member-avatar { color: var(--yellow); background: #3e3b4f; }.member-copy { padding: 0 1.55rem 1.55rem; }.member-copy h3 { margin-bottom: .2rem; font-size: 1.22rem; letter-spacing: -.04em; }.member-role { margin-bottom: .9rem; color: var(--orange-deep); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.member-card:nth-child(2) .member-role { color: #5f4e9d; }.member-card:nth-child(3) .member-role { color: var(--yellow); }.member-copy p:last-child { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.6; }.member-card:nth-child(3) .member-copy p:last-child { color: #cfccd7; }.team-banner { margin-top: 1rem; padding: 1.1rem 1.35rem; border-radius: 1rem; background: #fff0d9; color: var(--ink); font-size: .9rem; font-weight: 800; }.team-banner span { color: var(--orange-deep); }
.culture-panel { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 1.8rem; color: white; background: var(--orange); }.culture-copy { padding: clamp(2.2rem, 5vw, 4.8rem); }.culture-copy h2 { margin: 0 0 1.3rem; font-size: clamp(2.6rem, 4.5vw, 4.7rem); line-height: .98; }.culture-copy p { max-width: 490px; margin: 0; color: rgba(255,255,255,.86); line-height: 1.72; }.culture-art { position: relative; min-height: 390px; background: #f5cf88; }.culture-art::before { position: absolute; width: 22rem; height: 22rem; right: -7rem; top: 2.5rem; border: .95rem solid var(--ink); border-radius: 50%; content: ""; }.culture-card { position: absolute; z-index: 1; width: 11.5rem; padding: 1rem; border-radius: 1rem; color: var(--ink); background: #fffdfa; box-shadow: 0 16px 30px rgba(58,48,51,.18); }.culture-card small { display: block; color: var(--orange-deep); font-size: .55rem; font-weight: 900; letter-spacing: .1em; }.culture-card strong { display: block; margin-top: .5rem; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; line-height: 1.1; }.culture-card:first-child { left: 2.5rem; top: 4rem; transform: rotate(-7deg); }.culture-card:last-child { right: 3rem; bottom: 3.4rem; transform: rotate(8deg); }.culture-spark { position: absolute; z-index: 1; right: 4.4rem; top: 3.8rem; color: var(--orange); font-size: 2.4rem; font-weight: 900; }
.team-cta, .contact-cta { padding-top: 1rem; text-align: center; }.team-cta h2, .contact-cta h2 { margin: 0 0 1rem; font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1; }.team-cta p, .contact-cta p { max-width: 560px; margin: 0 auto 1.6rem; color: var(--muted); line-height: 1.7; }
.contact-hero { background: linear-gradient(117deg, var(--cream) 0%, var(--cream) 54%, #d7c8f1 100%); }.contact-hero::before { background: rgba(255, 215, 92, .52); }.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; }.help-card { min-height: 260px; padding: 1.5rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }.help-card:hover { box-shadow: 0 16px 30px rgba(40, 34, 44, .1); transform: translateY(-4px); }.help-card:nth-child(2) { background: #f4d4b4; }.help-card:nth-child(3) { color: white; border-color: transparent; background: var(--ink); }.help-card:nth-child(3) p { color: #cfccd7; }.help-icon { margin-bottom: 3.1rem; }.help-card:nth-child(2) .help-icon { color: #5f4e9d; background: #ece4ff; }.help-card:nth-child(3) .help-icon { color: var(--yellow); background: #3e3b4f; }.help-link { display: inline-block; margin-top: 1.2rem; color: var(--orange-deep); font-size: .77rem; font-weight: 900; }.help-card:nth-child(3) .help-link { color: var(--yellow); }
.support-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4.3rem); border-radius: 1.8rem; color: white; background: var(--ink); }.support-panel h2 { margin: 0 0 1rem; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }.support-panel p { margin: 0; color: #cbc8d2; line-height: 1.7; }.support-links { display: grid; gap: .7rem; }.support-links a { display: flex; align-items: center; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: white; font-size: .9rem; font-weight: 800; text-decoration: none; }.support-links a span { color: var(--yellow); font-size: 1.1rem; }
.subpage .footer { margin-top: 0; }
@media (max-width: 850px) { .split-layout, .team-intro-layout, .culture-panel, .contact-layout, .support-panel { grid-template-columns: 1fr; }.copy-block { max-width: 650px; }.concept-art { max-width: 520px; width: 100%; }.culture-art { min-height: 310px; }.page-heading { margin-bottom: 2.2rem; }.leadership-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .subpage-hero { padding: 8rem 0 4.6rem; }.subpage-hero h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); }.subpage-hero-text { font-size: 1rem; }.page-section { padding: 4.4rem 0; }.value-grid, .role-grid, .help-grid, .leadership-grid { grid-template-columns: 1fr; }.value-card, .role-card, .help-card { min-height: 220px; }.member-card { min-height: 280px; }.member-avatar { margin-bottom: 1.6rem; }.value-icon, .role-icon, .help-icon { margin-bottom: 2rem; }.concept-art { min-height: 360px; transform: scale(.92); transform-origin: center top; margin-bottom: -1.8rem; }.concept-note { left: 8%; }.concept-progress { right: 0; }.culture-copy { padding: 3rem 1.5rem; }.culture-art { min-height: 280px; }.culture-card:first-child { left: 1.2rem; top: 2rem; }.culture-card:last-child { right: 1.4rem; bottom: 1.8rem; }.culture-spark { right: 2rem; top: 2rem; }.support-panel { padding: 2rem 1.5rem; }.team-cta, .contact-cta { padding-top: 0; } }
