/* Product page content styles. Header and footer are shared with all pages. */
.product-page .product-hero{
  min-height:844px;
  padding-top:127px;
  position:relative;
  overflow:hidden;
  background:#f5f2ec;
  color:var(--ink);
}
.product-page .product-hero:before{
  content:"";
  position:absolute;
  inset:127px 0 0;
  background:linear-gradient(105deg,#fff 0 48%,#f3eee6 48% 100%);
}
.product-page .product-hero:after{
  content:"CATALOG / 2026";
  position:absolute;
  left:64px;
  bottom:28px;
  font:600 10px Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:.22em;
  color:rgba(23,23,23,.38);
}
.product-page .product-hero .hero-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  min-height:720px;
  position:relative;
  z-index:2;
  padding-top:0;
}
.hero-copy{
  padding:112px 72px 80px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
}
.hero-copy:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border:92px solid rgba(255,106,0,.065);
  border-radius:50%;
  left:-250px;
  top:130px;
  pointer-events:none;
}
.hero-copy:after{
  content:"01 — PRODUCT";
  position:absolute;
  right:32px;
  top:76px;
  font:700 10px Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:.2em;
  color:rgba(23,23,23,.38);
  writing-mode:vertical-rl;
}
.product-page .kicker{
  font:700 11px Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:.22em;
  color:var(--orange);
  margin-bottom:28px;
}
.product-page .product-hero h1{
  font:800 clamp(62px,6.8vw,112px) Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:-.075em;
  line-height:.84;
  margin:0 0 34px;
  text-transform:uppercase;
  color:var(--ink);
}
.product-page .product-hero h1 span{display:block}
.product-page .product-hero h1 .outline{color:var(--ink)}
.product-page .product-hero h1 .accent{color:var(--orange);margin-left:11%}
.product-page .product-hero p{
  font-size:17px;
  line-height:1.85;
  color:#67635f;
  max-width:560px;
}
.product-page .product-hero .hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:34px;
}
.product-page .product-hero .hero-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 23px;
  border-radius:4px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}
.product-page .product-hero .hero-actions .primary{background:var(--orange);color:#fff}
.product-page .product-hero .hero-actions .secondary{
  border:1px solid #bdb7ae;
  color:var(--ink);
  background:rgba(255,255,255,.72);
}
.product-page .product-hero .hero-actions .secondary:hover{
  background:#fff;
  border-color:var(--ink);
}
.product-page .product-hero .hero-visual{
  position:relative;
  height:auto;
  padding:60px 0 60px 58px;
  color:var(--ink);
  display:grid;
  grid-template-rows:1fr auto;
  gap:18px;
}
.hero-stage{
  position:relative;
  min-height:510px;
  background:#fff;
  border-radius:0 0 0 90px;
  overflow:hidden;
  box-shadow:0 34px 85px rgba(58,48,38,.14);
}
.hero-stage img{height:100%;object-fit:cover}
.hero-stage:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.54));
}
.hero-index{
  position:absolute;
  left:26px;
  top:26px;
  width:68px;
  height:68px;
  background:var(--orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font:800 18px Manrope,'Noto Sans KR',sans-serif;
  z-index:2;
}
.hero-label{
  position:absolute;
  left:32px;
  right:32px;
  bottom:30px;
  color:#fff;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
}
.hero-label strong{font:700 25px Manrope,'Noto Sans KR',sans-serif;letter-spacing:-.03em}
.hero-label span{font-size:12px;color:#ddd;max-width:250px;text-align:right;line-height:1.6}
.hero-mini{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hero-mini div{
  background:#fff;
  padding:19px 22px;
  border-top:3px solid var(--orange);
  box-shadow:0 13px 34px rgba(58,48,38,.07);
}
.hero-mini b{display:block;font:800 12px Manrope,'Noto Sans KR',sans-serif;letter-spacing:.1em;margin-bottom:6px}
.hero-mini span{font-size:12px;color:#777}

.product-section{padding:110px 0;scroll-margin-top:219px}
.product-page .section-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:end;
  margin-bottom:48px;
}
.product-page .section-head h2{
  font:800 clamp(42px,5vw,76px) Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:-.055em;
  margin:0;
}
.product-page .section-head p{max-width:520px;line-height:1.8;color:#777}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{
  border:1px solid #e7e7e3;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  transition:.3s;
}
.product-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 60px rgba(0,0,0,.10);
}
.product-card.hidden{display:none}
.product-media{height:340px;position:relative;overflow:hidden;background:#eee}
.product-media img{height:100%;object-fit:cover;transition:.5s}
.product-card:hover .product-media img{transform:scale(1.035)}
.category-pill{
  position:absolute;
  left:18px;
  top:18px;
  padding:9px 13px;
  background:rgba(255,255,255,.92);
  border-radius:999px;
  font-size:11px;
  font-weight:700;
}
.product-body{padding:27px}
.product-page .en{
  font:700 10px Manrope,'Noto Sans KR',sans-serif;
  letter-spacing:.16em;
  color:var(--orange);
}
.product-body h3{font-size:25px;margin:9px 0 13px}
.product-body p{font-size:14px;line-height:1.75;color:#707070;min-height:74px}
.product-page .specs{
  display:grid;
  gap:8px;
  margin:22px 0;
  padding-top:18px;
  border-top:1px solid #e7e7e3;
  font-size:12px;
}
.product-page .specs span:before{content:"—";color:var(--orange);margin-right:8px}
.detail-btn{
  width:100%;
  display:flex;
  justify-content:space-between;
  border:0;
  background:#f3f3ef;
  padding:15px 17px;
  border-radius:12px;
  font-weight:700;
  cursor:pointer;
}
.detail-btn:hover{background:var(--ink);color:#fff}

.product-page .solution{background:#171717;color:#fff}
.product-page .solution-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:center;
}
.product-page .solution h2{
  font:800 clamp(48px,6vw,88px) Manrope,'Noto Sans KR',sans-serif;
  line-height:.92;
  letter-spacing:-.06em;
  margin:0 0 24px;
}
.product-page .solution h2 em{font-style:normal;color:var(--orange)}
.product-page .solution p{color:#aaa;line-height:1.9}
.solution-list{border-top:1px solid #393939}
.solution-item{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:20px;
  padding:24px 0;
  border-bottom:1px solid #393939;
}
.solution-item b{color:var(--orange);font:700 12px Manrope,'Noto Sans KR',sans-serif}
.solution-item strong{display:block;margin-bottom:7px}
.solution-item span{font-size:13px;color:#999}

.cta{
  padding:95px 0;
  background:var(--orange);
  color:#fff;
  text-align:center;
}
.cta h2{font-size:clamp(38px,5vw,70px);margin:0 0 16px}
.cta p{opacity:.82}
.cta-link,.modal-inquiry{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:26px;
  border-radius:999px;
  padding:17px 28px;
  background:#171717;
  color:#fff;
  font-weight:700;
}

.modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:1000;
}
.modal.open{display:flex}
.modal-box{
  background:#fff;
  border-radius:26px;
  max-width:720px;
  width:100%;
  padding:36px;
  position:relative;
}
.modal-close{
  position:absolute;
  right:20px;
  top:18px;
  border:0;
  background:#eee;
  width:40px;
  height:40px;
  border-radius:50%;
  font-size:22px;
  cursor:pointer;
}
.modal-box h3{font-size:34px;margin:10px 0}
.modal-box p{line-height:1.8;color:#666}
.modal-box .specs{font-size:14px}
.modal-inquiry{margin-top:15px}

.product-page .mega-link.active,
.product-page .mobile-sub.active{color:var(--orange)}

@media(max-width:1050px){
  .product-page .product-hero{padding-top:91px}
  .product-page .product-hero:before{
    inset:91px 0 0;
    background:linear-gradient(180deg,#fff 0 45%,#f3eee6 45% 100%);
  }
  .product-page .product-hero .hero-grid,
  .product-page .solution-grid{grid-template-columns:1fr}
  .product-page .product-hero .hero-grid{min-height:auto}
  .hero-copy{padding:90px 0 70px}
  .hero-copy:before{width:300px;height:300px;border-width:68px;left:-190px;top:90px}
  .hero-copy:after{display:none}
  .product-page .product-hero .hero-visual{padding:50px 0 60px}
  .hero-stage{min-height:500px;border-radius:0 0 0 70px}
  .product-section{scroll-margin-top:183px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .product-page .product-hero{padding-top:81px}
  .product-page .product-hero:before{inset:81px 0 0}
  .product-page .product-hero h1{font-size:58px}
  .product-page .product-hero h1 .accent{margin-left:4%}
  .product-page .product-hero p{font-size:14px}
  .hero-copy{padding:70px 0 54px}
  .product-page .product-hero .hero-actions a{padding:13px 16px}
  .product-page .product-hero .hero-visual{padding:38px 0 48px}
  .hero-stage{min-height:390px;border-radius:0 0 0 46px}
  .hero-label{left:22px;right:22px;bottom:22px;display:block}
  .hero-label strong{font-size:21px}
  .hero-label span{display:block;text-align:left;margin-top:8px}
  .hero-mini{grid-template-columns:1fr}
  .product-section{padding:76px 0;scroll-margin-top:177px}
  .product-page .section-head{display:block}
  .product-page .section-head p{margin-top:18px}
  .product-grid{grid-template-columns:1fr}
  .product-media{height:300px}
}
