/* FONT IMPORT */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");

body {
  font-family: "Inter", "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.01em;
  color: var(--text);
}

/* CONTACT PAGE TYPOGRAPHY REFINEMENT */
.page-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.04em;
}

.page-sub {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #6f665d;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.contact-card {
  font-family: "Pretendard", sans-serif;
}

.contact-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.contact-value {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

.contact-note-block,
.contact-note-list,
.contact-footnote {
  font-family: "Pretendard", sans-serif;
  font-size: 13px;
  line-height: 1.65;
}

:root {
  --bg: #f7f3ef;
  --text: #222;
  --muted: #888;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 링크 */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* BODY */
body {
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", sans-serif;
  background-color: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

/* ============================= */
/*           HEADER              */
/* ============================= */
header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(247, 243, 239, 0.96);
  border-bottom: none;
}

.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.logo {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 18px;
}

nav a {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

nav a.active,
nav a:hover {
  color: var(--text);
}

/* ============================= */
/*             MAIN              */
/* ============================= */

main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

section {
  margin-bottom: 72px;
}

/* ============================= */
/*        HOME HERO SLIDER       */
/* ============================= */

.home-hero-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.home-hero-slide.is-active {
  opacity: 1;
}

.home-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 어두운 오버레이 */
.home-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
  z-index: 2;
}

/* HOME – HERO TEXT */
.home-hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 3;
}

.home-hero-title,
#heroTitle {
  font-size: 46px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.home-hero-sub,
#heroSub {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 40px;
  color: rgba(255,255,255,0.97) !important;
  opacity: 1 !important;
}
.home-hero-sub-kr {
  font-size: 13px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.92);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  font-style: normal;
}

.home-hero-line {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,0.75);
  margin: 0 auto 28px auto;
}

.home-hero-year {
  font-size: 12px;
  letter-spacing: 0.2em;
  opacity: 0.75;
  color: rgba(255,255,255,0.75);
}

.home-hero-copy {
  font-size: 10px;
  opacity: 0.55;
  color: rgba(255,255,255,0.65);
}

/* 점 네비 */
.home-hero-dots {
  position: absolute;
  bottom: 42px;
  right: 40px;
  display: flex;
  gap: 10px;
  z-index: 4;
}

.home-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  border: none;
}
.home-hero-dot.is-active {
  background: #ffffff;
}

/* ============================= */
/*       SECTION HEADERS         */
/* ============================= */

.section-header {
  margin-bottom: 28px;
}

.section-title {
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;      /* 제목 아래는 조금 띄우고 */
}

.section-desc {
  font-size: 13px;
  color: #9a8f85;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", serif;
  margin-bottom: 2px;       /* 영문–한글은 더 붙이기 */
}

.section-desc-kr {
  font-size: 13px;
  color: #6d6460;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  margin-top: 2px;
}

.section-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 18px 0 26px;
}

/* ============================= */
/*             GRID              */
/* ============================= */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.grid-item {
  overflow: hidden;
  background: #e6dfd8;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.grid-item:hover img {
  transform: scale(1.03);
}

.grid-item.is-hidden {
  display: none;
}

.load-more {
  display: block;
  margin: 32px auto 0;
  background: none;
  border: none;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c0b5aa;
  cursor: pointer;
}
.load-more:hover {
  color: #a69889;
}

/* ============================= */
/*        ABOUT PAGE ONLY        */
/* ============================= */

.about-page main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* HERO SLIDER */
.about-hero-slider {
  position: relative;
  width: 100vw;
  height: 82vh;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 72px;
  overflow: hidden;
  background: #000;
}

.about-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
  z-index: 2;
}

.about-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.about-hero-slide.is-active {
  opacity: 1;
}

.about-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ABOUT HERO TEXT – 왼쪽 아래 */
.about-hero-overlay {
  position: absolute;
  left: 24px;
  bottom: 40px;
  transform: none;
  max-width: 520px;
  text-align: left;
  color: #f5f5f5;
  z-index: 3;
}

.about-hero-role {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.9;
}

.about-hero-name {
  font-size: 32px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-hero-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.92;
}

/* 점 네비 */
.about-hero-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.about-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}
.about-hero-dot.is-active {
  background: #ffffff;
}

/* INTRO */
.about-intro {
  max-width: 720px;
  margin: 40px auto 56px;
  font-size: 14px;
}

.about-intro-en {
  font-size: 13px;
  font-style: italic;
  color: #9a8f85;
  margin-bottom: 18px;
  line-height: 1.7;
  font-family: "Georgia", "Times New Roman", serif;
}

.about-intro-kr {
  font-size: 14px;
  line-height: 1.8;
}

/* 공통 섹션 */
.about-section {
  max-width: 900px;
  margin: 0 auto 52px;
}

.about-section-title {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #555;
}

.about-section-body p + p {
  margin-top: 8px;
}

.about-section-list {
  list-style: disc;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.8;
}

.about-section-list li + li {
  margin-top: 4px;
}

/* Experience block */
.about-exp-block {
  margin-top: 18px;
}

.about-exp-block:first-of-type {
  margin-top: 0;
}

.about-exp-role {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* ============================= */
/*        ABOUT TEXT AREA        */
/* ============================= */

.about-intro,
.about-section {
  max-width: 720px;
  margin: 40px auto 60px;
  font-size: 14px;
  line-height: 1.7;
}

.about-intro-en {
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-bottom: 14px;
}

.about-intro p + p {
  margin-top: 8px;
}

.about-section-title {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #444;
}

.about-section-list {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-section-list {
  font-weight: 400;
}

.about-experience-block + .about-experience-block {
  margin-top: 24px;
}

.about-experience-title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

/* 모바일 여백 조금 줄이기 */
@media (max-width: 640px) {
  .about-intro,
  .about-section {
    margin: 32px 20px 48px;
  }
}

/* ============================= */
/*             FOOTER            */
/* ============================= */

.site-footer {
  background: var(--bg);
  padding: 40px 20px;        /* 위/아래 패딩 줄임 */
  margin-top: 40px;          /* 콘텐츠와의 간격 줄임 */
  text-align: center;
  color: #8e8e8e;
}

.site-footer .footer-inner > div {
  margin-bottom: 4px;        /* 문단 간 간격 줄임 */
  font-size: 12px;
}

.site-footer .footer-copy {
  margin-top: 8px;
  font-weight: 500;
  color: #E0707E;
  letter-spacing: 0.1em;
  font-size: 10px;           /* 카피라이트 글자 크기 줄이기 */
}

/* ============================= */
/*           LIGHTBOX            */
/* ============================= */

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 100;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #f5f5f5;
  font-size: 28px;
  cursor: pointer;
}

/* close 버튼은 위쪽 */
.lightbox-close {
  top: 20px;
  right: 26px;
}

/* 좌우 버튼 공통 스타일 */
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  padding: 18px;
  z-index: 101;
}

.lightbox-prev svg,
.lightbox-next svg {
  display: block;
  stroke: #ffffff;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* ============================= */
/*            CONTACT            */
/* ============================= */

.contact-section {
  max-width: 720px;
  margin: 20px auto 80px;     /* 위 여백 줄여서 카드 올리기 */
}

.contact-card {
  background: #f0e7dd;
  border-radius: 18px;
  padding: 32px 28px 28px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.04);
  font-size: 14px;
}

.contact-intro {
  margin-bottom: 20px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-label {
  min-width: 200px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f665d;
}

.contact-value {
  font-weight: 500;
}

.contact-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 18px 0 18px;
}

.contact-note-block {
  font-size: 13px;
}

.contact-note-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.contact-note-list {
  list-style: disc;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-footnote {
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
}

/* contact 링크 버튼 */
.contact-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #222;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================= */
/*             MOBILE            */
/* ============================= */

@media (max-width: 640px) {
  .home-hero-title,
  #heroTitle {
    font-size: 32px;
  }

  .home-hero-sub,
  #heroSub {
    font-size: 13px;
  }

  .about-hero-slider {
    height: 60vh;
  }

  .about-hero-overlay {
    left: 20px;
    right: 20px;
    bottom: 28px;
    max-width: none;
  }

  .about-hero-name {
    font-size: 26px;
  }

  .about-intro {
    margin: 32px 0 48px;
    padding: 0 4px;
  }

  .about-section {
    padding: 0 4px;
  }

  .about-section-list {
    padding-left: 18px;
  }

  .contact-card {
    padding: 24px 18px 22px;
    border-radius: 14px;
  }

  .contact-label {
    width: 100%;
    min-width: 0;
  }
}

/* 인덱스 페이지만 헤더 아래 여백 제거 */
body.index-page main {
  padding-top: 0 !important;
}

/* ============================= */
/*   ABOUT – 본문 텍스트 축소(11.5px) */
/* ============================= */

.about-section-list {
  list-style: disc;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11.5px;
  line-height: 1.8;
  color: #555;
}

/* 브랜드명 강조 */
.about-section-list li strong {
  font-weight: 600;
  color: #333;
}

/* Experience 항목 본문 */
.about-experience-block {
  font-size: 11.5px;
  line-height: 1.75;
}

/* Experience 제목은 기존 크기 유지 */
.about-experience-title {
  font-size: 13px;
  font-weight: 600;
}
