/* ============================================
   G.I.R.L. DUBAI - Sub-pages Stylesheet
   Split content pages (Info, About, Sign-up)
   RESPONSIV VERSION - matcher style.css principper
   ============================================ */

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
}

/* ============================================
   SPLIT CONTENT LAYOUT
   ============================================ */
.split-content {
    display: grid;
    grid-template-columns: 40% 60%;
    height: calc(100vh - 7.4vh);
    margin-top: 0;
}

.split-content--reversed {
    grid-template-columns: 60% 40%;
}

.split-content__image {
    height: 100%;
    overflow: hidden;
}

.split-content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-content__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vh 4vw;
    overflow-y: auto;
}

/* Eyebrow - small text above title */
.split-content__eyebrow {
    font-size: clamp(8px, 0.55vw, 12px);
    font-weight: 500;
    color: #FFD000;
    letter-spacing: 3px;
    margin-bottom: 0.8vh;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.split-content__eyebrow::before {
    content: "";
    width: 2vw;
    height: 1px;
    background: #FFD000;
}

.split-content__title {
    font-size: clamp(18px, 1.8vw, 48px);
    font-weight: 500;
    color: #FFD000;
    letter-spacing: 2px;
    margin-bottom: 0.3vh;
    white-space: nowrap;
}

.split-content__subtitle {
    font-size: clamp(12px, 1vw, 22px);
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1.5vh;
    white-space: nowrap;
    opacity: 0.7;
}

/* Gold accent line */
.split-content__accent {
    width: 4vw;
    height: 2px;
    background: #FFD000;
    margin-bottom: 2vh;
}

/* Lead paragraph - first paragraph, slightly larger */
.split-content__lead {
    font-size: clamp(11px, 0.8vw, 20px) !important;
    color: #FFD000 !important;
    font-weight: 400;
    margin-bottom: 0.5vh !important;
}

/* Tagline - closing statement */
.split-content__tagline {
    font-style: italic;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-top: 1vh !important;
}

.split-content__body {
    display: flex;
    flex-direction: column;
    gap: 1.2vh;
}

.split-content__body p {
    font-size: clamp(10px, 0.7vw, 18px);
    line-height: 1.6;
    color: #fff;
}

.split-content__body h3 {
    font-size: clamp(12px, 0.85vw, 20px);
    font-weight: 500;
    color: #FFB81C;
    margin-top: 1.2vh;
    margin-bottom: 0.3vh;
    white-space: nowrap;
}

/* Event List */
.event-list {
    list-style: none;
    padding: 0;
}

.event-list li {
    font-size: clamp(10px, 0.7vw, 18px);
    line-height: 1.8;
    color: #fff;
    padding-left: 1vw;
    position: relative;
}

.event-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFB81C;
}

/* ============================================
   SIGNUP FORM
   ============================================ */
.signup-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.2vh 1.5vw;
    margin-top: 2vh;
    max-width: 28vw;
}

.form-group--wide {
    grid-column: 1;
}

.form-group--short {
    grid-column: 2;
    min-width: 5vw;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.3vh;
}

.form-group--full {
    grid-column: 1 / -1;
}

.form-group label {
    font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(8px, 0.5vw, 11px);
    font-weight: 500;
    color: #FFB81C;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.form-group input,
.form-group select {
    padding: 0.8vh 0.8vw;
    font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(10px, 0.6vw, 14px);
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-bottom-color: #FFB81C;
}

.form-group input::placeholder {
    font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
    color: rgba(255, 255, 255, 0.4);
}

.form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFB81C' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5vw center;
    padding-right: 2vw;
}

.form-group select option {
    font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
    background: #000;
    color: #fff;
}

.form-group--checkbox {
    flex-direction: row;
    align-items: center;
    gap: 0.8vw;
}

.form-group--checkbox input[type="checkbox"] {
    width: 1.2vh;
    height: 1.2vh;
    accent-color: #FFB81C;
    cursor: pointer;
}

.form-group--checkbox label {
    font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(8px, 0.5vw, 12px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.btn {
    padding: 1vh 2vw;
    font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(9px, 0.55vw, 13px);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.btn--primary {
    background: #FFB81C;
    color: #000;
    margin-top: 0.6vh;
    width: fit-content;
}

.btn--primary:hover {
    background: #fff;
}

.btn--primary:active {
    transform: scale(0.98);
}

/* Form actions row - checkboxes + button */
.form-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 1.5vh;
    gap: 2vw;
}

.form-checkboxes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5vh;
}

.form-actions .btn--primary {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.5vw;
    margin-top: 0;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.6vw;
    cursor: pointer;
    transition: opacity 0.2s;
}

.checkbox-label:hover {
    opacity: 0.8;
}

.checkbox-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.2vh;
    height: 1.2vh;
    border: 1px solid #FFD000;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: background 0.2s;
}

.checkbox-label input[type="checkbox"]:checked {
    background: #FFD000;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8vh;
    color: #000;
    font-weight: bold;
}

.checkbox-label input[type="checkbox"]:focus {
    outline: 1px solid #FFD000;
    outline-offset: 2px;
}

.checkbox-label span {
    font-size: clamp(9px, 0.55vw, 12px);
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    letter-spacing: 0.5px;
}

/* Form validation styles */
.form-group input:invalid:not(:placeholder-shown),
.form-group select:invalid:not([value=""]) {
    border-bottom-color: #ff4444;
}

.form-group input:valid:not(:placeholder-shown) {
    border-bottom-color: #FFD000;
}

.signup-form .error-message {
    font-size: clamp(8px, 0.45vw, 10px);
    color: #ff4444;
    margin-top: 0.3vh;
    display: none;
}

.signup-form .form-group.error .error-message {
    display: block;
}

.signup-form .form-group.error input,
.signup-form .form-group.error select {
    border-bottom-color: #ff4444;
}

/* ============================================
   INFO PAGE - 2 COLUMN LAYOUT
   ============================================ */
.info-columns {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4vw;
    margin-top: 2vh;
    justify-content: start;
    align-items: stretch;
}

.info-columns__left {
    display: flex;
    flex-direction: column;
}

.info-columns__left h3 {
    font-size: clamp(11px, 0.75vw, 18px);
    font-weight: 500;
    color: #FFD000;
    margin-bottom: 1vh;
    letter-spacing: 1px;
}

.info-columns__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 22vw;
}

.info-block {
    margin-bottom: 0;
}

.info-block h3 {
    font-size: clamp(11px, 0.75vw, 18px);
    font-weight: 500;
    color: #FFD000;
    margin-bottom: 0.5vh;
    letter-spacing: 1px;
}

.info-block p {
    font-size: clamp(10px, 0.65vw, 16px);
    line-height: 1.5;
    color: #fff;
}
