@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{font-family:'Noto Sans KR',sans-serif;color:#202420;background:#fafbf8;font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dedfd9}.logo{font-family:Arial,sans-serif;font-size:27px;letter-spacing:-1.4px;font-weight:900}.logo span{color:#719b14}nav{display:flex;align-items:center;gap:36px;font-size:14px;font-weight:600}.nav-contact{padding:14px 20px;border:1px solid #33392e;border-radius:4px}.nav-contact span{margin-left:22px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:610px}.hero-copy{padding:68px 8% 24px 10%;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-family:Arial,sans-serif;font-weight:700;font-size:13px;letter-spacing:2px;margin:0 0 28px}h1{font-size:clamp(32px,3.55vw,58px);line-height:1.36;letter-spacing:-2.7px;margin:0 0 24px;font-weight:800;word-break:keep-all}.period{color:#80aa23}.intro{font-size:16px;line-height:1.95;color:#656a62;margin:0 0 35px}.button{background:#c9ef58;padding:18px 23px;font-size:14px;font-weight:700;display:inline-flex;gap:32px;border-radius:3px}.button:hover{background:#b8e137}.hero-foot{margin-top:auto;padding-top:50px;width:100%;display:flex;justify-content:space-between;color:#72786c;font-size:12px}.hero-visual{background:#e6e8e1;position:relative;overflow:hidden;display:flex;align-items:center;min-height:480px}.hero-visual img{width:100%;height:100%;object-fit:cover;position:absolute}.visual-label{position:absolute;top:27px;left:28px;right:28px;display:flex;justify-content:space-between;font-size:12px;font-weight:600;letter-spacing:1px;z-index:1}.cross{font-size:32px;font-weight:400}.visual-caption{position:absolute;bottom:25px;left:28px;right:28px;display:flex;justify-content:space-between;gap:20px;font-size:12px;z-index:1}.service-strip{background:#242923;color:#f1f2e9;padding:26px 5%;display:flex;justify-content:space-between;align-items:center;font-family:Arial,sans-serif;letter-spacing:1.5px;font-size:14px}.service-strip span:nth-child(2n){color:#c9ef58}.section{padding:90px 5%;scroll-margin-top:20px}.section-heading{display:grid;grid-template-columns:1fr 2fr 1.6fr;align-items:start;gap:25px;margin-bottom:45px}.section-heading .eyebrow{padding-top:9px}h2{font-size:36px;line-height:1.45;letter-spacing:-1.6px;margin:0;font-weight:700}.section-heading>p:last-child{color:#71766d;font-size:15px;line-height:1.9;margin:8px 0 0}.services{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dce0d5}.services article{padding:30px;display:flex;flex-direction:column}.services article+article{border-left:1px solid #dce0d5}.card-top{display:flex;justify-content:space-between;align-items:center;font:11px Arial,sans-serif;letter-spacing:.6px;color:#777e70}.card-top span:first-child{font-size:24px;color:#7b8770}h3{font-size:23px;letter-spacing:-.9px;margin:36px 0 16px}.services p{color:#70766b;font-size:15px;line-height:1.9;margin:0;word-break:keep-all}.services ul{list-style:none;padding:22px 0;margin:0 0 18px;font-size:14px;line-height:2.1}.services li:before{content:'+';margin-right:12px;color:#7d8d60}.services article>a{margin-top:auto;border-top:1px solid #dce0d5;padding-top:20px;display:flex;justify-content:space-between;font-size:14px;font-weight:600}.services article:hover{background:#f0f3e9}.process{background:#edf0e7}.steps{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0;border-top:1px solid #bfc8b4}.steps li{padding:24px 28px 0 0}.steps li+li{padding-left:25px;border-left:1px solid #cfd6c5}.steps span{font:12px Arial,sans-serif;letter-spacing:1px;color:#6c785e}.steps h3{font-size:20px;margin:28px 0 12px}.steps p{font-size:15px;color:#6a7461;line-height:1.85;margin:0;word-break:keep-all}.contact{background:#242923;color:#f5f7ec;display:grid;grid-template-columns:1.2fr 1fr;gap:70px}.contact .eyebrow{color:#c9ef58}.contact h2{font-size:46px}.contact p{font-size:16px;line-height:1.9;color:#bfc5b7;margin:25px 0 0}.contact-detail h3{margin:0 0 20px;font-size:20px}.contact-detail>div{border-bottom:1px solid #485140;padding:18px 0;font-size:15px}.contact-detail>div span{color:#bddb80;margin-right:18px;font:12px Arial,sans-serif}.contact .pending{font-size:14px;color:#d2eaab}.pending small{font-size:12px;color:#bfc5b7}footer{display:flex;align-items:center;justify-content:space-between;padding:35px 5%;gap:20px}footer p,footer>span{font-size:12px;color:#777e70}a:focus-visible{outline:3px solid #83a922;outline-offset:5px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){.hero-copy{padding:45px 7%}h1{font-size:36px;letter-spacing:-1.8px}.section-heading{grid-template-columns:1fr 2fr}.section-heading>p:last-child{grid-column:2}.services article{padding:22px}.card-top{font-size:10px}.services h3{font-size:20px}.contact{gap:35px}.contact h2{font-size:38px}}@media(max-width:700px){header{height:78px;padding:0 6%}.logo{font-size:23px}nav{gap:12px}nav>a:not(.nav-contact){display:none}.nav-contact{padding:10px 13px;font-size:12px}.nav-contact span{margin-left:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 6% 24px}.eyebrow{font-size:12px;margin-bottom:22px}h1{font-size:38px;letter-spacing:-2px}.intro{font-size:14px}.hero-foot{padding-top:34px}.hero-visual{min-height:360px}.visual-caption{font-size:10px}.visual-caption span:first-child{max-width:210px}.service-strip{padding:20px 6%;font-size:10px;letter-spacing:0;gap:8px}.section{padding:58px 6%}.section-heading{display:block;margin-bottom:30px}h2{font-size:29px}.section-heading>p:last-child{font-size:14px;margin-top:20px}.services{grid-template-columns:1fr}.services article{padding:26px}.services article+article{border-left:0;border-top:1px solid #dce0d5}.services h3{font-size:24px;margin-top:24px}.card-top{font-size:11px}.steps{grid-template-columns:1fr 1fr;gap:28px 0}.steps li,.steps li+li{padding:22px 18px 0 0;border:0}.steps li:nth-child(2n){padding-left:18px;border-left:1px solid #cfd6c5}.steps h3{font-size:18px}.steps p{font-size:14px}.contact{grid-template-columns:1fr;gap:42px}.contact h2{font-size:35px}footer{align-items:flex-start;flex-direction:column;padding:30px 6%;gap:12px}footer p{margin:0}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}}

.difference{background:#f5f7f0}.difference-lead{max-width:820px;border-left:3px solid #86a84a;padding:5px 0 5px 28px;margin:0 0 45px}.difference-lead>span{font:12px Arial,sans-serif;letter-spacing:1px;color:#677951}.difference-lead h3{font-size:27px;margin:16px 0}.difference-lead p,.production-options p{font-size:16px;line-height:1.9;color:#606b57;word-break:keep-all}.production-options{display:grid;grid-template-columns:1fr 1fr;gap:48px;border-top:1px solid #ced7c3;padding-top:35px}.production-options h3{font-size:28px;line-height:1.5;margin:0 0 18px}.production-options .eyebrow{font-size:12px;margin-bottom:18px}.production-options .option-note{font-size:14px;color:#727d69}.hero-foot{gap:12px}.hero-foot span:last-child{white-space:nowrap}.visual-caption{background:#e6e8e1e8;padding:8px}.services h3{font-size:22px}@media(max-width:700px){.production-options{grid-template-columns:1fr;gap:28px}.production-options h3{font-size:25px}.difference-lead{padding-left:20px}.difference-lead h3{font-size:24px}.hero-foot{font-size:11px}.hero-visual{min-height:360px}}

.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .button{gap:16px;padding:15px 18px}.button.secondary{background:transparent;border:1px solid #8b947f}.button.secondary:hover{background:#eaf0de}nav{gap:24px}.small-label{font:12px Arial,sans-serif;letter-spacing:1.3px;color:#6b785d}.portfolio{background:#fff}.portfolio-statement{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:38px 0;border-top:1px solid #ced7c3}.portfolio-statement h3{font-size:34px;line-height:1.55;margin:22px 0 0}.portfolio-statement p{font-size:16px;line-height:1.95;color:#606b57;margin:0 0 20px;word-break:keep-all}.disclosure-types{display:flex;gap:12px;flex-wrap:wrap}.disclosure-types span{background:#edf2e4;padding:10px 14px;font-size:14px}.security-principle{background:#252c22;color:#f3f5ec;padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:48px}.security-principle .eyebrow{color:#c9ef58;margin-bottom:18px}.security-principle h3{font-size:23px;line-height:1.6;margin:0}.security-principle>p{font-size:16px;line-height:1.95;color:#c4cdbb;margin:0;word-break:keep-all}.guide-paths{display:grid;grid-template-columns:1fr 1fr;gap:45px}.guide-paths article{scroll-margin-top:25px;border-top:2px solid #839966;padding:25px 0 0}.guide-paths h3{font-size:28px;margin:20px 0}.guide-paths p{font-size:16px;line-height:1.9;color:#65705b;word-break:keep-all}.guide-paths ul{padding-left:20px;font-size:15px;line-height:2;color:#45523a}.guide-paths a{display:inline-flex;gap:28px;font-size:15px;font-weight:600;border-bottom:1px solid #9ca88e;padding:12px 0}.purpose-guide{margin-top:50px;padding:30px;background:#eef2e7}.purpose-guide h3{font-size:22px;margin:0 0 22px}.purpose-guide dl{margin:0}.purpose-guide dl>div{display:grid;grid-template-columns:210px 1fr;border-top:1px solid #d1dbc5;padding:17px 0;gap:20px;font-size:15px}.purpose-guide dt{font-weight:600}.purpose-guide dd{margin:0;color:#606c55;line-height:1.8}.purpose-guide>p{font-size:14px;color:#6c785f;margin:18px 0 0}.faq{background:#f0f3eb}.faq-list{max-width:960px;margin-left:auto}.faq-list details{border-top:1px solid #cbd4c0}.faq-list details:last-child{border-bottom:1px solid #cbd4c0}.faq-list summary{cursor:pointer;font-size:17px;font-weight:600;padding:23px 5px;line-height:1.6}.faq-list details p{font-size:16px;line-height:1.95;color:#606b55;margin:0 5px 26px;max-width:850px;word-break:keep-all}.faq-list summary:focus-visible{outline:3px solid #83a922;outline-offset:3px}.contact .contact-security{font-size:14px;color:#d2eaab;margin:0 0 25px;line-height:1.8}@media(max-width:1000px){nav{gap:15px}.portfolio-statement{gap:30px}.security-principle{gap:25px;padding:28px}}@media(max-width:700px){.portfolio-statement,.security-principle,.guide-paths{grid-template-columns:1fr;gap:28px}.portfolio-statement h3{font-size:29px}.security-principle{padding:25px}.security-principle h3{font-size:22px}.purpose-guide{padding:24px}.purpose-guide dl>div{grid-template-columns:1fr;gap:6px}.guide-paths h3{font-size:25px}.hero-actions .button{font-size:13px}.faq-list summary{font-size:16px}.portfolio-statement p,.security-principle>p,.guide-paths p{font-size:16px}}

/* Pride Design brand and content */
:root{--brand:#b9192b;background:#fafafa;color:#252121}.brand{display:flex;gap:12px;align-items:center;letter-spacing:-1px}.brand img{width:68px;height:68px;object-fit:contain;background:#fff}.brand-name{color:#292121!important;font-size:24px}.brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:6px;font-weight:600}.period,.logo span,.service-strip span:nth-child(2n){color:#b9192b}.button{background:#b9192b;color:#fff;border:0;cursor:pointer;font:inherit;font-size:14px;font-weight:600}.button:hover{background:#951626}.button.secondary{color:#292121;border-color:#bcb4b4}.button.secondary:hover{background:#f5ecee}.hero-visual{background:#eee}.process,.faq{background:#f3f1f1}.difference,.visual-story{background:#f8f7f7}.contact,.security-principle,.service-strip{background:#272223}.contact .eyebrow,.security-principle .eyebrow,.contact .contact-security{color:#ffbdc5}.guide-paths article,.difference-lead{border-color:#b9192b}.disclosure-types span{background:#f7ecee}.purpose-guide{background:#f5eeee}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #c75c6a;outline-offset:4px}header{padding:0 4%;height:106px}nav{gap:19px}.hero-copy{padding-top:52px}.visual-story{padding-bottom:45px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.story-grid figure{margin:0}.story-grid img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}.story-grid figcaption{display:flex;justify-content:space-between;gap:15px;padding:18px 0}.story-grid strong{font-size:17px}.story-grid figcaption span{font-size:12px;color:#7d7274}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.portfolio-card{border:0;background:transparent;text-align:left;color:inherit;padding:0;cursor:pointer;font:inherit}.portfolio-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;background:#f1eeee}.portfolio-card h3{font-size:21px;margin:17px 0 8px}.portfolio-card p{font-size:14px;line-height:1.7;color:#73686b}.portfolio-card .badge{font-size:12px;color:#a32738}.muted{font-size:15px;color:#766b6e}.portfolio-statement{margin-top:34px}.contact form>label{display:block;margin:18px 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact input:not([type=checkbox]),.contact textarea,.contact select{display:block;width:100%;padding:13px;margin-top:8px;border:1px solid #847677;border-radius:3px;background:#fff;color:#262020;font:inherit;font-size:16px}.contact label{font-size:14px}.contact .consent{display:flex;gap:10px;line-height:1.7;align-items:flex-start}.consent input{margin-top:5px;accent-color:#b9192b}.privacy-details{margin:18px 0;font-size:13px;color:#d2c8ca}.contact .privacy-details p{font-size:13px;margin:12px 0}.contact #inquiry-status{font-size:14px;margin:18px 0}.trap{position:absolute!important;left:-9999px!important}.contact-detail>div.form-row{border:0;padding:0}.button:disabled{opacity:.55;cursor:wait}.admin-link{font-size:12px;color:#706367}dialog{width:min(900px,92vw);max-height:90vh;border:1px solid #d0c8c8;padding:26px;border-radius:6px}dialog::backdrop{background:#1f1616b3}.dialog-close{float:right;border:0;background:#f1e9ea;padding:10px 16px;cursor:pointer;font:inherit}.detail-images{clear:both;padding-top:18px;display:grid;gap:15px}.detail-images img{width:100%;height:auto}.detail-copy{white-space:pre-wrap;line-height:1.9}button[hidden],[hidden]{display:none!important}@media(max-width:1000px){header{padding:0 3%}.brand-name{font-size:20px}.brand img{width:54px;height:54px}nav{gap:12px;font-size:13px}.nav-contact{padding:10px}.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){header{height:82px;padding:0 5%}.brand{gap:7px}.brand img{width:48px;height:48px}.brand-name{font-size:18px}.brand small{font-size:8px;letter-spacing:2px}.story-grid,.portfolio-grid{grid-template-columns:1fr}.story-grid figcaption{flex-direction:column;gap:7px}.form-row{grid-template-columns:1fr;gap:18px}.hero-copy{padding-top:35px}.contact h2{font-size:33px}.hero-actions .button{font-size:13px}}

/* Final visual edit */
.intro,p,li,dd{word-break:keep-all;overflow-wrap:anywhere}.section{padding-top:72px;padding-bottom:72px}.services{border:0;gap:22px}.services article{padding:25px 25px 23px;background:#fff;border:1px solid #e3dfe0;border-radius:6px;overflow:hidden}.services article+article{border:1px solid #e3dfe0}.service-illustration{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;margin:14px 0 10px;background:white}.services h3{margin:8px 0 15px;font-size:22px}.services p{font-size:16px;line-height:1.8}.services ul{padding-top:17px;margin-bottom:10px}.services article:hover{background:white;border-color:#c09299}.production-photo{margin:0 0 27px}.production-photo img{width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;display:block;border-radius:4px}.production-photo figcaption{font-size:12px;color:#83767a;text-align:right;margin-top:8px}.portfolio-policy{margin-top:30px;border-top:1px solid #e3dfe0;background:#f7f3f4;border-radius:4px;padding:32px;display:grid;grid-template-columns:1fr 1.35fr;gap:35px}.portfolio-policy h3{font-size:25px;line-height:1.6;margin:0}.portfolio-policy .eyebrow{color:#ab3043;font-size:12px;margin-bottom:18px}.portfolio-policy p{font-size:15px;line-height:1.9;margin:0 0 15px;color:#66585c}.portfolio-policy strong{font-weight:600;color:#34292c}.difference-lead{margin-bottom:30px}.company-info{font-style:normal;margin-top:38px;border-top:1px solid #5b4c50}.company-info>div{padding:18px 0;border-bottom:1px solid #5b4c50}.company-info span{display:block;font-size:13px;color:#cfbfc3;margin-bottom:7px}.company-info strong{font-size:16px;font-weight:500;line-height:1.8;display:block}.phone-number{font:600 31px Arial,sans-serif;letter-spacing:.3px}.map-link{display:inline-block;margin-top:12px;font-size:14px;color:#ffc3cd;border-bottom:1px solid #8c6b73;padding-bottom:3px}.footer-info p{margin:3px 0;font-size:13px;line-height:1.8;color:#6c5c61}.footer-info small{font-size:12px;color:#7c6c72}.contact .company-info{max-width:480px}.guide{padding-top:60px;padding-bottom:60px}.section-heading{margin-bottom:32px}.guide .section-heading>p:last-child{font-size:14px}.steps h3{margin-top:22px}footer{align-items:center}.admin-link{margin-left:auto}@media(max-width:1000px){.services{gap:14px}.services article{padding:18px}.services h3{font-size:20px}.portfolio-policy{gap:25px;padding:25px}}@media(max-width:700px){.section{padding-top:50px;padding-bottom:50px}.services{gap:20px}.services article{padding:24px}.service-illustration{max-height:215px;margin:12px auto}.services h3{font-size:24px}.portfolio-policy{grid-template-columns:1fr;gap:20px;padding:24px}.portfolio-policy h3{font-size:23px}.production-options{gap:36px}.company-info{margin-top:30px}.phone-number{font-size:28px}footer{align-items:flex-start}.admin-link{margin-left:0}.footer-info p{font-size:13px}.steps p{line-height:1.8}}

/* Illustrated workflow */
.steps{gap:20px;border:0;align-items:stretch}
.steps li,.steps li+li{min-width:0;padding:22px;background:#fff;border:1px solid #e3dfe0;border-radius:6px}
.steps li>span{display:block;color:#96515b;font-size:12px}
.process-illustration{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;margin:18px 0;background:#fff}
.steps h3{font-size:21px;line-height:1.5;margin:14px 0 13px}
.steps p{font-size:16px;line-height:1.9;color:#685e61}
@media(max-width:1050px){.steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.process-illustration{max-height:220px}}
@media(max-width:600px){.steps{grid-template-columns:1fr}.steps li,.steps li+li,.steps li:nth-child(2n){padding:24px;border:1px solid #e3dfe0}.process-illustration{max-height:210px}.steps h3{font-size:23px}}

/* Responsive sizing and image containment, display revision 2 */
html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{width:100%;min-width:0;margin-inline:auto}
img{max-width:100%;height:auto}
.hero,.section-heading,.services,.steps,.story-grid,.portfolio-grid,.production-options,.guide-paths,.portfolio-statement,.security-principle,.contact,.form-row{min-width:0}
.hero>*,.section-heading>*,.services>*,.steps>*,.story-grid>*,.portfolio-grid>*,.production-options>*,.guide-paths>*,.portfolio-statement>*,.security-principle>*,.contact>*,.form-row>*{min-width:0}
.hero{grid-template-columns:repeat(2,minmax(0,1fr))}
.services,.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.steps{grid-template-columns:repeat(4,minmax(0,1fr))}
.service-illustration,.process-illustration{width:100%;max-width:100%;height:auto;max-height:none;aspect-ratio:3/2;object-fit:contain;flex:none;display:block}
.steps li{overflow:hidden}
.intro,.services p,.steps p,.difference-lead p,.production-options p,.portfolio-statement p,.security-principle>p,.guide-paths p,.faq-list details p,.contact p{font-size:1.125rem;line-height:1.85}
.section-heading>p:last-child,.guide .section-heading>p:last-child,.services ul,.purpose-guide dl>div{font-size:1rem}
.button,.hero-actions .button,.services article>a,nav,.contact label{font-size:1rem}
.hero-foot,.small-label,.eyebrow,.card-top,.steps li>span{font-size:.875rem}
.services h3{font-size:1.5rem;line-height:1.5}
.card-top{flex-wrap:wrap;gap:8px}
.hero-foot{flex-wrap:wrap}.brand-name{white-space:nowrap}
@media(max-width:1150px){header{height:auto;min-height:100px;gap:18px;flex-wrap:wrap;padding-block:18px}nav{flex-wrap:wrap;gap:14px}.services{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.hero,.services,.portfolio-grid{grid-template-columns:minmax(0,1fr)}.intro,.services p,.steps p,.difference-lead p,.production-options p,.portfolio-statement p,.security-principle>p,.guide-paths p,.faq-list details p,.contact p{font-size:1.0625rem}.service-illustration,.process-illustration{max-height:260px}.hero-actions{width:100%}.hero-actions .button{font-size:.9375rem;max-width:100%}.section-heading h2{font-size:2rem}.contact .privacy-details p{font-size:.875rem}.brand-name{font-size:20px}header{min-height:82px;padding-block:14px;gap:12px}.nav-contact{font-size:.875rem}.hero-foot{font-size:.875rem}}
@media(max-width:600px){.steps{grid-template-columns:minmax(0,1fr)}}
