/* =============================================================
 * Theme Name: Hello Elementor Child Theme
 * Template: hello-elementor
 * Author: Jobst Schmalenbach
 * Description: Hello Elementor Child Theme
 * Version: 1.0.0
 * APEX SPINE NZ — Master Stylesheet
 * Fonts: Playfair Display (headings) + DM Sans (body)
 * Primary: #D42B6A | Dark: #1C1C2E | Surface: #f9f9fb
 *  ============================================================= 
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* VARIABLES ------------------------------------------------------------- */
:root {
 --brand:        #D42B6A;
 --brand-light:  #fce8f0;
 --brand-mid:    #f0afc8;
 --dark:         #1C1C2E;
 --mid:          #4a4a5a;
 --muted:        #8a8a9a;
 --surface:      #f9f9fb;
 --border:       #ebebeb;
 --white:        #ffffff;
 --font-serif:   'Playfair Display', Georgia, serif;
 --font-sans:    'DM Sans', system-ui, sans-serif;
 --radius-sm:    4px;
 --radius-md:    8px;
 --radius-lg:    10px;
}
/* RESET & BASE ---------------------------------------------------------- */
*, *::before, *::after {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
}
body {
 font-family: var(--font-sans);
 font-size: 15px;
 line-height: 1.6;
 color: var(--dark);
 background: var(--white);
}
/* TYPOGRAPHY ------------------------------------------------------------- */
h1, h2, h3 {
 font-family: var(--font-serif);
 font-weight: 600;
 line-height: 1.28;
 color: var(--dark);
}
h1 { 
 font-size: 44px;
 line-height: 1.18; 
}
h2 {
 font-size: 28px;
}
h3 {
 font-size: 20px; 
}
p {
 line-height: 1.8;
 color: var(--mid);
}
.eyebrow {
 font-family: var(--font-sans);
 font-size: 11px;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: var(--brand);
 font-weight: 500;
 margin-bottom: 0.85rem;
 display: block;
}
.section-label {
 font-family: var(--font-sans);
 font-size: 11px;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: var(--brand);
 font-weight: 500;
 margin-bottom: 0.5rem;
 display: block;
}
.lead {
 font-size: 16px;
 color: var(--mid);
 line-height: 1.8;
 margin-bottom: 2rem;
 max-width: 560px;
}
.section-intro {
 font-size: 15px;
 color: var(--mid);
 max-width: 560px;
 line-height: 1.7;
 margin-bottom: 2rem;
}
.pull-quote {
 font-family: var(--font-serif);
 font-size: 21px;
 font-style: italic;
 color: var(--dark);
 border-left: 3px solid var(--brand);
 padding: 1rem 1.75rem;
 margin: 2.5rem 0;
 line-height: 1.65;
 max-width: 680px;
 background: var(--brand-light);
 border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
/* contact form 7 -------------------------------------------------------- */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus
{
 border:2px solid var(--brand);
 /* Removes default browser outline */
 outline: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea
{
 border:1px solid var(--muted);	
}
.wpcf7-submit {
 background-color: var(--brand)!important;
 color: var(--white)!important;
 padding: 13px 26px;
 border-radius: var(--radius-sm);
 font-weight: 500;
 font-size: 14px;
 display: inline-block;
 text-decoration: none;
 font-family: var(--font-sans);
 cursor: pointer;
 border: none!important;	
}
.wpcf7-submit:hover {
 background: var(--brand-mid)!important;
 color: var(--white)!important;	
}
.wpcf7-submit:active {
 transform: scale(0.98);
}
/* NAVIGATION ------------------------------------------------------------- */
.logo-main {
 font-family: var(--font-sans);
 font-size: 20px;
 font-weight: 500;
 color: var(--brand);
 letter-spacing: -0.3px;
 line-height: 1.1;
}
.logo-sub {
 font-size: 10px;
 color: var(--muted);
 letter-spacing: 0.4px;
 font-weight: 400;
}
/* BUTTONS ---------------------------------------------------------------------------------------- */
.btn-primary {
 background: var(--brand);
 color: var(--white);
 padding: 13px 26px;
 border-radius: var(--radius-sm);
 font-weight: 500;
 font-size: 14px;
 display: inline-block;
 text-decoration: none;
 font-family: var(--font-sans);
 cursor: pointer;
 border: none;
}
.btn-primary:hover {
 opacity: 0.9;
}
.btn-outline {
 border: 1.5px solid var(--brand);
 color: var(--brand);
 padding: 12px 24px;
 border-radius: var(--radius-sm);
 font-weight: 400;
 font-size: 14px;
 display: inline-block;
 text-decoration: none;
 margin-left: 0.75rem;
}
.btn-outline:hover {
 background: var(--brand-light);
}
.btn-ghost {
 border: 1px solid rgba(255,255,255,0.3);
 color: rgba(255,255,255,0.85);
 padding: 12px 24px;
 border-radius: var(--radius-sm);
 font-weight: 400;
 font-size: 14px;
 display: inline-block;
 text-decoration: none;
 margin-left: 0.75rem;
}
.btn-cta {
 background: var(--white);
 color: var(--brand);
 padding: 14px 28px;
 border-radius: var(--radius-sm);
 font-weight: 500;
 font-size: 14px;
 display: inline-block;
 text-decoration: none;
 white-space: nowrap;
}
.btn-cta:hover {
 opacity: 0.95;
}
.btn-submit {
 width: 100%;
 background: var(--brand)!important;
 color: var(--white)!important;
 padding: 14px;
 border-radius: var(--radius-md);
 font-weight: 500;
 font-size: 15px;
 border: none;
 cursor: pointer;
 font-family: var(--font-sans);
 margin-top: 0.5rem;
}
.btn-submit:hover {
 opacity: 0.9;
}
/* PAGE HERO (inner pages) ---------------------------------------------------------------------------- */
.page-hero {
 background: var(--brand-light);
 border-bottom: 0.5px solid var(--brand-mid);
 padding: 4.5rem 3rem;
}
.page-hero h1 {
 max-width: 620px;
 margin-bottom: 1.1rem;
}
.page-hero p {
 font-size: 17px;
 color: var(--mid);
 max-width: 600px;
 line-height: 1.75;
}
/* PHILOSOPHY STRIP ----------------------------------------------------------------------------------------- */
.philosophy-strip {
 background: var(--brand);
 padding: 1.35rem 3rem;
 text-align: center;
}
.philosophy-strip p {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: 18px;
 color: var(--white);
 line-height: 1.4;
}
/* SECTION WRAPPERS ----------------------------------------------------------------------------------------- */
.section {
 padding: 4rem 3rem;
}
.section h2 {
 margin-bottom: 0.75rem;
}
.section p {
  margin-bottom: 1.25rem;
  max-width: 720px;
}
.section p:last-child {
 margin-bottom: 0; 
}
.section.alt {
 background: var(--surface);
}
/* FORMS ---------------------------------------------------------------------------------------------------------------- */
.form-group {
 margin-bottom: 1.1rem;
}
.form-group label {
 display: block;
 font-size: 12px;
 font-weight: 500;
 color: var(--mid);
 margin-bottom: 5px;
 letter-spacing: 0.2px;
}
.form-group input,
.form-group select,
.form-group textarea {
 width: 100%;
 padding: 11px 14px;
 border: 0.5px solid #ccc;
 border-radius: var(--radius-md);
 font-family: var(--font-sans);
 font-size: 14px;
 color: var(--dark);
 background: var(--white);
 outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--brand);
}
.form-group textarea {
 height: 110px;
 resize: vertical;
}
.form-group select {
 appearance: none;
 cursor: pointer;
}
.form-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 12px;
}
.form-note {
 font-size: 12px;
 color: var(--muted);
 text-align: center;
 margin-top: 0.75rem;
 line-height: 1.5;
}
/* FOUNDER COMPONENTS --------------------------------------------------------------------------- */
.founders-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 18px;
 margin-top: 1.5rem;
}
.founder-card {
 background: var(--white);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 1.5rem;
}
.founder-avatar {
 width: 54px;
 height: 54px;
 border-radius: 50%;
 background: var(--brand-light);
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: var(--font-serif);
 font-size: 17px;
 color: var(--brand);
 font-weight: 600;
 border: 1.5px solid var(--brand-mid);
 flex-shrink: 0;
}
.founder-title {
 font-size: 10.5px;
 color: var(--brand);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 0.5rem;
 font-weight: 500;
 display: block;
}
/* CTA STRIP ------------------------------------------------------------ */
.cta-strip {
 background: var(--brand);
 padding: 3rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 1.5rem;
}
.cta-strip h2 {
 color: var(--white);
 font-size: 26px;
 max-width: 460px;
}
.cta-strip p {
 color: rgba(255,255,255,0.7);
 font-size: 14px;
 margin-top: 0.4rem;
 margin-bottom: 0;
}
/* FOOTER ------------------------------------------------------------- */
@media screen and (max-width: 768px) {
 .footer-logo,
 .footer-details,	
 .footer-links {
  margin-left:25px!important;
 }
 .footer-details {
  margin-top:25px!important;
  margin-bottom:25px!important;	 
 }
	
}
@media screen and (min-width: 769px) {
 .footer-logo {
  margin-left:25px!important;
 }
 .footer-links {
  margin-right:25px!important;
 }
}
.footer-links,
.footer-details,
.footer-logo {
 font-family: var(--font-sans);
 font-size: 14px;
 font-weight: 500;
 color: var(--muted);	
}
.footer-links {
 display: flex;
 gap: 1.5rem;
}
.footer-logo a,
.footer-links a {
 font-size: 14px;
 font-weight: 500;	
 color: var(--muted);
 text-decoration: none;
}
.footer-links a:hover,
.footer-logo a:hover {
 color: var(--brand); 
}
/* DEV NOTE BANNER ---------------------------------------------------------------- */
.dev-note {
 background: #fff8e1;
 border-bottom: 1px solid #ffe082;
 padding: 0.65rem 3rem;
 font-size: 12px;
 color: #5d4037;
 text-align: center;
}
/* TECH PARTNERS (shared, homepage + solutions) ------------------------------------- */
.tech-partners {
 background: var(--surface);
 padding: 2.5rem 3rem;
 text-align: center;
 border-top: 0.5px solid var(--border);
}
.partners-label {
 font-size: 11px;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: var(--muted);
 margin-bottom: 1.4rem;
 display: block;
}
.partner-logos {
 display: flex;
 gap: 1rem;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}
.partner-pill {
 background: var(--white);
 border: 0.5px solid #ddd;
 border-radius: var(--radius-sm);
 padding: 9px 20px;
 font-size: 12.5px;
 font-weight: 400;
 color: var(--mid);
}
/* AUDIENCE / ICON CARDS (shared pattern) ------------------------------------------------------- */
.icon-cards {
 display: flex;
 flex-direction: column;
 gap: 14px;
 margin-top: 1.5rem;
}
.icon-card {
 background: var(--white);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 1.25rem 1.4rem;
 display: flex;
 gap: 1rem;
 align-items: flex-start;
}
.icon-card-icon {
 width: 40px;
 height: 40px;
 min-width: 40px;
 border-radius: var(--radius-md);
 background: var(--brand-light);
 display: flex;
 align-items: center;
 justify-content: center;
}
.icon-card h3 {
 font-family: var(--font-sans);
 font-size: 14px;
 font-weight: 500;
 color: var(--dark);
 margin-bottom: 3px;
 line-height: 1.3;
}
.icon-card p {
 font-size: 13px;
 color: var(--muted);
 line-height: 1.55;
 margin: 0;
}
/* CONTACT DETAIL ROWS (shared pattern) ------------------------------------------------------- */
.contact-detail {
 display: flex;
 align-items: center;
 gap: 0.85rem;
 margin-bottom: 0.85rem;
 font-size: 14px;
 color: var(--mid);
 text-decoration: none;
}
.contact-detail:hover {
 color: var(--brand); 
}
.contact-detail-icon {
 width: 36px!important;
 height: 36px!important;
 min-width: 36px!important;
 border-radius: var(--radius-md);
 background: var(--brand-light);
 display: inline!important;
 align-items: center;
 justify-content: center;
}
/* =============================================================
   PAGE-SPECIFIC: HOMEPAGE
   ============================================================= */
.home-hero {
 background: var(--white);
 padding: 4.5rem 3rem 4rem;
 border-bottom: 0.5px solid var(--border);
 display: flex;
 gap: 2.5rem;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
}
.home-hero-left { 
 max-width: 560px; 
}
.home-hero h1 {
 margin-bottom: 1rem;
}
.hero-sub {
 font-size: 15.5px;
 color: var(--mid);
 line-height: 1.7;
 max-width: 460px;
 margin-bottom: 2rem;
}
.home-hero-quote {
 background: var(--brand-light);
 border-radius: var(--radius-lg);
 padding: 1.5rem;
 max-width: 250px;
 min-width: 210px;
 border-left: 3px solid var(--brand);
 flex-shrink: 0;
}
.home-hero-quote p {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: 15px;
 color: var(--dark);
 line-height: 1.65;
 margin: 0;
}
.home-hero-quote cite {
 display: block;
 margin-top: 0.75rem;
 font-size: 10px;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 color: var(--brand);
 font-style: normal;
 font-weight: 500;
}
.benefits {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 1px;
 background: var(--border);
 border: 1px solid var(--border);
 border-radius: var(--radius-lg);
 overflow: hidden;
}
.benefit {
 background: var(--white);
 padding: 1.35rem 1.1rem;
}
.benefit-icon {
 width: 34px;
 height: 34px;
 border-radius: 7px;
 background: var(--brand-light);
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 0.8rem;
}
.benefit h3 {
 font-family: var(--font-sans);
 font-size: 13px;
 font-weight: 500;
 color: var(--dark);
 margin-bottom: 0.35rem;
 line-height: 1.35;
}
.benefit p {
 font-size: 12px;
 color: var(--muted);
 line-height: 1.55;
 margin: 0;
}
.solutions-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 gap: 13px;
}
.home-sol-card {
 background: var(--white);
 border: 0.5px solid #e0d0d8;
 border-radius: var(--radius-lg);
 padding: 1.3rem;
 border-top: 3px solid var(--brand);
}
.home-sol-card h3 {
 font-family: var(--font-sans);
 font-size: 13px;
 font-weight: 500;
 color: var(--dark);
 margin-bottom: 0.4rem;
 line-height: 1.4;
}
.home-sol-card p {
 font-size: 12px;
 color: var(--muted);
 line-height: 1.55;
 margin: 0;
}
.home-manifesto {
 background: var(--brand-light);
 padding: 3.5rem 3rem;
 border-top: 0.5px solid var(--brand-mid);
 border-bottom: 0.5px solid var(--brand-mid);
}
.home-manifesto blockquote {
 font-family: var(--font-serif);
 font-size: 20px;
 color: var(--dark);
 line-height: 1.6;
 max-width: 640px;
 font-style: italic;
 border-left: 3px solid var(--brand);
 padding-left: 1.5rem;
 margin-bottom: 1.5rem;
}
.manifesto-byline {
 font-size: 12.5px;
 color: var(--muted);
 margin-bottom: 1.75rem;
}
.home-founder-card {
 background: var(--white);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 1.35rem;
 display: flex;
 gap: 1rem;
 align-items: flex-start;
}
.home-founder-card h3 {
 font-family: var(--font-sans);
 font-size: 14px;
 font-weight: 500;
 color: var(--dark);
 margin-bottom: 2px;
}
.home-founder-card p {
 font-size: 12px;
 color: var(--muted);
 line-height: 1.55;
 margin: 0;
}
/* =============================================================
   PAGE-SPECIFIC: OUR STORY
   ============================================================= */
.philosophy-cards {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 16px;
 margin-top: 1.5rem;
}
.phil-card {
 background: var(--white);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 1.5rem;
}
.phil-card.chosen {
 border: 1.5px solid var(--brand);
 background: var(--brand-light);
}
.phil-tag {
 font-size: 10px;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 color: var(--brand);
 font-weight: 500;
 margin-bottom: 0.5rem;
 display: block;
}
.phil-card h3 {
 font-family: var(--font-serif);
 font-size: 16px;
 font-style: italic;
 color: var(--dark);
 margin-bottom: 0.5rem;
 line-height: 1.4;
 font-weight: 400;
}
.phil-card p {
 font-size: 13px;
 color: var(--muted);
 line-height: 1.6;
 margin: 0;
}
.chosen-badge {
 display: inline-block;
 background: var(--brand);
 color: var(--white);
 font-size: 10px;
 letter-spacing: 1px;
 text-transform: uppercase;
 padding: 3px 10px;
 border-radius: 20px;
 margin-bottom: 0.5rem;
}
.story-founder-card {
 background: var(--white);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 2rem;
}
.story-founder-card .founder-avatar {
 width: 64px;
 height: 64px;
 font-size: 20px;
 margin-bottom: 1rem;
}
.story-founder-card h3 {
 font-size: 18px;
 font-weight: 500;
 margin-bottom: 3px;
}
.story-founder-card p {
 font-size: 14px;
 margin-bottom: 0.75rem;
}
.commitment-list {
 list-style: none;
 margin-top: 1.5rem;
 display: flex;
 flex-direction: column;
 gap: 12px;
 max-width: 720px;
}
.commitment-list li {
 display: flex;
 gap: 1rem;
 align-items: flex-start;
 font-size: 15px;
 color: var(--mid);
 line-height: 1.7;
}
.commitment-list li::before {
 content: '';
 display: block;
 width: 20px;
 height: 20px;
 min-width: 20px;
 border-radius: 50%;
 background: var(--brand-light);
 border: 1.5px solid var(--brand-mid);
 margin-top: 3px;
}
.commitment-list strong {
 color: var(--dark);
 font-weight: 500;
}
/* =============================================================
   PAGE-SPECIFIC: SPINAL SOLUTIONS
   ============================================================= */
.sol-block {
 padding: 4rem 3rem;
 border-bottom: 0.5px solid var(--border);
 display: grid;
 grid-template-columns: 280px 1fr;
 gap: 4rem;
 align-items: start;
}
.sol-block:nth-child(even) {
 background: var(--surface);
}
.sol-sidebar {
 position: sticky;
 top: 88px;
}
.sol-number {
 font-family: var(--font-serif);
 font-size: 64px;
 color: var(--brand-mid);
 font-weight: 600;
 line-height: 1;
 margin-bottom: 0.5rem;
}
.sol-label {
 font-size: 11px;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: var(--brand);
 font-weight: 500;
 margin-bottom: 0.5rem;
 display: block;
}
.sol-sidebar h2 {
 font-size: 22px;
 margin-bottom: 1rem;
}
.sol-link {
 display: inline-block;
 font-size: 13px;
 color: var(--brand);
 text-decoration: none;
 border-bottom: 1px solid var(--brand-mid);
 padding-bottom: 1px;
 margin-top: 1rem;
}
.sol-content h3 {
 margin-bottom: 0.75rem;
}
.sol-content p {
 font-size: 15px;
 margin-bottom: 1.25rem;
}
.feature-pills {
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
 margin: 1.5rem 0;
}
.pill {
 background: var(--brand-light);
 border: 0.5px solid var(--brand-mid);
 border-radius: 20px;
 padding: 5px 14px;
 font-size: 12.5px;
 color: var(--brand);
 font-weight: 400;
}
.key-message {
 background: var(--brand-light);
 border-left: 3px solid var(--brand);
 border-radius: 0 var(--radius-md) var(--radius-md) 0;
 padding: 1.25rem 1.5rem;
 margin-top: 1.75rem;
}
.key-message p {
 font-family: var(--font-serif);
 font-style: italic;
 font-size: 16px;
 color: var(--dark);
 margin: 0;
 line-height: 1.6;
}
.partners-section {
 padding: 3.5rem 3rem;
 background: var(--surface);
 border-top: 0.5px solid var(--border);
}
.partners-section h2 {
 margin-bottom: 0.75rem;
}
.partners-section p {
 font-size: 15px;
 max-width: 620px;
 line-height: 1.75;
 margin-bottom: 2rem;
}
.partner-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 gap: 12px;
}
.partner-card {
 background: var(--white);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-md);
 padding: 1.25rem;
 text-align: center;
}
.partner-card h3 {
 font-family: var(--font-sans);
 font-size: 14px;
 font-weight: 500;
 color: var(--dark);
 margin-bottom: 0.35rem;
}
.partner-card p {
 font-size: 12px;
 color: var(--muted);
 margin: 0;
 line-height: 1.5;
}
/* =============================================================
   PAGE-SPECIFIC: PARTNER WITH US
   ============================================================= */
.two-col-layout {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
 gap: 16px;
}
.two-col-left {
 padding: 4rem 3rem;
 border-right: 0.5px solid var(--border);
}
.two-col-right {
 padding: 3rem 2.5rem;
 background: var(--surface);
}
.expect-list {
 list-style: none;
 margin-top: 1.5rem;
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.expect-list li {
 display: flex;
 gap: 0.85rem;
 align-items: flex-start;
 font-size: 14.5px;
 color: var(--mid);
 line-height: 1.65;
}
.expect-list li::before {
 content: '';
 display: block;
 min-width: 18px;
 height: 18px;
 border-radius: 50%;
 background: var(--brand);
 margin-top: 3px;
 flex-shrink: 0;
}
.founders-mini {
 display: flex;
 gap: 1rem;
 margin-top: 2.5rem;
 padding-top: 2rem;
 border-top: 0.5px solid var(--border);
 align-items: flex-start;
}
.founders-mini-avatars {
 display: flex;
 gap: 8px;
 flex-shrink: 0;
}
.founder-mini-avatar {
 width: 44px;
 height: 44px;
 border-radius: 50%;
 background: var(--brand-light);
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: var(--font-serif);
 font-size: 13px;
 color: var(--brand);
 font-weight: 600;
 border: 1.5px solid var(--brand-mid);
 flex-shrink: 0;
}
.founders-mini p {
 font-size: 13px;
 color: var(--mid);
 line-height: 1.55;
 margin: 0;
}
.founders-mini strong {
 color: var(--dark);
 font-weight: 500;
}
/* =============================================================
   PAGE-SPECIFIC: CONTACT
   ============================================================= */
.contact-cards {
 display: flex;
 flex-direction: column;
 gap: 14px;
}
.contact-card {
 background: var(--surface);
 border: 0.5px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 1.4rem 1.5rem;
 display: flex;
 gap: 1rem;
 align-items: flex-start;
 text-decoration: none;
 color: inherit;
 transition: border-color 0.15s, background 0.15s;
}
.contact-card:hover {
 border-color: var(--brand-mid);
 background: var(--brand-light);
}
.cc-icon {
 width: 44px;
 height: 44px;
 min-width: 44px;
 border-radius: var(--radius-md);
 background: var(--white);
 border: 0.5px solid var(--border);
 display: flex;
 align-items: center;
 justify-content: center;
}
.contact-card:hover .cc-icon {
 background: var(--brand-light);
 border-color: var(--brand-mid);
}
.cc-label {
 font-size: 10.5px;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 color: var(--brand);
 font-weight: 500;
 margin-bottom: 3px;
 display: block;
}
.cc-value {
 font-size: 16px;
 font-weight: 500;
 color: var(--dark);
 margin-bottom: 3px;
 display: block;
}
.cc-note {
 font-size: 12.5px;
 color: var(--muted);
}
.founders-block {
 margin-top: 3rem;
 padding-top: 2.5rem;
 border-top: 0.5px solid var(--border);
}
.founders-block h3 {
 font-size: 20px;
 margin-bottom: 0.5rem;
}
.founders-block p {
 font-size: 14px;
 margin-bottom: 1.5rem;
 max-width: 420px;
}
.founder-row {
 display: flex;
 gap: 14px;
 flex-wrap: wrap;
}
.founder-chip {
 display: flex;
 align-items: center;
 gap: 10px;
 background: var(--surface);
 border: 0.5px solid var(--border);
 border-radius: 30px;
 padding: 8px 16px 8px 8px;
}
.fc-avatar {
 width: 36px;
 height: 36px;
 border-radius: 50%;
 background: var(--brand-light);
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: var(--font-serif);
 font-size: 12px;
 color: var(--brand);
 font-weight: 600;
 border: 1px solid var(--brand-mid);
}
.fc-name {
 font-size: 13px;
 font-weight: 500;
 color: var(--dark);
 line-height: 1.2;
 display: block;
}
.fc-title {
 font-size: 11px;
 color: var(--muted);
 display: block;
}
.location-note {
 margin-top: 2.5rem;
 padding: 1.25rem 1.5rem;
 background: var(--brand-light);
 border-radius: var(--radius-md);
 border-left: 3px solid var(--brand);
}
.location-note p {
 font-size: 13.5px;
 margin: 0;
 line-height: 1.65;
}
.location-note strong {
 color: var(--dark);
 font-weight: 500;
}
.map-placeholder {
 margin-top: 1.75rem;
 background: var(--border);
 border-radius: var(--radius-md);
 height: 160px;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 0.5px solid var(--border);
}
.map-placeholder p {
 font-size: 12px;
 color: var(--muted);
 text-align: center;
 margin: 0;
 line-height: 1.6;
}
