@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');

.pg-warehouse{--c-primary:#40476D;--c-accent:#AD5D4E}
.pg-warehouse .d-hero{position:relative;overflow:hidden;color:#fff;padding:130px 0 60px}
.pg-warehouse .d-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.pg-warehouse .d-hero::after{content:"";position:absolute;inset:0;background:rgba(64,71,109,.55);z-index:-1}
.pg-warehouse .d-hero .d-eyebrow,.pg-warehouse .d-hero h1,.pg-warehouse .d-hero p{text-shadow:0 2px 10px rgba(0,0,0,.6)}
.pg-warehouse .d-hero .wrap{max-width:820px}
.pg-warehouse .d-hero .d-eyebrow{font-family:'Do Hyeon',sans-serif;color:var(--c-accent);font-size:.95rem}
.pg-warehouse .d-hero h1{font-family:'Do Hyeon',sans-serif;font-weight:400;font-size:clamp(1.9rem,4.4vw,2.8rem);margin:14px 0}
.pg-warehouse .d-hero p{color:#d8dae6;max-width:600px}
.pg-warehouse .btn-n{padding:13px 26px;border-radius:4px;font-weight:700;text-decoration:none;display:inline-block}
.pg-warehouse .btn-n.fill{background:var(--c-accent);color:#fff}
.pg-warehouse .btn-n.line{border:2px solid #fff;color:#fff}
.pg-warehouse .d-cta-row{margin-top:24px;display:flex;gap:12px}

.pg-warehouse .d-summary{padding:36px 0;color:#33344a;text-align:center}
.pg-warehouse .d-summary .wrap{max-width:760px;margin:0 auto}

.pg-warehouse .d-index-layout{padding:20px 0 56px}
.pg-warehouse .d-index-layout .wrap{display:grid;grid-template-columns:200px 1fr;gap:40px;align-items:start}
.pg-warehouse .side-index{position:sticky;top:100px;display:flex;flex-direction:column;gap:4px}
.pg-warehouse .side-index a{padding:10px 14px;border-radius:6px;color:#40476D;text-decoration:none;font-size:.9rem;font-weight:700;border-left:3px solid transparent}
.pg-warehouse .side-index a:hover{background:#F2F1F7;border-left-color:var(--c-accent)}
.pg-warehouse .idx-section{padding:26px 0;border-top:1px solid #e6e5ee;scroll-margin-top:100px}
.pg-warehouse .idx-section:first-child{border-top:none}
.pg-warehouse .idx-section h2{margin:0 0 10px;color:var(--c-primary);font-size:1.15rem}
.pg-warehouse .idx-section p{margin:0;color:#454863;line-height:1.85}
@media (max-width:860px){.pg-warehouse .d-index-layout .wrap{grid-template-columns:1fr}.pg-warehouse .side-index{position:static;flex-direction:row;flex-wrap:wrap}}

.pg-warehouse .d-photos{padding:0 0 56px}
.pg-warehouse .d-photos .wrap{max-width:900px}
.pg-warehouse .d-photos h2{font-family:'Do Hyeon',sans-serif;color:var(--c-primary);text-align:center;font-size:1.3rem;margin:0 0 24px}
.pg-warehouse .d-photos .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pg-warehouse .d-photos figure{margin:0;background:#F2F1F7;border-radius:6px;overflow:hidden}
.pg-warehouse .d-photos img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.pg-warehouse .d-photos figcaption{padding:10px 12px;font-size:.86rem;color:#454863;text-align:center}
@media (max-width:700px){.pg-warehouse .d-photos .grid{grid-template-columns:1fr}}

.pg-warehouse .d-note{padding:0 0 44px}
.pg-warehouse .d-note .wrap{max-width:820px;background:#F5EEEC;border-left:4px solid var(--c-accent);padding:16px 20px;font-size:.92rem;color:#4a2c24}

.pg-warehouse .d-faq{padding:56px 0;background:#F2F1F7}
.pg-warehouse .d-faq .wrap{max-width:820px}
.pg-warehouse .d-faq h2{color:var(--c-primary);font-size:1.4rem;text-align:center;margin:0 0 24px}
.pg-warehouse .d-faq-item{background:#fff;border-radius:8px;padding:16px 18px;margin-bottom:12px}
.pg-warehouse .d-faq-item dt{font-weight:700;color:var(--c-primary);margin-bottom:6px}
.pg-warehouse .d-faq-item dd{margin:0;color:#454863;line-height:1.75}

.pg-warehouse .d-cta-band{background:var(--c-accent);padding:50px 0;text-align:center}
.pg-warehouse .d-cta-band h2{color:#fff;font-size:1.4rem;margin:0 0 10px}
.pg-warehouse .d-cta-band p{color:#f7e9e6;margin:0 0 20px}
