/* GENEESL Contact */
.gs-contact { --gs-red: #D63C2B; --gs-text: #202020; --gs-muted: #707070; --gs-line: #e4e4e4; width: 100%; overflow: hidden; background: #ffffff; color: var(--gs-text); }
.gs-contact__inner { width: min(1320px, calc(100% - 80px)); margin: 0 auto; }

/* Hero */
.gs-contact-hero { padding: 150px 0 125px; background: #ffffff; }
.gs-contact-hero__label { margin: 0 0 26px; color: var(--gs-red); font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; }
.gs-contact-hero h1 { max-width: 1050px; margin: 0; color: var(--gs-text); font-size: clamp(58px,5vw,82px); font-weight: 800; line-height: 1.15; letter-spacing: -0.06em; word-break: keep-all; }
.gs-contact-hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; margin-top: 58px; padding-top: 42px; border-top: 1px solid var(--gs-line); }
.gs-contact-hero__description { max-width: 650px; margin: 0; color: var(--gs-muted); font-size: 17px; font-weight: 400; line-height: 1.85; letter-spacing: -0.03em; word-break: keep-all; }
.gs-contact-hero__email { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 24px; color: #222222; font-size: 21px; font-weight: 650; line-height: 1; letter-spacing: -0.025em; text-decoration: none; transition: color 0.2s ease; }
.gs-contact-hero__email-icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border: 1px solid #cccccc; border-radius: 50%; color: #333333; transition: color 0.22s ease,background-color 0.22s ease,border-color 0.22s ease,transform 0.22s ease; }
.gs-contact-hero__email-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.gs-contact-hero__email:hover { color: var(--gs-red); }
.gs-contact-hero__email:hover .gs-contact-hero__email-icon { border-color: var(--gs-red); color: #ffffff; background: var(--gs-red); transform: translateX(5px); }

/* Contact Area */
.gs-contact-area { padding: 125px 0 140px; border-top: 1px solid var(--gs-line); background: #f7f7f7; }
.gs-contact-area__head { display: grid; grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr); gap: 90px; align-items: start; margin-bottom: 75px; }
.gs-contact__section-label { display: flex; align-items: center; gap: 14px; margin: 12px 0 0; color: #333333; font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; }
.gs-contact__section-label::before { content: ""; width: 28px; height: 2px; background: var(--gs-red); }
.gs-contact-area__headline h2 { max-width: 920px; margin: 0; color: var(--gs-text); font-size: clamp(42px, 4vw, 62px); font-weight: 800; line-height: 1.23; letter-spacing: -0.055em; word-break: keep-all; }
.gs-contact-area__headline p { max-width: 720px; margin: 30px 0 0; color: var(--gs-muted); font-size: 17px; font-weight: 400; line-height: 1.9; letter-spacing: -0.03em; word-break: keep-all; }

/* Inquiry Types */
.gs-contact-types { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
.gs-contact-types__item { position: relative; padding: 38px 38px 42px; border-right: 1px solid #d8d8d8; }
.gs-contact-types__item:first-child { padding-left: 0; }
.gs-contact-types__item:last-child { padding-right: 0; border-right: 0; }
.gs-contact-types__number { display: block; color: var(--gs-red); font-size: 13px; font-weight: 700; line-height: 1; letter-spacing: 0.08em; }
.gs-contact-types__content { padding-top: 0px; }
.gs-contact-types__content h3 { margin: 0; color: #222222; font-size: 26px; font-weight: 750; line-height: 1.35; letter-spacing: -0.045em; word-break: keep-all; }
.gs-contact-types__content p { max-width: 340px; margin: 19px 0 0; color: #777777; font-size: 15px; font-weight: 400; line-height: 1.8; letter-spacing: -0.025em; word-break: keep-all; }

/* Large Desktop */
@media (min-width: 1600px) { .gs-contact__inner { width: min(1380px, calc(100% - 100px)); } }

/* Tablet */
@media (max-width: 1024px) { .gs-contact__inner { width: min(100% - 56px, 1180px); } .gs-contact-hero { padding: 125px 0 105px; } .gs-contact-hero h1 { font-size: clamp(50px, 6vw, 68px); } .gs-contact-area { padding: 105px 0 115px; } .gs-contact-area__head { grid-template-columns: 165px minmax(0, 1fr); gap: 55px; margin-bottom: 62px; } .gs-contact-types__item { min-height: 270px; padding: 34px 26px 38px; } .gs-contact-types__item:first-child { padding-left: 0; } .gs-contact-types__item:last-child { padding-right: 0; } .gs-contact-types__content { padding-top: 68px; } .gs-contact-types__content h3 { font-size: 23px; } 

/* Mobile */
@media (max-width: 760px) { .gs-contact__inner { width: min(100% - 40px, 1180px); } .gs-contact-hero { padding: 85px 0 75px; } .gs-contact-hero__label { margin-bottom: 20px; font-size: 12px; } .gs-contact-hero h1 { font-size: clamp(39px, 11vw, 52px); line-height: 1.2; } .gs-contact-hero h1 br { display: none; } .gs-contact-hero__description { margin-top: 26px; font-size: 16px; line-height: 1.8; } .gs-contact-hero__description br { display: none; } .gs-contact-area { padding: 80px 0 90px; } .gs-contact-area__head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; } .gs-contact__section-label { margin-top: 0; } .gs-contact-area__headline h2 { font-size: clamp(34px, 9vw, 46px); line-height: 1.27; } .gs-contact-area__headline h2 br { display: none; } .gs-contact-area__headline p { margin-top: 24px; font-size: 16px; line-height: 1.8; } .gs-contact-types { grid-template-columns: 1fr; } .gs-contact-types__item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px 12px; min-height: 0; padding: 29px 0 31px; border-right: 0; border-bottom: 1px solid #d8d8d8; } .gs-contact-types__item:last-child { border-bottom: 0; } .gs-contact-types__number { grid-column: 1; grid-row: 1; align-self: center; } .gs-contact-types__content { display: contents; } .gs-contact-types__content h3 { grid-column: 2; grid-row: 1; align-self: center; margin: 0; font-size: 22px; } .gs-contact-types__content p { grid-column: 1 / -1; grid-row: 2; max-width: 100%; margin: 8px 0 0; font-size: 15px; }

/* Small Mobile */
@media (max-width: 520px) { .gs-contact__inner { width: calc(100% - 36px); } .gs-contact-hero { padding: 72px 0 65px; } .gs-contact-area { padding: 70px 0 78px; }