/* Company page — main_v1.0_red 화이트/클린 톤 (와인·버건디 금지) */
body.playz-catalog.is-company{
  background:#fff;
  color:#222;
}

.playz-company .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font:700 11px/1.2 "DM Sans",sans-serif;
  letter-spacing:.18em;
  color:#777;
}
.playz-company .eyebrow:before{
  content:"";
  width:25px;
  height:1px;
  background:#ccc;
}

/* Hero — 화이트 톤 배너 */
.playz-company .co-hero{
  min-height:480px;
  position:relative;
  overflow:hidden;
  background:#fff;
  color:#111;
  border-bottom:1px solid #e5e5e5;
}
.playz-company .co-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#fff 0%,#fafafa 55%,#f5f5f5 100%);
}
.playz-company .co-hero:after{
  content:"";
  position:absolute;
  right:-10vw;
  top:-28%;
  width:680px;
  height:680px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:50%;
  box-shadow:0 0 0 100px rgba(0,0,0,.02),0 0 0 200px rgba(0,0,0,.015);
  pointer-events:none;
}
.playz-company .co-hero-grid{
  min-height:480px;
  display:grid;
  grid-template-columns:1fr;
  align-items:center;
  position:relative;
  z-index:2;
}
.playz-company .co-hero-copy{padding:72px 0 76px;max-width:860px}
.playz-company .co-hero-mark{display:none !important}
.playz-company .co-hero h1{
  font-size:48px;
  line-height:1.28;
  letter-spacing:-.05em;
  margin:22px 0 22px;
  font-weight:500;
  color:#111;
}
.playz-company .co-hero h1 em{
  font-style:normal;
  color:#444;
}
.playz-company .co-hero p{
  max-width:620px;
  margin:0;
  color:#666;
  font-size:15px;
  line-height:1.9;
  font-weight:300;
}
.playz-company .co-hero-en{
  margin-top:28px;
  font:500 12px/1.2 "DM Sans",sans-serif;
  letter-spacing:.18em;
  color:#999;
}
.playz-company .co-hero-mark{display:flex;justify-content:flex-end}
.playz-company .co-hero-mark-box{
  width:280px;
  height:280px;
  border:1px solid #e5e5e5;
  background:#fafafa;
  display:grid;
  place-items:center;
  position:relative;
}
.playz-company .co-hero-mark-box:before,
.playz-company .co-hero-mark-box:after{
  content:"";
  position:absolute;
  background:rgba(0,0,0,.05);
}
.playz-company .co-hero-mark-box:before{width:1px;height:100%;left:50%}
.playz-company .co-hero-mark-box:after{height:1px;width:100%;top:50%}
.playz-company .co-hero-mark-box strong{
  font:500 72px/1 "DM Sans",sans-serif;
  letter-spacing:-.08em;
  z-index:2;
  color:#222;
}
.playz-company .co-hero-mark-box span{
  position:absolute;
  bottom:20px;
  right:22px;
  font:500 9px "DM Sans",sans-serif;
  letter-spacing:.2em;
  color:#999;
}

/* Anchor */
.playz-company .co-anchor{border-bottom:1px solid #e5e5e5;background:#fff}
.playz-company .co-anchor .shell{display:grid;grid-template-columns:240px 1fr}
.playz-company .co-anchor-title{
  padding:22px 0;
  border-right:1px solid #e5e5e5;
  font:600 10px "DM Sans",sans-serif;
  letter-spacing:.16em;
  color:#888;
}
.playz-company .co-anchor-nav{display:grid;grid-template-columns:repeat(5,1fr)}
.playz-company .co-anchor-nav a{
  padding:20px 18px;
  border-right:1px solid #e5e5e5;
  font-size:12px;
  color:#666;
  display:flex;
  justify-content:space-between;
  gap:8px;
}
.playz-company .co-anchor-nav a:last-child{border-right:0}
.playz-company .co-anchor-nav a:hover{background:#fafafa;color:#111}
.playz-company .co-anchor-nav a span{font-family:"DM Sans",sans-serif;color:#aaa}

/* Sections */
.playz-company .co-section{padding:110px 0}
.playz-company .co-section-head{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:60px;
  margin-bottom:52px;
}
.playz-company .co-section-title{
  font-size:38px;
  line-height:1.3;
  letter-spacing:-.045em;
  margin:14px 0 0;
  font-weight:500;
  color:#111;
}
.playz-company .co-section-intro{
  font-size:14px;
  color:#777;
  line-height:1.95;
  padding-top:28px;
  max-width:700px;
  font-weight:300;
}

/* Greeting */
.playz-company .co-greeting-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  border-top:1px solid #e5e5e5;
}
.playz-company .co-greeting-visual{
  min-height:560px;
  position:relative;
  overflow:hidden;
  border-right:1px solid #e5e5e5;
  background:#f5f5f5;
}
.playz-company .co-greeting-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.playz-company .co-greeting-copy{padding:56px 60px 50px}
.playz-company .co-greeting-copy h3{
  font-size:26px;
  line-height:1.45;
  margin:0 0 24px;
  font-weight:500;
  color:#111;
}
.playz-company .co-greeting-copy p{
  font-size:14px;
  color:#666;
  line-height:2;
  margin:0 0 16px;
  font-weight:300;
}
.playz-company .co-signature{
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid #e5e5e5;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
}
.playz-company .co-signature span{font-size:12px;color:#888}
.playz-company .co-signature strong{font-size:17px;letter-spacing:.12em;font-weight:500;color:#111}

/* Overview */
.playz-company .co-overview{background:#f7f7f7;border-top:1px solid #e5e5e5}
.playz-company .co-overview-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:2px solid #222;
  background:#fff;
}
.playz-company .co-overview-row{
  min-height:88px;
  display:grid;
  grid-template-columns:140px 1fr;
  align-items:center;
  border-bottom:1px solid #e5e5e5;
}
.playz-company .co-overview-row:nth-child(odd){border-right:1px solid #e5e5e5}
.playz-company .co-overview-row b{font-size:12px;padding-left:24px;font-weight:700;color:#222}
.playz-company .co-overview-row span{
  font-size:13px;
  color:#666;
  padding:20px 24px;
  border-left:1px solid #e5e5e5;
  height:100%;
  display:flex;
  align-items:center;
  font-weight:400;
}
.playz-company .co-overview-row.full{grid-column:1/-1;border-right:0}

/* Vision */
.playz-company .co-vision-card{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  min-height:420px;
  border:1px solid #e5e5e5;
}
.playz-company .co-vision-art{
  position:relative;
  background:#f4f4f4;
  overflow:hidden;
  min-height:420px;
}
.playz-company .co-vision-art img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
}
.playz-company .co-vision-copy{
  padding:56px 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#fff;
}
.playz-company .co-vision-copy h3{
  font-size:26px;
  line-height:1.5;
  margin:0 0 22px;
  font-weight:500;
  color:#111;
}
.playz-company .co-vision-copy p{
  font-size:14px;
  line-height:2;
  color:#666;
  margin:0;
  font-weight:300;
}

/* Values */
.playz-company .co-values{padding-top:0}
.playz-company .co-value-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.playz-company .co-value{
  padding:32px 26px 36px;
  border-right:1px solid #e5e5e5;
  min-height:230px;
  transition:.25s;
  background:#fff;
}
.playz-company .co-value:last-child{border-right:0}
.playz-company .co-value:hover{background:#fafafa}
.playz-company .co-value b{
  font:600 11px "DM Sans",sans-serif;
  letter-spacing:.14em;
  color:#888;
}
.playz-company .co-value h3{
  font-size:19px;
  margin:24px 0 10px;
  font-weight:500;
  color:#111;
}
.playz-company .co-value p{
  font-size:12px;
  line-height:1.9;
  color:#777;
  margin:0;
  font-weight:300;
}

/* Business */
.playz-company .co-business{background:#f7f7f7;border-top:1px solid #e5e5e5}
.playz-company .co-business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.playz-company .co-business-card{
  background:#fff;
  border:1px solid #e5e5e5;
  padding:32px 28px;
  min-height:190px;
}
.playz-company .co-business-card span{
  font:600 10px "DM Sans",sans-serif;
  letter-spacing:.14em;
  color:#999;
}
.playz-company .co-business-card h3{
  font-size:17px;
  font-weight:500;
  margin:22px 0 10px;
  color:#111;
}
.playz-company .co-business-card p{
  font-size:12px;
  color:#777;
  line-height:1.9;
  margin:0;
  font-weight:300;
}

/* Location / Map */
.playz-company .co-location{border-top:1px solid #e5e5e5;background:#fff}
.playz-company .co-loc-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:stretch;
}
.playz-company .co-loc-info h3{
  font-size:22px;
  font-weight:500;
  margin:18px 0 28px;
  color:#111;
}
.playz-company .co-loc-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #e5e5e5}
.playz-company .co-loc-row{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:12px;
  padding:16px 0;
  border-bottom:1px solid #e5e5e5;
  font-size:13px;
}
.playz-company .co-loc-row b{color:#222;font-weight:700}
.playz-company .co-loc-row span,.playz-company .co-loc-row a{color:#666;line-height:1.7}
.playz-company .co-loc-row a:hover{color:#111;text-decoration:underline}
.playz-company .co-map-box{
  border:1px solid #e5e5e5;
  background:#fafafa;
  min-height:420px;
  display:flex;
  flex-direction:column;
}
.playz-company .co-map-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid #e5e5e5;
  background:#fff;
}
.playz-company .co-map-tabs button{
  height:52px;
  border:0;
  background:#fff;
  font-size:13px;
  font-weight:600;
  color:#666;
  cursor:pointer;
  border-right:1px solid #e5e5e5;
}
.playz-company .co-map-tabs button:last-child{border-right:0}
.playz-company .co-map-tabs button.active{
  background:#f5f6f8;
  color:#1a1d20;
  box-shadow:inset 0 -1px 0 #b8c0c7;
}
.playz-company .co-map-frame{
  flex:1;
  min-height:360px;
  position:relative;
  background:#f0f0f0;
}
.playz-company .co-map-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#f0f0f0;
}
.playz-company .co-map-actions{
  display:flex;
  gap:10px;
  padding:14px;
  background:#fff;
  border-top:1px solid #e5e5e5;
}
.playz-company .co-map-actions a{
  flex:1;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #c5ccd3;
  font-size:12px;
  font-weight:600;
  color:#2c3136;
  background:#fff;
  text-decoration:none;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.playz-company .co-map-actions a:hover{
  background:#f7f8fa;
  border-color:#8b969f;
  color:#1a1d20;
}
.playz-company .co-map-actions a.primary{
  background:#fff;
  color:#2c3136;
  border-color:#c5ccd3;
}
.playz-company .co-map-actions a.primary:hover{
  background:#f7f8fa;
  border-color:#8b969f;
  color:#1a1d20;
}

/* CTA */
.playz-company .co-cta{
  background:#222;
  color:#fff;
  padding:64px 0;
}
.playz-company .co-cta-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:36px;
}
.playz-company .co-cta-inner small{
  font:600 10px "DM Sans",sans-serif;
  letter-spacing:.18em;
  color:#aaa;
}
.playz-company .co-cta-inner h2{
  font-size:28px;
  margin:10px 0 0;
  font-weight:500;
  color:#fff;
}
.playz-company .co-cta-btn{
  min-width:190px;
  height:52px;
  border:1px solid var(--point, #C61D34);
  background:var(--point, #C61D34);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  font-size:12px;
  font-weight:600;
  color:#fff;
}
.playz-company .co-cta-btn:hover{background:#a3183b;border-color:#a3183b;color:#fff}

.playz-company .co-reveal{
  opacity:1;
  transform:none;
  transition:opacity .65s ease,transform .65s ease;
}
.playz-company.js-reveal .co-reveal{
  opacity:0;
  transform:translateY(18px);
}
.playz-company .co-reveal.show{opacity:1;transform:none}

@media(max-width:1050px){
  .playz-company .co-hero-grid{grid-template-columns:1fr}
  .playz-company .co-hero-mark{display:none}
  .playz-company .co-section-head{grid-template-columns:1fr;gap:14px}
  .playz-company .co-section-intro{padding-top:0}
  .playz-company .co-greeting-grid,
  .playz-company .co-vision-card,
  .playz-company .co-loc-layout{grid-template-columns:1fr}
  .playz-company .co-greeting-visual{min-height:340px;border-right:0;aspect-ratio:4/5}
  .playz-company .co-overview-grid{grid-template-columns:1fr}
  .playz-company .co-overview-row:nth-child(odd){border-right:0}
  .playz-company .co-value-grid{grid-template-columns:1fr 1fr}
  .playz-company .co-business-grid{grid-template-columns:1fr 1fr}
  .playz-company .co-anchor .shell{grid-template-columns:1fr}
  .playz-company .co-anchor-title{border-right:0;border-bottom:1px solid #e5e5e5}
  .playz-company .co-anchor-nav{grid-template-columns:1fr 1fr; }
  .playz-company .co-anchor-nav a:nth-child(5){grid-column:1/-1}
}
@media(max-width:760px){
  .playz-company .co-hero,.playz-company .co-hero-grid{min-height:auto}
  .playz-company .co-hero-copy{padding:56px 0}
  .playz-company .co-hero h1{font-size:32px}
  .playz-company .co-section{padding:72px 0}
  .playz-company .co-section-title{font-size:28px}
  .playz-company .co-greeting-copy{padding:32px 20px}
  .playz-company .co-greeting-visual{min-height:280px}
  .playz-company .co-overview-row{grid-template-columns:96px 1fr}
  .playz-company .co-overview-row b{padding-left:14px}
  .playz-company .co-vision-art{min-height:320px}
  .playz-company .co-vision-art img{object-position:center}
  .playz-company .co-vision-copy{padding:32px 20px}
  .playz-company .co-value-grid,
  .playz-company .co-business-grid{grid-template-columns:1fr}
  .playz-company .co-value{border-right:0;border-bottom:1px solid #e5e5e5}
  .playz-company .co-cta-inner{display:block}
  .playz-company .co-cta-btn{margin-top:24px;width:100%}
  .playz-company .co-map-box{min-height:360px}
  .playz-company .co-map-frame{min-height:280px}
  .playz-company .co-map-actions{flex-direction:column}
  .playz-company .co-anchor-nav{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){
  .playz-company .co-reveal{opacity:1;transform:none}
}
