/* Contact page — extends homepage-2026 */

.gh-contact,
.gh-contact * { box-sizing: border-box; }
.gh-contact {
    width: 100%;
    max-width: 100vw;
    overflow: clip;
    color: var(--gh-ink);
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(225, 29, 46, 0.06), transparent 55%),
        linear-gradient(180deg, var(--gh-fog) 0%, #e7eaef 40%, var(--gh-fog) 100%);
}
.gh-contact a { color: inherit; text-decoration: none; }
.gh-contact img { display: block; max-width: 100%; }
.gh-contact button,
.gh-contact input,
.gh-contact select,
.gh-contact textarea { font: inherit; }
.gh-contact button { cursor: pointer; }

.gh-contact .gh-header.is-scrolled,
.gh-contact .gh-header {
    color: var(--gh-ink);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--gh-line);
    backdrop-filter: blur(12px);
}
.gh-contact .gh-header .gh-logo__default { display: none !important; }
.gh-contact .gh-header .gh-logo__scrolled { display: block !important; }
.gh-contact .gh-nav > a,
.gh-contact .gh-nav .gh-nav__drop-toggle { opacity: 0.92; color: var(--gh-ink) !important; }
.gh-contact .gh-nav > a:hover,
.gh-contact .gh-nav__drop.is-open .gh-nav__drop-toggle,
.gh-contact .gh-nav__drop:hover .gh-nav__drop-toggle,
.gh-contact .gh-nav .gh-nav__drop-toggle:hover { color: var(--gh-red) !important; }
.gh-contact .gh-menu-toggle { border-color: var(--gh-line); color: var(--gh-ink); }

/* Hero */
.gh-contact-hero {
    position: relative;
    min-height: 68svh;
    display: flex;
    align-items: flex-end;
    color: var(--gh-white);
    background: var(--gh-ink);
    overflow: hidden;
}
.gh-contact-hero__media {
    position: absolute;
    inset: 0;
    background: url('../images/service/shipping.webp') center center / cover no-repeat;
    transform: scale(1.06);
    animation: gh-hero-drift 18s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
    .gh-contact-hero__media { animation: none; transform: scale(1); }
}
.gh-contact-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.45) 0%, rgba(8, 10, 14, 0.75) 55%, rgba(8, 10, 14, 0.94) 100%),
        linear-gradient(90deg, rgba(8, 10, 14, 0.45) 0%, transparent 55%);
}
.gh-contact-hero__content {
    position: relative;
    z-index: 1;
    padding: 120px 0 72px;
}
.gh-contact-hero__crumbs {
    margin: 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}
.gh-contact-hero__crumbs a { color: rgba(255, 255, 255, 0.82); }
.gh-contact-hero__crumbs a:hover { color: #ff7a84; }
.gh-contact-hero h1 {
    margin: 0;
    max-width: 18ch;
    font-family: var(--gh-display);
    font-size: clamp(36px, 5.5vw, 60px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--gh-white);
}
.gh-contact-hero__lead {
    max-width: 48ch;
    margin: 22px 0 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.65;
}
.gh-contact-hero .gh-reveal:nth-child(1) { transition-delay: .05s; }
.gh-contact-hero .gh-reveal:nth-child(2) { transition-delay: .12s; }
.gh-contact-hero .gh-reveal:nth-child(3) { transition-delay: .2s; }
.gh-contact-hero .gh-reveal:nth-child(4) { transition-delay: .28s; }
.gh-contact-hero .gh-reveal:nth-child(5) { transition-delay: .36s; }

/* Quick strip */
.gh-contact-quick {
    padding: 0;
    margin-top: -36px;
    position: relative;
    z-index: 2;
}
.gh-contact-quick__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.gh-contact-quick__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px 22px;
    background: var(--gh-white);
    border: 1px solid var(--gh-line);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
a.gh-contact-quick__card:hover {
    border-color: rgba(225, 29, 46, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(14, 16, 20, 0.08);
}
.gh-contact-quick__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gh-red);
}
.gh-contact-quick__card strong {
    font-family: var(--gh-display);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--gh-ink);
    line-height: 1.2;
}
.gh-contact-quick__card span:last-child {
    font-size: 13px;
    color: var(--gh-mute);
}

/* Inquiry types */
.gh-contact-types { background: var(--gh-white); }
.gh-contact-types__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gh-contact-type {
    padding: 28px 24px;
    border: 1px solid var(--gh-line);
    background: var(--gh-fog);
    transition: transform .3s ease, border-color .3s ease;
}
.gh-contact-type:hover {
    transform: translateY(-4px);
    border-color: rgba(225, 29, 46, 0.35);
}
.gh-contact-type span {
    display: block;
    margin-bottom: 12px;
    font-family: var(--gh-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gh-red);
}
.gh-contact-type h3 {
    margin: 0 0 10px;
    font-family: var(--gh-display);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.gh-contact-type p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--gh-mute);
}

/* Form layout */
.gh-contact-main { background: transparent; }
.gh-contact-main__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: start;
}
.gh-contact-form-wrap {
    padding: 36px 32px 40px;
    background: var(--gh-white);
    border: 1px solid var(--gh-line);
}
.gh-contact-form__head h2 {
    margin: 0 0 10px;
    font-family: var(--gh-display);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.gh-contact-form__head p {
    margin: 0 0 28px;
    color: var(--gh-mute);
    font-size: 15px;
}
.gh-contact-form__row { margin-bottom: 16px; }
.gh-contact-form__row--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.gh-contact-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gh-ink);
}
.gh-contact-field input,
.gh-contact-field select,
.gh-contact-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--gh-line);
    border-radius: 2px;
    background: var(--gh-fog);
    color: var(--gh-ink);
    transition: border-color .2s ease, background .2s ease;
}
.gh-contact-field textarea {
    min-height: 140px;
    resize: vertical;
}
.gh-contact-field input:focus,
.gh-contact-field select:focus,
.gh-contact-field textarea:focus {
    outline: none;
    border-color: var(--gh-red);
    background: var(--gh-white);
}
.gh-contact-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: var(--gh-red);
}
.gh-contact-captcha {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.gh-contact-captcha__refresh {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--gh-line);
    border-radius: 2px;
    background: var(--gh-ink);
    color: var(--gh-white);
    font-family: var(--gh-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.gh-contact-captcha__refresh:hover { background: var(--gh-red); }
.gh-contact-submit {
    width: 100%;
    margin-top: 8px;
}
.gh-contact-alert {
    padding: 14px 16px;
    margin-bottom: 24px;
    font-size: 14px;
    border-radius: 2px;
}
.gh-contact-alert--success {
    background: rgba(31, 174, 91, 0.12);
    border: 1px solid rgba(31, 174, 91, 0.35);
    color: #0d6b38;
}
.gh-contact-alert--error {
    background: rgba(225, 29, 46, 0.08);
    border: 1px solid rgba(225, 29, 46, 0.35);
    color: var(--gh-red-dark);
}

/* Aside */
.gh-contact-aside__block {
    padding: 28px 24px;
    margin-bottom: 16px;
    background: var(--gh-white);
    border: 1px solid var(--gh-line);
}
.gh-contact-aside__block h3 {
    margin: 0 0 16px;
    font-family: var(--gh-display);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.gh-contact-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gh-contact-checklist li {
    position: relative;
    padding: 10px 0 10px 22px;
    border-bottom: 1px solid var(--gh-line);
    font-size: 14px;
    line-height: 1.55;
    color: var(--gh-mute);
}
.gh-contact-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: var(--gh-red);
    border-radius: 1px;
}
.gh-contact-checklist li:last-child { border-bottom: 0; }
.gh-contact-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gh-contact-steps li {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gh-line);
    font-size: 14px;
    line-height: 1.55;
    color: var(--gh-mute);
}
.gh-contact-steps li:last-child { border-bottom: 0; }
.gh-contact-steps strong {
    flex-shrink: 0;
    font-family: var(--gh-display);
    font-size: 16px;
    font-weight: 800;
    color: var(--gh-red);
}
.gh-contact-aside__block--dark {
    background: var(--gh-ink);
    border-color: var(--gh-ink);
    color: rgba(255, 255, 255, 0.72);
}
.gh-contact-aside__block--dark h3 { color: var(--gh-white); }
.gh-contact-aside__block--dark p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.65;
}
.gh-contact-aside__block--dark .gh-text-link {
    color: #ff7a84 !important;
    font-weight: 700;
    font-size: 14px;
}
.gh-contact-aside__social {
    display: flex;
    gap: 10px;
}
.gh-contact-aside__social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gh-line);
    color: var(--gh-ink);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.gh-contact-aside__social a:hover {
    background: var(--gh-red);
    border-color: var(--gh-red);
    color: var(--gh-white);
}

/* FAQ */
.gh-contact-faq { background: var(--gh-white); }
.gh-contact-faq__layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
}
.gh-contact-faq__intro h2 {
    margin: 0 0 12px;
    font-family: var(--gh-display);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.gh-contact-faq__intro p {
    margin: 0;
    color: var(--gh-mute);
    font-size: 15px;
    line-height: 1.65;
}

/* Map */
.gh-contact-map {
    padding: 80px 0 0;
    background: transparent;
}
.gh-contact-map__frame {
    margin-top: 32px;
    border-top: 1px solid var(--gh-line);
    border-bottom: 1px solid var(--gh-line);
    overflow: hidden;
}
.gh-contact-map__frame iframe {
    display: block;
    width: 100%;
    filter: grayscale(0.15) contrast(1.05);
}

.gh-contact .gh-mobile-cta {
    display: none;
    position: fixed;
    z-index: 84;
    left: 16px;
    right: 16px;
    bottom: 16px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    background: var(--gh-red);
    color: var(--gh-white) !important;
    font-family: var(--gh-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 1100px) {
    .gh-contact-quick__grid,
    .gh-contact-types__grid { grid-template-columns: repeat(2, 1fr); }
    .gh-contact-main__grid { grid-template-columns: 1fr; }
    .gh-contact-faq__layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .gh-contact-hero__content { padding: 100px 0 56px; }
    .gh-contact-quick { margin-top: -20px; }
    .gh-contact-quick__grid,
    .gh-contact-types__grid { grid-template-columns: 1fr; }
    .gh-contact-form__row--2 { grid-template-columns: 1fr; }
    .gh-contact-form-wrap { padding: 28px 20px 32px; }
    .gh-contact .gh-mobile-cta { display: flex; }
    .gh-contact .gh-footer { padding-bottom: 70px; }
}

@media (max-width: 480px) {
    .gh-contact-captcha { flex-direction: column; align-items: flex-start; }
}
