:root {
  --studio-paper: #f5f0e8;
  --studio-paper-deep: #ebe1d5;
  --studio-surface: #fffaf3;
  --studio-ink: #211b17;
  --studio-muted: #756a61;
  --studio-walnut: #6b3826;
  --studio-walnut-dark: #2d1912;
  --studio-bronze: #b48959;
  --studio-line: #d8c9bb;
  --studio-shadow: 0 18px 50px rgba(65, 38, 25, 0.09);
}

html { background: var(--studio-paper); }

body {
  color: var(--studio-ink);
  background:
    radial-gradient(circle at 85% 5%, rgba(180, 137, 89, 0.12), transparent 26rem),
    var(--studio-paper);
}

p, li, h1, h2, h3 { word-break: keep-all; }

.wrap {
  max-width: 1180px;
  width: calc(100% - 40px);
  padding: 22px 0 88px;
}

.wrap > header {
  width: 100%;
  min-height: 72px;
  margin: 0 0 54px;
  padding: 13px 20px;
  border: 1px solid rgba(216, 201, 187, 0.92);
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 10px 36px rgba(65, 38, 25, 0.06);
  backdrop-filter: blur(18px) saturate(0.9);
}

.logo img,
.site-logo img {
  width: auto;
  height: 38px;
  filter: sepia(0.72) saturate(0.72) hue-rotate(342deg) brightness(0.63);
}

.wrap > header nav {
  flex-wrap: nowrap;
  gap: 4px;
  color: #4f433b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.wrap > header nav a {
  padding: 8px 11px;
  white-space: nowrap;
}

.wrap > header nav a:hover,
.wrap > header nav a[aria-current="page"] {
  border-color: #cdb9a7;
  background: #eadfd2;
  color: var(--studio-walnut-dark);
}

.wrap > h1,
.wrap main > h1,
.wrap main > .eyebrow + h1,
.wrap section > h1 {
  color: var(--studio-walnut-dark);
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.wrap > h1 { margin: 0 0 28px; }

.card,
.rate-item,
.wrap section,
.project-card,
.panel,
.naver-map {
  border-color: var(--studio-line) !important;
  background: rgba(255, 250, 243, 0.86) !important;
  box-shadow: var(--studio-shadow);
}

.card,
.rate-item { border-radius: 20px; }

.card h3,
.section-title { color: var(--studio-walnut-dark); }

.card p,
.rate-item,
.wrap section p { color: var(--studio-muted); }

.grid { gap: 18px; }

.grid .card {
  padding: 24px 26px;
}

.grid .card h3 {
  margin-bottom: 13px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grid .card li,
.card li { padding: 2px 0; }

.rates { gap: 18px; }

.rate-item {
  min-height: 160px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--studio-muted);
}

.rate-item strong {
  color: var(--studio-walnut) !important;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.contact-box { gap: 16px; }

.contact-box .card {
  min-height: 150px;
  padding: 23px;
}

.contact-box .card h3 {
  color: var(--studio-bronze);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-box .card p {
  margin: 18px 0 0;
  color: var(--studio-ink);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.naver-map { border-radius: 22px; }

.iw-container .iw-title { border-bottom-color: var(--studio-walnut) !important; }
.iw-container .iw-body .iw-row .iw-value a { color: var(--studio-walnut) !important; }

footer {
  border-color: var(--studio-line) !important;
  color: #8b7b6f !important;
}

/* Photo-led home */
.hero { background: var(--studio-walnut-dark); }

.slide::after {
  background:
    linear-gradient(90deg, rgba(31, 19, 14, 0.82) 0%, rgba(42, 25, 18, 0.48) 43%, rgba(42, 25, 18, 0.06) 74%),
    linear-gradient(0deg, rgba(30, 18, 13, 0.72) 0%, transparent 48%);
}

.hero .site-header {
  top: 22px;
  min-height: 72px;
  padding: 13px 20px;
  border-color: rgba(245, 232, 217, 0.64);
  border-radius: 18px;
  background: rgba(247, 240, 231, 0.46);
  box-shadow: 0 18px 50px rgba(30, 18, 13, 0.22);
  backdrop-filter: blur(6px) saturate(0.92);
}

.hero nav { gap: 4px; color: #4e4037; font-size: 14px; font-weight: 650; line-height: 1.6; }

.hero nav a { padding: 8px 11px; }

.hero nav a:hover,
.hero nav a[aria-current="page"] {
  border-color: #cdb8a5;
  background: #e7d9ca;
  color: var(--studio-walnut-dark);
}

.hero-content {
  padding-top: 150px;
  padding-bottom: 142px;
  align-items: center;
}

.hero-copy { max-width: 690px; }

.hero .eyebrow { color: #e0c29d; }

.hero h1 {
  max-width: none;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: initial;
}

.hero h1 span {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.hero-description {
  max-width: 580px;
  margin-top: 22px;
  color: rgba(255, 247, 237, 0.82);
  line-height: 1.72;
  text-wrap: pretty;
}

.cta { border-color: rgba(245, 227, 207, 0.45); }

.cta-primary {
  border-color: #f3e5d5;
  background: #f3e5d5;
  color: var(--studio-walnut-dark);
}

.arrow,
.pause { background: rgba(45, 25, 18, 0.4); }

.intro {
  max-width: 1180px;
  padding: 112px 24px 110px;
  grid-template-columns: 1fr;
  gap: 40px;
}

.intro > div:first-child { max-width: 840px; }

.intro-label { color: var(--studio-bronze); }

.intro h2 {
  max-width: 840px;
  color: var(--studio-walnut-dark);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.14;
  text-wrap: pretty;
}

.intro h2 span { display: block; }

.intro-copy {
  max-width: 780px;
  padding: 0;
  color: var(--studio-muted);
  font-size: 18px;
}

.info-link {
  border-color: var(--studio-line);
  color: var(--studio-walnut-dark);
  background: var(--studio-surface);
}

.info-link:hover { background: #eadfd2; }

@media (max-width: 900px) {
  .wrap { width: calc(100% - 28px); padding: 14px 0 64px; }

  .wrap > header {
    height: 105px;
    min-height: 105px;
    margin-bottom: 38px;
    align-items: stretch;
    gap: 10px;
    padding: 13px 16px;
  }

  .wrap > header nav {
    width: 100%;
    overflow-x: auto;
    gap: 3px;
    font-size: 13px;
    scrollbar-width: none;
  }

  .wrap > header nav::-webkit-scrollbar { display: none; }
  .wrap > header nav a { padding: 5px 7px; }

  .hero .site-header {
    top: 14px;
    width: calc(100% - 28px);
    padding: 13px 16px;
    height: 105px;
    min-height: 105px;
    align-items: stretch;
    gap: 10px;
  }

  .hero nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero nav::-webkit-scrollbar { display: none; }
  .hero nav { gap: 3px; font-size: 13px; }
  .hero nav a { padding: 5px 7px; white-space: nowrap; }
  .logo img, .site-logo img { height: 34px; }
  .hero-content { padding-top: 190px; }
}

@media (max-width: 640px) {
  .hero-content {
    width: calc(100% - 34px);
    padding-top: 190px;
    padding-bottom: 150px;
    align-items: center;
  }

  .hero h1 { font-size: clamp(31px, 9.4vw, 42px); }
  .hero-description { max-width: 34ch; }
  .hero-actions { margin-top: 24px; }
  .intro { padding: 76px 18px 72px; gap: 30px; }
  .intro h2 { font-size: clamp(34px, 10.5vw, 46px); }
  .wrap > h1 { margin-bottom: 22px; }
}
