@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root{--ink:#263128;--muted:#68736a;--cream:#fffaf2;--paper:#fffefb;--green:#4f6f52;--lime:#dce8ad;--peach:#ffd9c6;--lavender:#ded8f5;--line:#dfe3db;--shadow:0 22px 60px rgba(52,67,55,.1);--radius:28px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans KR",system-ui,sans-serif;line-height:1.65}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:100;background:#fff;padding:10px 16px}.skip-link:focus{left:8px}
.site-header{width:min(1200px,calc(100% - 40px));height:86px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:800;line-height:1.15}.brand small{display:block;margin-top:4px;color:var(--muted);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.brand-mark{width:38px;height:38px;border-radius:50% 50% 46% 54%;display:grid;place-items:center;background:var(--lime);color:var(--green);font-size:0}.brand-mark:after{content:"";width:14px;height:18px;border:3px solid currentColor;border-top:0;border-radius:4px 4px 9px 9px;transform:rotate(-8deg)}
.site-nav{display:flex;align-items:center;gap:28px}.site-nav a{text-decoration:none;color:#536057;font-size:14px;font-weight:600;padding:8px 0;border-bottom:2px solid transparent}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--ink);border-color:var(--green)}
.menu-button{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 13px;font-weight:700}
.section-wrap{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.home-hero{min-height:620px;padding:70px 64px;border-radius:38px;background:#f0eada;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;overflow:hidden;position:relative}
.home-hero:before{content:"";position:absolute;inset:auto auto -70px -60px;width:260px;height:220px;border:1px solid rgba(79,111,82,.2);border-radius:50%}
.hero-copy{position:relative;z-index:1}.eyebrow{display:block;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}.hero-copy h1,.sub-hero h1,.article-hero h1{font-family:"Gowun Dodum",sans-serif;font-weight:400;letter-spacing:-.055em;line-height:1.16;margin:0}.hero-copy h1{font-size:clamp(42px,5.3vw,70px)}.hero-copy h1 em{font-style:normal;color:var(--green)}.hero-copy>p{max-width:590px;color:#5d685e;font-size:17px;margin:25px 0 30px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{border:0;border-radius:999px;padding:13px 21px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:750;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--green);color:#fff}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.button.dark{background:#243127;color:#fff}.button.small{padding:10px 15px;font-size:13px}.button.full{width:100%;margin-top:22px;border-radius:15px;padding:16px}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}
.trust-list{display:flex;gap:18px;flex-wrap:wrap;list-style:none;padding:0;margin:28px 0 0;color:#5d685e;font-size:12px}.trust-list li:before{content:"✓";color:var(--green);font-weight:900;margin-right:6px}
.hero-art{height:460px;position:relative}.sun{position:absolute;width:250px;height:250px;border-radius:50%;background:#f7c46d;right:1%;top:4%;box-shadow:0 0 0 30px rgba(255,255,255,.3)}
.photo-stack,.wardrobe-card{position:absolute;background:var(--paper);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.6)}.photo-stack{width:290px;height:340px;left:7%;top:15%;padding:24px;border-radius:8px;transform:rotate(-5deg)}.photo-stack:before{content:"";display:block;height:210px;border-radius:4px;background:linear-gradient(155deg,#b8d0b5 0 48%,#7d9b7a 49% 62%,#f4c9ab 63%);margin-bottom:18px}.photo-stack span,.wardrobe-card span{font-size:11px;color:var(--muted);letter-spacing:.08em}.photo-stack b{display:block;font-family:"Gowun Dodum";font-size:22px;line-height:1.3;margin-top:6px}.wardrobe-card{right:2%;bottom:11%;width:225px;border-radius:22px;padding:21px;transform:rotate(4deg)}.wardrobe-card b{display:block;font-size:14px;margin:4px 0 15px}.wardrobe-card i{display:block;width:65px;height:68px;background:var(--lavender);border-radius:25px 25px 12px 12px;margin:auto;position:relative}.wardrobe-card i:after{content:"";position:absolute;left:21px;top:-13px;width:21px;height:20px;border:4px solid #897fac;border-bottom:0;border-radius:50%}
.tools-section,.values-section{padding-block:105px}.section-heading{text-align:center;max-width:660px;margin:0 auto 42px}.section-heading h2,.guide-banner h2{font-family:"Gowun Dodum";font-size:clamp(34px,4vw,48px);font-weight:400;letter-spacing:-.04em;margin:0}.section-heading p{color:var(--muted)}.section-heading.compact{text-align:left;max-width:none}
.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.tool-card{position:relative;border-radius:32px;padding:42px;min-height:480px;overflow:hidden}.photo-tool{background:#e7e3f5}.styling-tool{background:#f7dfd1}.tool-number{position:absolute;right:30px;top:24px;color:rgba(38,49,40,.35);font-size:12px}.tool-icon{font-size:46px;margin-bottom:22px}.tool-card h3{font-family:"Gowun Dodum";font-size:38px;font-weight:400;margin:0 0 12px}.tool-card p{max-width:480px;color:#5e665f}.tool-card ul{list-style:none;padding:0;margin:28px 0}.tool-card li{margin:9px 0;font-size:14px}.tool-card li:before{content:"—";margin-right:10px}.text-link{position:absolute;left:42px;bottom:38px;text-decoration:none;font-weight:800}.text-link span{display:inline-block;margin-left:8px;transition:.2s}.text-link:hover span{transform:translateX(5px)}
.values-section{border-top:1px solid var(--line)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.value-grid b{color:#9aaa75;font-size:13px}.value-grid h3{font-size:20px;margin:9px 0}.value-grid p{color:var(--muted);font-size:14px}
.guide-banner{background:var(--lime);border-radius:30px;padding:45px 48px;margin-bottom:95px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:32px}.guide-banner p{color:#516049}
.site-footer{width:min(1200px,calc(100% - 40px));margin:auto;border-top:1px solid var(--line);padding:46px 0 30px;display:grid;grid-template-columns:1fr auto;gap:20px;color:var(--muted);font-size:13px}.footer-brand{color:var(--ink)}.site-footer nav{display:flex;gap:20px;flex-wrap:wrap}.site-footer nav a{text-decoration:none}.copyright{grid-column:1/-1;margin-top:25px;border-top:1px solid var(--line);padding-top:20px}
.sub-hero{min-height:390px;border-radius:34px;padding:55px 64px;display:grid;grid-template-columns:1fr .7fr;align-items:center;overflow:hidden}.sub-hero.lavender{background:#e9e5f6}.sub-hero.peach{background:#f7e2d6}.sub-hero h1{font-size:clamp(40px,5vw,62px)}.sub-hero p{color:var(--muted);max-width:610px}.back-link{display:inline-block;font-size:13px;text-decoration:none;margin-bottom:28px}.mini-polaroid{justify-self:center;background:#fff;padding:18px 18px 30px;width:220px;transform:rotate(5deg);box-shadow:var(--shadow)}.mini-polaroid:before{content:"";display:block;height:190px;background:linear-gradient(145deg,#b8cdb4 50%,#e9b89e 51%);margin-bottom:16px}.mini-polaroid span,.weather-bubble span{font-size:11px;color:var(--muted)}.mini-polaroid b{display:block;font-family:"Gowun Dodum";font-size:20px}.weather-bubble{justify-self:center;background:#fff;border-radius:50%;width:270px;height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow)}.weather-bubble b{margin:6px 0}.weather-bubble i{font-style:normal;font-size:60px;color:#f0ae54}
.workspace{display:grid;grid-template-columns:390px 1fr;gap:24px;padding-block:42px 90px}.control-card,.result-panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 12px 35px rgba(52,67,55,.06)}.step-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.step-title>span{background:var(--lime);color:var(--green);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:800}.step-title h2{font-size:18px;margin:0}.step-title p{font-size:11px;color:var(--muted);margin:0}.gap-top{margin-top:30px}
.dropzone{min-height:190px;border:1.5px dashed #aeb7ad;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;cursor:pointer;background:#fbfcf8}.dropzone.drag{background:#f2f6df;border-color:var(--green)}.dropzone input{display:none}.upload-icon{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--lime);font-size:24px;margin-bottom:10px}.dropzone strong{font-size:14px}.dropzone small{color:var(--muted);margin-top:5px}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.thumb button{position:absolute;right:3px;top:3px;border:0;border-radius:50%;width:23px;height:23px;background:#263128;color:#fff;cursor:pointer}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice-grid button,.mood-grid button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px;cursor:pointer;font-weight:650}.choice-grid button.active,.mood-grid button.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(79,111,82,.14)}.swatch{width:13px;height:13px;display:inline-block;border-radius:50%;margin-right:6px;vertical-align:-1px}.swatch.warm{background:#efb36f}.swatch.film{background:#77a5a0}.swatch.vintage{background:#9c805e}.swatch.future{background:#9a89e8}.range-label{display:flex;justify-content:space-between;font-size:13px;margin-top:20px}.range{width:100%;accent-color:var(--green)}.form-status{font-size:12px;color:var(--green);min-height:20px;margin-bottom:0}
.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.timeline-grid button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 4px;font-size:11px;font-weight:700;cursor:pointer}.timeline-grid button.active{background:var(--green);border-color:var(--green);color:#fff}.consent-box{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:14px;background:#f5f7ef;border:1px solid var(--line);border-radius:14px;font-size:12px!important;cursor:pointer}.control-card .consent-box input{width:18px;height:18px;margin:1px 0 0;flex:0 0 auto;accent-color:var(--green)}.api-cost-note{font-size:11px;color:var(--muted);line-height:1.55}.result-card .ai-age-result{display:block;width:100%;height:auto;background:#eee}
.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-heading h2{margin:0;font-family:"Gowun Dodum";font-size:30px;font-weight:400}.empty-state{min-height:560px;border:1px dashed #cbd1c7;border-radius:20px;background:#fafbf8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;color:var(--muted)}.empty-state h3{color:var(--ink);margin:18px 0 5px}.empty-state p{max-width:460px;font-size:13px}.empty-illustration{font-size:60px;color:#8d9b86}.family-results{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.result-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.result-card canvas{display:block;width:100%;height:auto;background:#eee}.result-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px}.result-meta span{font-size:12px;color:var(--muted)}.result-meta button{border:0;background:#eef2e6;border-radius:9px;padding:7px 9px;cursor:pointer}
.control-card>label,.control-card fieldset legend{font-size:13px;font-weight:700}.control-card input,.control-card select{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px;margin-top:7px}.control-card input:focus,.control-card select:focus{outline:3px solid rgba(79,111,82,.14);border-color:var(--green)}.inline-field{display:grid;grid-template-columns:1fr auto;gap:7px;align-items:end}.inline-field .button{margin-bottom:0}.weather-panel{display:flex;gap:12px;align-items:center;background:#f4f7ed;border-radius:14px;padding:14px;margin:13px 0}.weather-panel>span{font-size:28px}.weather-panel strong,.weather-panel small{display:block}.weather-panel small{font-size:11px;color:var(--muted)}.weather-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.weather-inputs label{font-size:11px}.weather-inputs input{padding:9px}.control-card fieldset{border:0;padding:0;margin:18px 0 0}.mood-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:8px}.outfit-list{display:grid;gap:14px}.outfit-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff;position:relative}.outfit-card h3{margin:0 0 12px}.palette{display:flex;gap:5px;position:absolute;right:20px;top:23px}.palette i{width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ddd}.outfit-details{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 20px;margin:0;padding:0;list-style:none;font-size:13px}.outfit-details strong{color:var(--muted);font-weight:500}.outfit-card p{color:var(--muted);font-size:12px;margin:15px 0 0;border-top:1px solid var(--line);padding-top:13px}
.styling-photo-upload{height:245px;border:1.5px dashed #aeb7ad;border-radius:18px;background:#fbfcf8;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;cursor:pointer}.styling-photo-upload input{display:none}.styling-photo-upload img{display:none;width:100%;height:100%;object-fit:contain;transition:transform .2s}.styling-photo-upload>span{text-align:center;display:flex;flex-direction:column;gap:5px}.styling-photo-upload small{color:var(--muted);font-weight:400}.rotate-controls{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.tryon-preview{background:#f5f3ed;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-bottom:16px}.tryon-preview canvas{display:block;width:100%;max-height:680px;object-fit:contain}.tryon-preview p{font-size:11px;color:var(--muted);padding:11px 15px;margin:0;background:#fff}.outfit-card.selectable{cursor:pointer;transition:.18s}.outfit-card.selectable:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(52,67,55,.09)}.outfit-card.selectable.active{border-color:var(--green);box-shadow:0 0 0 3px rgba(79,111,82,.13)}
.content-note{display:grid;grid-template-columns:.55fr 1fr;gap:45px;border-top:1px solid var(--line);padding-block:55px 95px}.content-note h2{font-family:"Gowun Dodum";font-size:34px;font-weight:400;margin:0}.content-note p{margin:0 0 13px;color:var(--muted);font-size:14px}.content-note strong{color:var(--ink)}
.article-hero{background:#eef1e7;border-radius:32px;padding:70px 64px;margin-bottom:42px}.article-hero h1{font-size:clamp(42px,5vw,64px)}.article-hero p{color:var(--muted)}.article-layout{display:grid;grid-template-columns:220px 1fr;gap:55px;padding-bottom:95px}.article-nav{position:sticky;top:20px;align-self:start;display:flex;flex-direction:column;gap:11px;border-left:2px solid var(--line);padding-left:18px}.article-nav a{text-decoration:none;color:var(--muted);font-size:13px}.article-content{max-width:790px}.article-content section{padding-bottom:65px;scroll-margin-top:25px}.section-index{color:#96a16f;font-size:12px;font-weight:800}.article-content h2,.simple-article h2{font-family:"Gowun Dodum";font-size:32px;font-weight:400;margin:8px 0 20px}.check-list{padding:0;list-style:none}.check-list li{padding:11px 0 11px 30px;border-bottom:1px solid var(--line);position:relative}.check-list li:before{content:"✓";position:absolute;left:4px;color:var(--green);font-weight:900}.callout{padding:18px 20px;border-radius:15px;margin-top:22px}.callout p{margin:5px 0 0}.callout.good{background:#edf3df}.callout.warning{background:#fff0e5}.limit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.limit-grid article{border:1px solid var(--line);border-radius:15px;padding:18px}.limit-grid h3{font-size:16px;margin:0 0 8px}.limit-grid p{font-size:13px;color:var(--muted);margin:0}.simple-article{max-width:850px;padding-bottom:100px}.simple-article h2{margin-top:42px}.simple-article p{color:var(--muted)}.not-found{text-align:center;padding:120px 20px}.not-found>span{font-size:13px;color:var(--green)}.not-found h1{font-family:"Gowun Dodum";font-size:48px;font-weight:400;margin:8px}.not-found p{color:var(--muted);margin-bottom:25px}
@media(max-width:900px){.site-header{height:auto;min-height:72px;position:relative}.menu-button{display:block}.site-nav{display:none;position:absolute;z-index:20;right:0;top:64px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:14px;flex-direction:column;align-items:stretch;gap:4px;min-width:210px}.site-nav.open{display:flex}.site-nav a{padding:9px 12px}.home-hero{grid-template-columns:1fr;padding:55px 38px}.hero-art{height:390px}.tool-grid,.workspace{grid-template-columns:1fr}.guide-banner{grid-template-columns:1fr}.guide-banner .button{justify-self:start}.sub-hero{grid-template-columns:1fr;padding:45px}.mini-polaroid,.weather-bubble{display:none}.value-grid{grid-template-columns:1fr;gap:18px}.control-card{max-width:600px;width:100%;margin:auto}.article-layout{grid-template-columns:1fr}.article-nav{position:static;flex-direction:row;flex-wrap:wrap;border-left:0;border-bottom:1px solid var(--line);padding:0 0 15px}.article-nav strong{width:100%}}
@media(max-width:600px){.section-wrap,.site-header,.site-footer{width:min(100% - 22px,1200px)}.site-header{gap:10px}.brand small{display:none}.home-hero{padding:42px 22px;min-height:auto;border-radius:25px}.hero-copy h1{font-size:39px}.hero-copy>p{font-size:14px}.hero-actions{display:grid}.hero-art{height:305px}.sun{width:180px;height:180px}.photo-stack{width:190px;height:245px;padding:12px}.photo-stack:before{height:150px}.photo-stack b{font-size:17px}.wardrobe-card{width:165px;padding:13px}.tools-section,.values-section{padding-block:70px}.tool-grid{grid-template-columns:1fr}.tool-card{padding:28px;min-height:430px}.text-link{left:28px}.guide-banner{padding:30px 24px;margin-bottom:60px}.site-footer{grid-template-columns:1fr}.site-footer nav{flex-direction:column}.sub-hero{padding:37px 24px;min-height:350px;border-radius:24px}.sub-hero h1{font-size:38px}.workspace{padding-top:22px}.control-card,.result-panel{padding:17px;border-radius:20px}.family-results{grid-template-columns:1fr}.empty-state{min-height:390px}.content-note{grid-template-columns:1fr;gap:10px;padding-block:42px 70px}.weather-inputs{grid-template-columns:1fr}.inline-field{grid-template-columns:1fr}.article-hero{padding:45px 24px;border-radius:24px}.article-hero h1{font-size:40px}.limit-grid{grid-template-columns:1fr}.outfit-details{grid-template-columns:1fr}.palette{position:static;margin-bottom:10px}.timeline-grid{grid-template-columns:repeat(3,1fr)}.styling-photo-upload{height:220px}}
