/* Page 02 — original human-centered campaign photography. */
:root {
  --paper: #fafafa;
  --ink: #232323;
  --muted: #777;
  --line: #d7d7d7;
  --image: #e5e5e5;
  --gutter: clamp(24px, 4vw, 72px);
  --section-space: clamp(72px, 9vw, 144px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR", sans-serif; line-height: 1.65; word-break: keep-all; overflow-wrap: anywhere; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
.wrap { width: min(100% - var(--gutter) * 2, 1536px); margin-inline: auto; }
.header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.logo { font-size: 27px; font-weight: 750; letter-spacing: -.07em; }
.logo span { display: inline-block; font-size: 12px; margin-left: 5px; vertical-align: top; padding-top: 6px; }
nav { display: flex; gap: clamp(22px, 4vw, 64px); font-size: 14px; }
nav a { padding-block: 12px; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0 48px; padding-top: 48px; }
.hero__copy { display: flex; flex-direction: column; padding-block: 28px; }
.eyebrow { font-size: 12px; letter-spacing: .025em; }
h1 { font-size: clamp(38px, 4.2vw, 74px); font-weight: 500; line-height: 1.2; letter-spacing: -.065em; margin-block: 64px 80px; }
.hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; }
.description { max-width: 420px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.round-link { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 22px; }
.round-link:hover { background: var(--image); }
.placeholder { position: relative; display: grid; place-items: center; background: var(--image); color: var(--muted); font-size: 11px; letter-spacing: .16em; }
.hero__image { min-height: 500px; }
.placeholder__corner { position: absolute; left: 24px; bottom: 20px; letter-spacing: 0; }
.hero__caption { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; color: var(--muted); font-size: 10px; letter-spacing: .045em; border-bottom: 1px solid var(--line); }
.section { padding-block: var(--section-space); border-bottom: 1px solid var(--line); scroll-margin-top: 32px; }
.section-label { display: flex; gap: 32px; }
.section-label > span { color: var(--muted); font-variant-numeric: tabular-nums; }
h2 { font-size: clamp(30px, 3.2vw, 52px); font-weight: 500; line-height: 1.4; letter-spacing: -.055em; }
.intro { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; }
.intro__body .description { margin-top: 40px; margin-left: auto; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; margin-bottom: 56px; }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.card__image { aspect-ratio: 1.3; }
.card:nth-child(2) .card__image { background: var(--image); }
.card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; padding-block: 20px 12px; }
h3 { font-size: 23px; font-weight: 500; letter-spacing: -.035em; }
.card .description { margin-top: 8px; }
.details { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-bottom: 0; }
.details h2 { margin-top: 40px; }
.details__list article { display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding-block: 32px; border-top: 1px solid var(--line); }
.details__list article:last-child { border-bottom: 1px solid var(--line); }
.item-number { padding-top: 6px; font-size: 11px; color: var(--muted); }
.details__list .description { margin-top: 14px; }
.contact { background: #fff; scroll-margin-top: 0; }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; min-height: 760px; margin: 0; gap: 0; padding: 0; }
.contact__copy { align-self: center; padding: var(--section-space) var(--gutter); padding-left: max(var(--gutter), calc((100vw - 1536px) / 2)); }
.contact__media { display: flex; border-left: 1px solid var(--line); padding: 0; }
.contact__image { width: 100%; min-height: 560px; height: 100%; }
.contact h2 { font-size: clamp(32px, 3.5vw, 56px); font-weight: 750; line-height: 1.25; margin-block: 0 48px; }
.contact__button { display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; min-height: 54px; padding: 14px 24px; border: 1px solid #111; border-radius: 999px; background: transparent; color: #111; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.contact__button:hover { background: #f5f5f5; }
.contact__button:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
@media (max-width: 640px) { .contact__inner { grid-template-columns: 1fr; } .contact__media { border-left: 0; border-top: 1px solid var(--line); padding: 0; } .contact__image { min-height: 360px; } }
.footer { background: #111; color: #fff; }
.footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-block: 64px 28px; }
.footer__brand > p { margin-top: 16px; }
.footer__info { justify-self: end; }
.footer__info p + p { margin-top: 6px; }
.footer__bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid #333; }
.footer__legal { display: flex; gap: 24px; font-size: 11px; color: #aaa; }
.footer p { font-size: 11px; color: #aaa; }
.footer a:focus-visible { outline-color: #fff; }
@media (min-width: 1600px) { .hero__image { min-height: 600px; } }
@media (max-width: 900px) {
  .hero { gap: 0 28px; }
  h1 { font-size: 40px; }
  .hero__image { min-height: 440px; }
  .intro { grid-template-columns: 1fr 2fr; gap: 24px; }
  .details { gap: 32px; }
}
@media (max-width: 640px) {
  .header { min-height: 80px; }
  .logo { font-size: 23px; }
  nav { gap: 20px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 12px; }
  .hero__copy { padding-block: 28px 36px; }
  h1 { font-size: clamp(34px, 8.5vw, 52px); margin-block: 36px 40px; }
  .description { font-size: 14px; }
  .hero__image { min-height: 0; aspect-ratio: 1.08; }
  .hero__caption { font-size: 9px; }
  .intro, .details { grid-template-columns: 1fr; gap: 36px; }
  .intro__body .description { margin-top: 28px; margin-left: 0; }
  .section-head { align-items: start; flex-direction: column; gap: 28px; margin-bottom: 32px; }
  .cards { grid-template-columns: 1fr; gap: 44px; }
  .details h2 { margin-top: 28px; }
  .footer__inner { grid-template-columns: 1fr; padding-block: 40px 24px; gap: 32px; }
  .footer__info { justify-self: start; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
}
/* 풀 블리드 이미지 자리 + 오버레이 네비게이션 */
.header { position: fixed; inset: 0 0 auto; z-index: 100; width: 100%; min-height: 96px; padding: 16px var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; border: 0; color: #fff; background: transparent; transition: background .2s, backdrop-filter .2s; }
.header.is-scrolled { background: rgb(45 45 45 / 78%); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header nav { gap: clamp(18px, 2.5vw, 40px); font-weight: 600; }
.header__tools { display: flex; justify-content: flex-end; align-items: center; gap: 16px; font-size: 12px; }
.language-switch { appearance: none; -webkit-appearance: none; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 50%; padding: 0; background: transparent; color: inherit; font: inherit; text-align: center; text-align-last: center; cursor: pointer; }
.language-switch option { background: #333; color: #fff; }
.language-switch:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.search-link { display: flex; align-items: center; gap: 12px; min-width: 160px; padding: 12px 16px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 30px; }
.search-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.header__cta { padding: 12px 18px; border-radius: 30px; background: #fff; color: #333; white-space: nowrap; }
.header a:focus-visible, .hero a:focus-visible { outline-color: white; }
.hero { position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 0; width: 100%; min-height: 100svh; padding: 160px var(--gutter) 0; margin: 0; background: #737373; color: #fff; }
.hero__copy { width: 100%; max-width: 1536px; margin-inline: auto; padding: 0 0 72px; }
.hero h1 { font-size: clamp(32px, 3.6vw, 54px); font-weight: 750; margin-block: 0 36px; }
.hero .description { color: rgb(255 255 255 / 90%); font-weight: 600; line-height: 1.75; word-break: normal; }
.header > .logo { white-space: nowrap; font-size: clamp(18px, 2vw, 28px); letter-spacing: -.045em; }
.hero .round-link { border-color: rgb(255 255 255 / 50%); }
.hero .round-link:hover { background: rgb(255 255 255 / 15%); }
.hero__bottom { max-width: none; }
.scroll-link { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 14px; padding: 12px; font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.scroll-link svg { width: 32px; height: 20px; transition: transform .2s; }
.scroll-link:hover svg { transform: translateY(4px); }
@media (prefers-reduced-motion: reduce) { .scroll-link svg { transition: none; } }
.hero__caption { width: 100%; max-width: 1536px; margin-inline: auto; color: rgb(255 255 255 / 75%); border-bottom: 0; border-top: 1px solid rgb(255 255 255 / 30%); }
.section { scroll-margin-top: 96px; }
@media (max-width: 900px) {
  .header { gap: 20px; }
  .search-link { min-width: 0; padding: 12px; }
  .search-link span { display: none; }
  .header__tools { gap: 10px; }
}
@media (max-width: 640px) {
  .header { min-height: 112px; grid-template-columns: 1fr auto; gap: 8px 16px; padding-block: 12px; }
  .header > .logo { grid-column: 1; grid-row: 1; }
  .header__tools { grid-column: 2; grid-row: 1; }
  .header nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; }
  .header nav a { padding-block: 4px; }
  .header__cta { padding: 9px 14px; }
  .search-link { padding: 9px; }
  .hero { min-height: 100svh; padding-top: 180px; }
  .hero__copy { padding-bottom: 56px; }
  .hero h1 { font-size: clamp(28px, 6.8vw, 38px); margin-block: 0 28px; }
  .header__cta { padding-inline: 10px; font-size: 11px; }
  .header__tools { gap: 6px; }
  .header > .logo { font-size: clamp(14px, 4.3vw, 18px); }
  .section { scroll-margin-top: 120px; }
}
.intro.section { display: flex; align-items: center; justify-content: center; width: 100%; min-height: max(960px, 100svh); padding: clamp(160px, 18vw, 280px) var(--gutter); background: #202020; color: #fff; border: 0; text-align: center; }
.intro__eyebrow { margin-bottom: 32px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.intro__body { width: 100%; max-width: 1120px; }
.intro h2 { font-size: clamp(26px, 2.7vw, 40px); font-weight: 750; line-height: 1.55; letter-spacing: -.04em; }
.intro__body .description { max-width: 600px; margin: 36px auto 0; color: #aaa; text-align: center; }
@media (max-width: 640px) { .intro.section { min-height: max(820px, 100svh); } .intro h2 br { display: none; } }
.content__logo { margin-bottom: 56px; font-size: clamp(26px, 3vw, 42px); font-weight: 750; letter-spacing: -.045em; text-align: right; }
.content .card h3 { margin-top: 20px; }
.content .card .description { max-width: none; }
.details h2 { margin-top: 0; font-weight: 750; }
.details__list h3 { font-weight: 700; }
.details__list article { grid-template-columns: 1fr; }
.content__logo span { margin-left: 6px; font-size: 14px; vertical-align: super; }
.overview { background: #fff; border: 0; }
.overview .placeholder { background: #e5e5e5; color: #777; }
.overview__top { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.overview__image, .overview__thumb { aspect-ratio: 1.93; }
.overview__copy h2 { font-size: clamp(22px, 2vw, 32px); font-weight: 700; line-height: 1.45; letter-spacing: -.035em; }
.overview__copy h2 span { color: #747474; }
.overview__copy .description { margin-top: 20px; max-width: 520px; }
.overview__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 32px; }
.overview__grid h3 { margin-top: 14px; font-size: 18px; font-weight: 650; }
.overview__grid .description { margin-top: 8px; font-size: 13px; }
@media (max-width: 900px) { .overview__top { gap: 28px; } .overview__grid { gap: 20px; } }
@media (max-width: 640px) {
  .content__logo { margin-bottom: 32px; }
  .overview__top { grid-template-columns: 1fr; }
  .overview__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; margin-top: 40px; }
  .overview__grid h3 { font-size: 16px; }
  .overview__grid .description br { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .header { transition: none; } }
.menu-toggle { display: none; }
@media (max-width: 900px) {
  .header { min-height: 80px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; padding-block: 16px; }
  .header > .logo { grid-column: 1; grid-row: 1; }
  .header__tools { grid-column: 2; grid-row: 1; }
  .header__tools .search-link, .header__tools .header__cta { display: none; }
  .menu-toggle { display: flex; grid-column: 3; grid-row: 1; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 40px; height: 40px; padding: 0; border: 1px solid rgb(255 255 255 / 40%); border-radius: 50%; background: transparent; color: inherit; cursor: pointer; }
  .menu-toggle span { width: 16px; height: 1px; background: currentColor; }
  .menu-toggle:focus-visible { outline: 2px solid white; outline-offset: 4px; }
  .header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; padding: 12px var(--gutter) 24px; max-height: calc(100svh - 80px); overflow-y: auto; background: #242424; border-top: 1px solid #444; font-size: 18px; }
  .header nav a { padding: 18px 0; border-bottom: 1px solid #444; }
  .header.is-menu-open { background: #242424; }
  .header.is-menu-open nav { display: flex; }
  .is-menu-open .menu-toggle { gap: 0; }
  .is-menu-open .menu-toggle span:first-child { transform: translateY(.5px) rotate(45deg); }
  .is-menu-open .menu-toggle span:last-child { transform: translateY(-.5px) rotate(-45deg); }
  .section { scroll-margin-top: 80px; }
}
.campaign-image { display: block; width: 100%; object-fit: cover; background: #e5e5e5; }
.hero { isolation: isolate; overflow: hidden; }
.hero__photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgb(0 0 0 / 35%), transparent 30%), linear-gradient(90deg, rgb(0 0 0 / 36%), transparent 75%), linear-gradient(0deg, rgb(0 0 0 / 36%), transparent 50%); }
.contact__media { position: relative; min-height: 560px; overflow: hidden; }
.contact__image { position: absolute; inset: 0; min-height: 0; height: 100%; object-position: center; }
@media (max-width: 640px) {
  .hero__photo { object-position: 72% center; }
  .hero::before { background: linear-gradient(180deg, rgb(0 0 0 / 35%), transparent 35%, rgb(0 0 0 / 65%)); }
  .contact__media { min-height: 420px; }
}
