/* 크리에이터링크 원본(undefiance.creatorlink.net)의 글꼴·크기·색·간격을 그대로 옮긴 스타일 */
:root {
  --navy: #1C2746;
  --deep: #0C1327;
  --sky: #81C0F7;
  --blue-btn: #4789E7;
  --band: #EEF2FF;
  --band-2: #F7F9FF;
  --contact-bg: #F3F7FF;
  --grey: #808080;
  --title: #222428;
  --wrap: 1140px;
  --header-h: 94px;
  --pre: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: "Noto Sans KR", sans-serif; font-size: 13px; line-height: 1.8; color: #000; background: #fff; word-break: keep-all; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; }

/* ---------- Header ---------- */
.hd {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--header-h);
  background: #fff; transition: background .25s;
}
.hd.scrolled { background: var(--band); }
.hd .wrap { height: 100%; display: flex; align-items: center; padding: 0 15px; }
.hd-logo img { width: 133px; height: 40px; object-fit: contain; }
.hd-nav { margin-left: auto; display: flex; align-items: center; }
.hd-nav a { font-size: 13px; line-height: 39px; padding: 0 18px; min-width: 87px; text-align: center; }
.hd-nav a.on { color: #1C1C8C; }
.hd-lang { margin-left: 40px; font-family: "Noto Sans", sans-serif; font-size: 12px; display: inline-flex; align-items: center; gap: 6px; cursor: default; }
.hd-lang svg { width: 9px; height: 9px; }
.hd-menu { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: none; padding: 12px 8px; cursor: pointer; }
.hd-menu span { display: block; height: 1.5px; background: #000; margin: 5px 0; }
main { padding-top: 0; }

/* ---------- Common buttons ---------- */
.btn-navy { display: inline-flex; align-items: center; justify-content: center; width: 166px; height: 32px; background: var(--navy); color: #fff; font-family: var(--pre); font-size: 14px; font-weight: 300; }
.btn-navy:hover { background: #2a3a66; }
.btn-blue { display: inline-flex; align-items: center; justify-content: center; width: 163px; height: 33px; border-radius: 20px; background: var(--blue-btn); color: #fff; font-family: var(--pre); font-size: 15px; letter-spacing: 1px; }
.btn-blue:hover { background: #3a78d4; }
.btn-line { display: inline-flex; align-items: center; justify-content: center; width: 139px; height: 45px; border: 1px solid #737371; border-radius: 3px; color: #D4D4D4; font-family: "Playfair Display", serif; font-size: 11px; }
.btn-line:hover { border-color: #D4D4D4; }

/* ---------- HOME: hero ---------- */
.hero { position: relative; height: 800px; overflow: hidden; background: #000 url(img/hero-building.jpg) center / cover no-repeat; }
.hero video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.hero-txt { position: relative; z-index: 1; padding: 258px 0 0 153px; color: #fff; font-family: var(--pre); }
.hero-txt h1 { font-size: 36px; font-weight: 700; line-height: 1.3; }
.hero-txt p { font-size: 22px; line-height: 1.5; margin-top: 44px; }
.hero-txt p + p { margin-top: 21px; }

/* ---------- HOME: intro ---------- */
.intro { text-align: center; padding: 100px 0 0; }
.intro img.icon { width: 32px; height: 32px; margin: 0 auto; }
.intro h2 { margin-top: 29px; font-family: var(--pre); font-size: 30px; font-weight: 700; line-height: 1.45; color: var(--title); }
.intro .lead { margin-top: 30px; font-family: Quicksand, var(--pre); font-size: 18px; line-height: 1.5; color: var(--grey); }
.intro .lead span { display: block; }
.intro .lead span + span { margin-top: 13px; }
.intro .lead span:last-child { margin-top: 7px; font-weight: 300; }
.intro .btn-navy { margin-top: 28px; }

.pillars { margin: 94px auto 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; display: grid; grid-template-columns: repeat(3, 1fr); padding: 58px 0 60px; text-align: center; font-family: var(--pre); }
.pillars h3 { font-size: 18px; font-weight: 700; line-height: 1.5; }
.pillars p { margin: 20px auto 0; max-width: 320px; font-size: 14px; line-height: 1.5; color: var(--grey); }
.pillars-gap { height: 64px; }

/* ---------- HOME: brands ---------- */
.brands-hd { background: var(--band); height: 200px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 42px; }
.brands-hd h2 { font-family: Staatliches, sans-serif; font-weight: 400; font-size: 40px; line-height: 1.45; text-transform: uppercase; }
.brands { background: var(--band-2); padding: 0 0 100px; }
.brand { position: relative; height: 496px; overflow: hidden; background: #999 center / cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; }
.brand + .brand { margin-top: 24px; }
.brand .yt { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.brand .yt iframe { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; transform: translate(-50%, -50%); border: 0; }
.brand-txt { position: relative; z-index: 1; }
.brand-name { font-family: Parisienne, cursive; font-size: 52px; line-height: 1.5; color: #fff; }
.brand-sub { margin-top: 20px; font-family: "Nanum Barun Gothic", var(--pre); font-size: 13px; line-height: 1.5; color: #D4D4D4; }
.brand .btn-line { margin-top: 55px; }
.brand-shade::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.08); }

/* ---------- HOME: discover ---------- */
.discover { padding: 140px 0; }
.discover .wrap { display: grid; grid-template-columns: 1fr 570px; align-items: center; gap: 0; }
.discover h2 { font-family: var(--pre); font-size: 36px; font-weight: 700; line-height: 1.45; color: var(--title); max-width: 520px; }
.discover p { margin-top: 30px; max-width: 530px; font-family: var(--pre); font-size: 16px; line-height: 1.5; color: var(--grey); }
.discover p + p { margin-top: 24px; }
.discover img { width: 570px; height: 570px; object-fit: cover; }

/* ---------- HOME: need help ---------- */
.help { height: 564px; background: url(img/needhelp.jpg) center / cover fixed; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.help > div { position: relative; }
.help h2 { font-size: 36px; font-weight: 700; line-height: 1.15; }
.help p { margin-top: 40px; font-family: var(--pre); font-size: 20px; line-height: 1.8; }
.help .btn-blue { margin-top: 20px; }

/* ---------- ABOUT ---------- */
.page-title { padding: 332px 0 56px; text-align: center; font-family: Poppins, sans-serif; font-size: 26px; font-weight: 700; letter-spacing: 1px; line-height: 1.8; }
.page-title.about { padding-top: 318px; }
.about-banner { position: relative; height: 620px; background: url(img/about-banner.jpg) center / cover; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-family: var(--pre); }
.about-banner::before { content: ""; position: absolute; inset: 0; background: rgba(7,28,35,.3); }
.about-banner::after { content: ""; position: absolute; inset: 22px 25px; border: 1px solid rgba(255,255,255,.3); }
.about-banner > div { position: relative; z-index: 1; }
.about-banner .k { font-size: 35px; font-weight: 700; line-height: 1.6; color: var(--sky); }
.about-banner h2 { font-size: 25px; font-weight: 700; line-height: 1.6; }
.about-banner p { font-size: 18px; line-height: 1.5; margin-top: 30px; }
.about-banner p.s1 { font-size: 17px; font-weight: 300; margin-top: 20px; }
.about-banner p.s2 { font-size: 16px; font-weight: 300; margin-top: 25px; }

.rows { padding: 180px 0 120px; font-family: var(--pre); }
.row { display: grid; grid-template-columns: 585px 1fr; }
.row + .row { margin-top: 140px; }
.row h3 { font-size: 24px; font-weight: 700; line-height: 1.5; }
.row p { font-size: 15px; line-height: 1.5; }
.row p + p { margin-top: 22px; }
.vline { width: 1px; height: 100px; background: #999; margin: 0 auto 50px; }

.work { position: relative; height: 850px; background: url(img/about-work.jpg) center / cover; font-family: var(--pre); }
.work::after { content: ""; position: absolute; left: 187px; top: 88px; width: 560px; height: 580px; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.work-txt { position: absolute; left: 114px; top: 395px; z-index: 1; }
.work-txt h2 { font-family: Staatliches, sans-serif; font-weight: 400; font-size: 80px; line-height: 1.5; text-transform: uppercase; }
.work-txt p { margin-top: 12px; font-size: 16px; line-height: 1.5; color: #fff; }
.work-txt p span { background: #000; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.work-gap { height: 143px; }

/* ---------- Collaboration band + marquee ---------- */
.collab { background: var(--deep); text-align: center; color: #fff; font-family: var(--pre); padding: 103px 0 0; }
.collab h2 { font-size: 30px; font-weight: 700; line-height: 1.45; color: var(--sky); }
.collab p { margin-top: 22px; font-size: 16px; line-height: 1.45; }
.marquee { background: var(--deep); height: 270px; overflow: hidden; position: relative; margin-top: 60px; }
.marquee-track { position: absolute; top: 70px; left: 0; display: flex; gap: 280px; width: max-content; animation: slide 60s linear infinite; }
.marquee-track span { width: 160px; height: 100px; background: url(img/logo-white.png) center / contain no-repeat; flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- CONTACT ---------- */
.ct-top { height: 76px; background: var(--contact-bg); margin-top: var(--header-h); }
.ct-banner { position: relative; height: 460px; background: #000 url(img/contact-banner.jpg) center / cover; display: flex; align-items: center; justify-content: center; }
.ct-banner h1 { font-family: var(--pre); font-size: 45px; font-weight: 700; line-height: 1.2; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.ct-body { background: var(--contact-bg); padding: 70px 0 70px; }
.ct-body .wrap { display: grid; grid-template-columns: 398px 1fr; gap: 0; padding-left: 0; }
.ct-card { background: #fff; min-height: 759px; margin-left: -15px; padding: 125px 15px 0 15px; font-family: Montserrat, sans-serif; color: #343434; letter-spacing: .325px; }
.ct-card .dash { width: 26px; height: 2px; background: #343434; margin-bottom: 30px; }
.ct-card h2 { font-family: Staatliches, sans-serif; font-weight: 400; font-size: 35px; line-height: 1.5; text-transform: uppercase; }
.ct-card ul { list-style: none; margin: 38px 0 0; padding: 0; font-size: 15px; line-height: 1.5; }
.ct-card b { font-weight: 800; }

.ct-form { width: 458px; margin: 142px 0 0 auto; margin-right: 97px; }
.ct-form .pin { border-top: 1px solid #ccc; padding-top: 12px; font-size: 20px; line-height: 1.5; }
.ct-form input, .ct-form textarea {
  display: block; width: 100%; margin-top: 25px; height: 45px; padding: 12px 14px;
  border: 1px solid #4E4E4E; background: transparent; font-family: "Playfair Display", serif; font-size: 11px; color: #333; border-radius: 0;
}
.ct-form input:first-of-type { margin-top: 47px; }
.ct-form textarea { height: 100px; resize: vertical; }
.ct-form input::placeholder, .ct-form textarea::placeholder { color: #949494; }
.ct-form input:focus, .ct-form textarea:focus { outline: none; border-color: #000; }
.ct-form .submit {
  display: block; margin: 18px 0 0 auto; width: 198px; height: 48px; border: 1px solid #3E3E3E; background: transparent; cursor: pointer;
  font-family: "Playfair Display", serif; font-size: 10px; font-weight: 700; letter-spacing: 2.8px; color: #3E3E3E;
}
.ct-form .submit:hover { background: #3E3E3E; color: #fff; }
.ct-form .hp { display: none; }

/* ---------- Footer ---------- */
.ft { height: 164px; background: #fff; }
.ft .wrap { border-top: 1px solid #e8e8e8; margin-top: 40px; padding-top: 51px; display: flex; justify-content: space-between; font-family: Roboto, "Nanum Gothic", sans-serif; font-size: 13px; letter-spacing: 3.25px; color: #555; }
.to-top { position: fixed; right: 70px; bottom: 30px; z-index: 40; width: 34px; height: 34px; border-radius: 4px; background: #e5e5e5; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .2s; }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top svg { width: 12px; height: 12px; }

/* ---------- Responsive (크리에이터링크 모바일처럼 한 줄로 쌓기) ---------- */
@media (max-width: 1180px) {
  .wrap { padding: 0 20px; }
  .hero-txt { padding-left: 40px; }
  .discover .wrap { grid-template-columns: 1fr 1fr; gap: 40px; }
  .discover img { width: 100%; height: auto; aspect-ratio: 1; }
  .row { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ct-form { margin-right: 0; }
}
@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .hd .wrap { padding: 0 16px; }
  .hd-logo img { width: 106px; height: 32px; }
  .hd-menu { display: block; }
  .hd-nav { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; background: #fff; padding: 8px 0 16px; border-bottom: 1px solid #eee; display: none; }
  .hd-nav.open { display: flex; }
  .hd-nav a { line-height: 48px; width: 100%; }
  .hd-lang { margin: 8px 0 0; }

  .hero { height: 640px; }
  .hero-txt { padding: 190px 16px 0; }
  .hero-txt h1 { font-size: 20px; }
  .hero-txt p { font-size: 13.5px; margin-top: 28px; }
  .hero-txt p + p { margin-top: 12px; }

  .intro { padding-top: 70px; }
  .intro h2 { font-size: 17px; }
  .intro .lead { font-size: 13px; padding: 0 16px; }
  .pillars { grid-template-columns: 1fr; margin: 60px 16px 0; padding: 40px 0; row-gap: 56px; }
  .pillars p { font-size: 12.5px; padding: 0 20px; }

  .brands-hd { height: 120px; padding-bottom: 28px; }
  .brands-hd h2 { font-size: 20px; }
  .brands { padding: 0 16px 60px; }
  .brand { height: 360px; }
  .brand-name { font-size: 34px; }
  .brand-sub { font-size: 12px; padding: 0 16px; }
  .brand .btn-line { margin-top: 36px; }

  .discover { padding: 70px 0; }
  .discover .wrap { grid-template-columns: 1fr; }
  .discover img { order: -1; }
  .discover h2 { font-size: 20px; }
  .discover p { font-size: 13.5px; }

  .help { height: 420px; background-attachment: scroll; padding: 0 16px; }
  .help h2 { font-size: 24px; }
  .help p { font-size: 13.5px; margin-top: 24px; }

  .page-title, .page-title.about { padding: 130px 0 36px; font-size: 20px; }
  .about-banner { height: 460px; padding: 0 30px; }
  .about-banner .k { font-size: 24px; }
  .about-banner h2 { font-size: 17px; }
  .about-banner p, .about-banner p.s1, .about-banner p.s2 { font-size: 12.5px; }
  .rows { padding: 80px 0 60px; }
  .row { grid-template-columns: 1fr; gap: 16px; }
  .row + .row { margin-top: 60px; }
  .row h3 { font-size: 18px; }
  .row p { font-size: 13px; }
  .work { height: 560px; margin: 0 16px; }
  .work::after { left: 24px; top: 40px; width: calc(100% - 48px); height: calc(100% - 80px); }
  .work-txt { left: 36px; right: 36px; top: 190px; }
  .work-txt h2 { font-size: 50px; }
  .work-txt p { font-size: 13px; }
  .work-txt p br { display: none; }
  .work-gap { height: 80px; }
  .collab { padding-top: 64px; }
  .collab h2 { font-size: 20px; }
  .collab p { font-size: 13px; padding: 0 16px; }
  .marquee { height: 180px; margin-top: 40px; }
  .marquee-track { top: 40px; gap: 120px; }

  .ct-top { height: 40px; }
  .ct-banner { height: 280px; }
  .ct-banner h1 { font-size: 30px; }
  .ct-body { padding: 40px 0; }
  .ct-body .wrap { grid-template-columns: 1fr; padding: 0 16px; }
  .ct-card { min-height: 0; margin: 0; padding: 50px 24px 50px; }
  .ct-card ul { font-size: 13.5px; }
  .ct-form { width: 100%; margin: 40px 0 0; }

  .ft { height: auto; padding-bottom: 36px; }
  .ft .wrap { flex-direction: column; gap: 6px; align-items: center; font-size: 11px; letter-spacing: 2px; padding-top: 32px; margin-top: 24px; }
  .to-top { right: 16px; bottom: 16px; }
}
