
    /* Page-specific: contact uses standard nav from styles.css. Form + map layout. */
    nav { transition: border-bottom .2s; border-bottom: none; }
    nav.scrolled { border-bottom: 1px solid var(--mid); }
    .section-divider { border: none; border-top: 1px solid var(--mid); margin: 0; }
    .nav-links a.active { color: var(--accent); border-bottom: 2px solid var(--accent); padding-bottom: 2px; }

    /* Page hero */
    .page-hero { padding: 160px 0 80px; background: var(--white); border-bottom: 1px solid var(--mid); }
    .page-hero-inner { max-width: 760px; }
    .page-hero .label { display: block; margin-bottom: 32px; animation: fadeUp .5s ease both .1s; }
    .page-hero h1 { font-family: 'Poppins', sans-serif; font-size: clamp(2.8rem, 6vw, 5.6rem); font-weight: 800; line-height: 1.04; letter-spacing: -.015em; margin-bottom: 24px; animation: fadeUp .6s ease both .25s; }
    .page-hero h1 em { font-style: normal; color: var(--accent); }
    .page-hero-sub { font-size: 1.05rem; color: var(--stone); max-width: 500px; line-height: 1.65; animation: fadeUp .6s ease both .4s; }

    /* Main contact body: left panel (offices + social + map) + right panel (form) */
    .contact-body { display: grid; grid-template-columns: 380px 1fr; min-height: 80vh; border-bottom: 1px solid var(--mid); }

    /* Left panel */
    .contact-left { padding: 64px var(--pad) 64px 0; border-right: 1px solid var(--mid); display: flex; flex-direction: column; gap: 0; }
    .contact-office { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--mid); }
    .contact-office:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .contact-office .label { display: block; margin-bottom: 16px; }
    .office-name { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
    .office-address { font-size: .9rem; color: var(--stone); line-height: 1.75; margin-bottom: 14px; }
    .office-links { display: flex; flex-direction: column; gap: 6px; }
    .office-link { font-size: .875rem; color: var(--stone); display: flex; align-items: center; gap: 8px; transition: color .2s; }
    .office-link:hover { color: var(--accent); }
    .office-link__type { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); width: 36px; flex-shrink: 0; }

    /* Social links */
    .contact-social { padding-top: 40px; border-top: 1px solid var(--mid); margin-top: 40px; }
    .contact-social .label { display: block; margin-bottom: 16px; }
    .social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
    .social-link { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500; color: var(--stone); padding: 10px 0; border-bottom: 1px solid var(--mid); transition: color .2s; display: flex; align-items: center; justify-content: space-between; padding-right: 12px; }
    .social-link:nth-child(odd) { border-right: 1px solid var(--mid); padding-right: 16px; }
    .social-link:hover { color: var(--accent); }
    .social-link__arrow { font-size: 10px; opacity: .4; }

    /* Map */
    .map-container { margin-top: 40px; border-top: 1px solid var(--mid); padding-top: 40px; }
    .map-container .label { display: block; margin-bottom: 16px; }
    .map-embed { width: 100%; height: 200px; background: var(--bg); border: none; display: block; position: relative; overflow: hidden; }
    .map-placeholder { width: 100%; height: 200px; background: var(--bg); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; }
    .map-placeholder p { font-size: .8rem; color: var(--stone); text-align: center; }
    .map-placeholder a { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); }

    /* Right panel: form */
    .contact-right { padding: 64px 0 64px var(--pad); }
    .form-intro { margin-bottom: 48px; }
    .form-intro h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(1.5rem, 2vw, 2rem); margin-bottom: 12px; }
    .form-intro p { color: var(--stone); font-size: .95rem; max-width: 480px; }
    .contact-form { display: flex; flex-direction: column; gap: 20px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .field { display: flex; flex-direction: column; gap: 7px; }
    .field label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--stone); }
    .field input, .field textarea, .field select { background: var(--bg); border: 1px solid var(--mid); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 14px; padding: 12px 16px; outline: none; transition: border-color .2s; width: 100%; appearance: none; }
    .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--ink); }
    .field textarea { height: 140px; resize: vertical; }
    .field select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238C8C84' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
    .field--required label::after { content: ' *'; color: var(--accent); }
    #submit-btn { align-self: flex-start; background: var(--accent); color: var(--white); border: none; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 15px 36px; cursor: pointer; transition: opacity .2s; }
    #submit-btn:hover { opacity: .85; }
    #submit-btn:disabled { opacity: .5; cursor: not-allowed; }
    .form-note { font-size: .82rem; color: var(--stone); line-height: 1.6; }
    .form-success { padding: 48px; background: var(--bg); border-top: 3px solid var(--ink); }
    .form-success__title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 12px; }
    .form-success p:last-child { color: var(--stone); font-size: .925rem; }
    .form-success a { color: var(--accent); }

    /* Footer bottom row */
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; flex-wrap: wrap; gap: 16px; }

    /* Newsletter form (page-specific until Sprint 8) */
    .newsletter-label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,250,248,.35); margin-bottom: 12px; }
    #newsletter-form { display: flex; }
    #newsletter-email { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 13px; padding: 10px 14px; outline: none; transition: border-color .2s; }
    #newsletter-email::placeholder { color: rgba(250,250,248,.25); }
    #newsletter-email:focus { border-color: rgba(255,255,255,.4); }
    .newsletter-btn { background: var(--accent); color: var(--white); border: none; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 10px 18px; cursor: pointer; transition: opacity .2s; }
    .newsletter-btn:hover { opacity: .85; }

    @media (max-width: 1100px) { :root { --pad: 48px; } .contact-body { grid-template-columns: 320px 1fr; } }
    @media (max-width: 768px) {
      .page-hero { padding: 120px 0 56px; }
      .contact-body { grid-template-columns: 1fr; }
      .contact-left { padding: 48px 0; border-right: none; border-bottom: 1px solid var(--mid); }
      .contact-right { padding: 48px 0; }
      .form-row { grid-template-columns: 1fr; gap: 16px; }
      .social-grid { grid-template-columns: 1fr; }
      .social-link:nth-child(odd) { border-right: none; padding-right: 0; }
      .footer-bottom { flex-direction: column; align-items: flex-start; }
    }
  