:root {
  --gpas-ink: #171412;
  --gpas-muted: #716a61;
  --gpas-line: #e8e0d6;
  --gpas-soft: #f8f5ef;
  --gpas-gold: #c9a96e;
  --gpas-gold-dark: #9c7c42;
  --gpas-white: #fff;
  --gpas-radius: 0;
}

.gpas-page,
.gpas-page * { box-sizing: border-box;
}

.gpas-page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 120px) 0;
  color: var(--gpas-ink);
  font-family: "DM Sans", Arial, sans-serif;
}

.gpas-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gpas-gold-dark);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* ==================================================
   HERO
================================================== */

.gpas-hero {

    margin-left: calc(50% - 50vw);
    background: #0f0f0f;
    padding: 100px 0 105px !important;
    position: relative;
}

.gpas-kicker {
    display: block;
    color: #c9a96e;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin-bottom: 35px;
}



.gpas-hero p {
    color: rgba(255,255,255,.82);
    line-height: 1.45;
    max-width: 850px;
    margin-bottom: 50px;
}

.gpas-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gpas-badge {
    border: 1px solid rgba(201,169,110,.45);
    color: #c9a96e;
    background: transparent;
    padding: 14px 24px;
    font-size: 9px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.gpas-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(44px, 6vw, 80px) 0;
  background: var(--gpas-line);
  border: 1px solid var(--gpas-line);
}

.gpas-intro-card {
  min-height: 260px;
  padding: clamp(26px, 3.4vw, 46px);
  background: var(--gpas-white);
}

.gpas-intro-card > span {
  display: block;
  margin-bottom: 32px;
  color: var(--gpas-gold-dark);
  font-size: 12px;
  letter-spacing: .18em;
}

.gpas-intro-card h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.gpas-intro-card p {
  margin: 18px 0 0;
  color: var(--gpas-muted);
  font-size: 15px;
  line-height: 1.75;
}

.gpas-form-wrap {
  padding: clamp(28px, 5vw, 64px);
  background: var(--gpas-soft);
  border: 1px solid var(--gpas-line);
}

.gpas-form-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.gpas-form-heading h2 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
}

.gpas-form-heading p {
  margin: 0;
  color: var(--gpas-muted);
  font-size: 14px;
  line-height: 1.7;
}

.gpas-alert {
  margin: 0 0 28px;
  padding: 15px 18px;
  border: 1px solid var(--gpas-line);
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.gpas-alert-success { border-color: rgba(46, 125, 50, .35); color: #1b5e20; }
.gpas-alert-error { border-color: rgba(183, 28, 28, .35); color: #8a1212; }
.gpas-alert-notice { border-color: rgba(201, 169, 110, .55); color: #7a5d2d; }

.gpas-form { display: block; }
.gpas-form fieldset {
  margin: 0 0 34px;
  padding: 0 0 34px;
  border: 0;
  border-bottom: 1px solid var(--gpas-line);
}

.gpas-form legend {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  color: var(--gpas-gold-dark);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gpas-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.gpas-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gpas-form label span,
.gpas-form small {
  color: var(--gpas-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gpas-form input[type="text"],
.gpas-form input[type="email"],
.gpas-form input[type="url"],
.gpas-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #ddd3c6;
  border-radius: var(--gpas-radius);
  outline: none;
  background: #fff;
  color: var(--gpas-ink);
  font: 400 15px/1.5 "DM Sans", Arial, sans-serif;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.gpas-form textarea { resize: vertical; min-height: 118px; }

.gpas-form input:focus,
.gpas-form textarea:focus {
  border-color: var(--gpas-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, .13);
}

.gpas-full { grid-column: 1 / -1; }
.gpas-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.gpas-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px !important;
  align-items: start;
  margin: 4px 0 30px;
}

.gpas-consent input { margin-top: 2px; accent-color: var(--gpas-gold-dark); }

.gpas-submit-row {
  display: grid;
  grid-template-columns: auto minmax(220px, 420px);
  gap: 22px;
  align-items: center;
}

.gpas-submit {
  min-height: 52px;
  padding: 15px 28px;
  border: 1px solid var(--gpas-ink);
  background: var(--gpas-ink);
  color: #fff;
  cursor: pointer;
  font: 500 12px/1 "DM Sans", Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.gpas-submit:hover,
.gpas-submit:focus {
  background: var(--gpas-gold-dark);
  border-color: var(--gpas-gold-dark);
  transform: translateY(-1px);
}

.gpas-submit-row p {
  margin: 0;
  color: var(--gpas-muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .gpas-intro-grid,
  .gpas-form-heading,
  .gpas-submit-row { grid-template-columns: 1fr; }
  .gpas-intro-card { min-height: auto; }
}

@media (max-width: 680px) {
  .gpas-page { width: min(100% - 24px, 1180px); padding: 48px 0; }
  .gpas-fields-grid { grid-template-columns: 1fr; }
  .gpas-full { grid-column: auto; }
  .gpas-form-wrap { padding: 24px 18px; }
  .gpas-hero h1 { font-size: clamp(46px, 15vw, 64px); }
  .gpas-hero-meta span { width: 100%; justify-content: center; text-align: center; }
  .gpas-submit { width: 100%; }
}
/* =========================================================
   Galerie Portraits — Artist Submissions
   Stronger editorial contrast
========================================================= */

.gpas-page {
    background: #f7f3ee;
    color: #171412;
}

.gpas-hero,
.gpas-form-section {
    background: #f7f3ee;
}

.gpas-kicker,
.gpas-section-label,
.gpas-step-number {
    color: #a77a35 !important;
    letter-spacing: 0.22em;
    font-weight: 500;
}

.gpas-hero h1,
.gpas-form-title,
.gpas-section-title {
    color: #171412 !important;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

.gpas-hero p,
.gpas-intro p,
.gpas-form-note,
.gpas-form label,
.gpas-form input,
.gpas-form textarea,
.gpas-form select {
    color: #4f4842 !important;
}

.gpas-hero p {
    max-width: 760px;
        letter-spacing: .06em;
    font-size: 25px;
    line-height: 1.45;
}

.gpas-badge {
    border: 1px solid #b89458;
    color: #6f542d !important;
    background: rgba(184, 148, 88, 0.08);
}

.gpas-divider {
    border-color: #d2c4b2 !important;
}

.gpas-step-card {
    background: #fffaf4;
    border: 1px solid #d8c8b4;
}

.gpas-step-card h3 {
    color: #171412;
}

.gpas-step-card p {
    color: #5b5148;
}

.gpas-form-wrap {
    background: #f2ece4 !important;
    border: 1px solid #d4c3ae !important;
}

.gpas-form input,
.gpas-form textarea,
.gpas-form select {
    background: #fffdf9 !important;
    border: 1px solid #cdbba6 !important;
}

.gpas-form input:focus,
.gpas-form textarea:focus,
.gpas-form select:focus {
    border-color: #a77a35 !important;
    outline: none;
    box-shadow: 0 0 0 1px #a77a35;
}

.gpas-submit,
.gpas-form button[type="submit"] {
    background: #171412 !important;
    color: #fff !important;
    border: 1px solid #171412 !important;
}

.gpas-submit:hover,
.gpas-form button[type="submit"]:hover {
    background: #a77a35 !important;
    border-color: #a77a35 !important;
    color: #fff !important;
}
/* FORCE BLACK HERO — final override */

.gpas-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    background: #f7f3ee !important;
}

.gpas-page > *:not(.gpas-hero) {
    width: min(1180px, calc(100% - 36px));
    margin-left: auto;
    margin-right: auto;
}

.gpas-hero {
    width: 100vw !important;
    max-width: none !important;

    background: #0f0f0f !important;
    padding: 150px 0 130px 120px !important;
}

.gpas-hero-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 140px;
    padding-right: 80px;
}

.gpas-hero .gpas-kicker {
    color: #c9a96e !important;
}

.gpas-hero h1 {
    color: #fff !important;
    font-family: "Playfair Display", serif !important;
    font-size: clamp(60px, 6vw, 78px) !important;
    line-height: .9 !important;
    font-weight: 400 !important;
    margin: 0 0 40px !important;
    max-width: 900px !important;
}

.gpas-hero h1 em {
    color: #c9a96e !important;
    font-style: italic !important;
}

.gpas-hero p {
    color: rgba(255,255,255,.82) !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    max-width: 860px !important;
}

.gpas-hero .gpas-badge {
    border-color: rgba(201,169,110,.55) !important;
    color: #c9a96e !important;
    background: transparent !important;
}
.gpas-hero-title {
    color: #fff !important;
    font-family: "Playfair Display", serif !important;
    font-size: clamp(42px, 5vw, 60px) !important;
    line-height: .92 !important;
    font-weight: 400 !important;
    margin: 0 0 38px !important;
    max-width: 920px !important;
}

.gpas-hero-title span {
    color: #c9a96e !important;
    font-style: italic !important;
    display: block !important;
}

@media (max-width: 680px) {
    .gpas-hero {
        padding: 80px 0 85px !important;
    }

    .gpas-hero-title {
        font-size: clamp(42px, 13vw, 58px) !important;
        line-height: .95 !important;
    }

    .gpas-hero-inner {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .gpas-hero-lead {
        font-size: 17px !important;
    }
}
.gpas-form input[type="file"],
.gpas-form select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #ddd3c6;
    background: #fff;
    color: var(--gpas-ink);
    font: 400 15px/1.5 "DM Sans", Arial, sans-serif;
}

.gpas-form input[type="file"] {
    cursor: pointer;
}

.gpas-form select:focus,
.gpas-form input[type="file"]:focus {
    border-color: var(--gpas-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, .13);
    outline: none;
}
/* ==================================================
   FILE UPLOADS
================================================== */

.gpas-form input[type="file"] {
    width: 100%;
    padding: 14px;
    border: 1px solid #d8c8b4;
    background: #fffdf9;
    color: #716a61;
    font-size: 14px;
}

.gpas-form input[type="file"]::file-selector-button {
    background: #171412;
    color: #ffffff;
    border: 1px solid #171412;
    padding: 12px 20px;
    margin-right: 16px;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: all .25s ease;
}

.gpas-form input[type="file"]::file-selector-button:hover {
    background: #c9a96e;
    border-color: #c9a96e;
    color: #171412;
}