@font-face{font-family:Manrope;src:url('/assets/fonts/Manrope.ttf') format('truetype');font-weight:200 800;font-display:swap}
:root{color-scheme:light;--ink:#18242d;--paper:#f6f5f0;--butter:#f8e69b;--cobalt:#315ee8;--muted:#596870;--line:#cdd3d0}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 Manrope,Arial,sans-serif}
a{color:inherit;text-decoration:none}
a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid var(--cobalt);outline-offset:5px}
img{display:block;max-width:100%;height:auto}
.skip-link{position:absolute;top:12px;left:12px;z-index:10;padding:12px 18px;background:var(--ink);color:white;border-radius:8px;transform:translateY(-170%)}
.skip-link:focus{transform:translateY(0)}
header,footer{max-width:1400px;margin:auto;padding:26px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;flex-shrink:0;min-height:48px}
.brand img{width:140px;height:auto}
header nav{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;font-weight:600}
header nav a{display:inline-flex;align-items:center;min-height:48px}
header nav a:hover,footer a:not(.brand):hover{color:var(--cobalt)}
.header-actions{display:flex;align-items:center;gap:16px}
.language-switch{display:flex;gap:2px;padding:3px;border:1px solid var(--line);border-radius:30px}
.language-switch a{display:inline-flex;min-width:48px;min-height:48px;align-items:center;justify-content:center;border-radius:25px;font-size:14px;font-weight:600}
.language-switch a[aria-current]{background:var(--ink);color:white}
.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:52px;padding:14px 24px;border-radius:30px;background:var(--ink);color:white;font-size:14px;font-weight:700;transition:background .18s ease,transform .18s ease}
.button:hover{background:var(--cobalt);transform:translateY(-2px)}
.button.small{min-height:48px;padding:12px 18px;gap:16px;white-space:nowrap}
.button.yellow{background:var(--butter);color:var(--ink)}
.button.yellow:hover{background:white}
.hero{max-width:1400px;margin:auto;padding:24px 5% 0;display:grid;grid-template-columns:.91fr 1.09fr;align-items:center;gap:40px}
.hero-copy{min-width:0;padding:35px 0}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;line-height:1.8}
.hero h1{font-size:clamp(62px,8.3vw,114px);font-weight:700;letter-spacing:-.075em;line-height:1.04;margin:22px 0 30px}
.hero h1 span{color:var(--cobalt)}
.english .hero h1{font-size:clamp(50px,6.2vw,86px);letter-spacing:-.065em}
.lede{margin:0 0 28px;font-size:16px;line-height:1.9}
.quiet{margin:18px 0 0;color:var(--muted);font-size:14px}
.hero-photo{height:550px;position:relative;border-radius:180px 180px 10px 10px;overflow:hidden;background:#ddd8c7}
.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:51% 50%}
.photo-label{position:absolute;right:22px;bottom:24px;display:flex;align-items:center;gap:13px;padding:18px 20px;border-radius:6px;background:var(--butter);transform:rotate(-5deg);font-size:14px;font-weight:700;line-height:1.45}
.photo-label img{width:37px;height:auto}
.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:24px 0;color:var(--muted);font-size:14px}
.steps{max-width:1400px;margin:90px auto 110px;padding:0 5%}
h2{margin:15px 0 25px;font-size:clamp(34px,4.2vw,56px);font-weight:600;letter-spacing:-.055em;line-height:1.15}
.section-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.section-top h2{width:63%;margin:0}
.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:45px;margin-top:56px}
.step-grid article{border-top:1px solid var(--line);padding-top:24px}
.number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--butter);font-size:12px}
.step-grid h3{margin:25px 0 12px;font-size:18px;font-weight:700;letter-spacing:-.035em;line-height:1.4}
.step-grid p,.wardrobe-copy p,.daily p,.faq p{color:var(--muted);font-size:16px;line-height:1.85}
.wardrobe-section{display:grid;grid-template-columns:1.1fr .9fr;gap:9%;align-items:center;max-width:1400px;margin:0 auto 100px;padding:0 5%}
.wardrobe-photo{position:relative;overflow:hidden;border-radius:8px;background:#efeee6}
.wardrobe-photo img{width:100%;aspect-ratio:1.05;object-fit:cover}
.wardrobe-photo span{position:absolute;bottom:24px;left:24px;padding:4px 8px;background:#f6f5f0ed;border-radius:3px;font-size:12px;font-weight:600;letter-spacing:.1em}
.wardrobe-copy{min-width:0}
.wardrobe-copy p{max-width:380px}
.text-link{display:inline-flex;align-items:center;gap:8px;min-height:48px;margin-top:12px;padding:8px 0;border-bottom:1px solid var(--ink);font-size:14px;font-weight:700}
.daily{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:10%;overflow:hidden;padding:80px max(5%,calc((100vw - 1260px)/2));background:var(--ink);color:white}
.daily h2{font-size:clamp(35px,4.5vw,60px)}
.daily p{color:#c1cacb;margin-bottom:28px}
.daily .eyebrow{color:var(--butter);font-size:12px}
.outfit-paper{width:100%;max-width:410px;padding:21px;border-radius:5px;background:var(--paper);color:var(--ink);transform:rotate(4deg);box-shadow:0 20px 55px #0003}
.paper-label{display:flex;justify-content:space-between;gap:12px;font-size:12px}
.outfit-paper img{width:100%;aspect-ratio:1;object-fit:contain}
.paper-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding-top:15px;border-top:1px solid var(--line)}
.paper-bottom strong{font-size:14px}.paper-bottom span{font-size:12px}
.faq{max-width:1400px;margin:auto;padding:95px 5%;display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}
.faq-list{min-width:0;padding-top:10px}
details{border-bottom:1px solid var(--line);padding:14px 0}
summary{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:20px;font-size:16px;font-weight:600;cursor:pointer;list-style:none;line-height:1.6}
summary::-webkit-details-marker{display:none}
summary::after{content:'+';font-size:24px;font-weight:400;flex-shrink:0}
details[open] summary::after{content:'−'}
details p{max-width:530px;margin-bottom:8px}
.faq p a{text-decoration:underline;text-underline-offset:3px}
.closing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:360px;margin:0 5% 60px;padding:44px 24px;border-radius:8px;text-align:center;background:var(--butter)}
.closing>img{width:47px}.closing h2{margin:13px 0 2px}.closing p{margin-bottom:25px;font-size:16px;line-height:1.8}
footer{padding-bottom:40px;gap:16px 24px;flex-wrap:wrap}
footer .brand img{width:120px}
footer p,footer span{margin:0;color:var(--muted);font-size:14px}
footer>a:not(.brand){display:inline-flex;align-items:center;min-height:48px;color:var(--muted);font-size:14px}
.not-found{max-width:780px;min-height:65vh;margin:auto;padding:60px 6%}
.not-found p{max-width:550px;color:var(--muted)}.not-found .button{margin-top:20px}
@media(max-width:1150px){header{flex-wrap:wrap;gap:12px 24px}header nav{order:3;width:100%;gap:8px 28px}.header-actions{margin-left:auto}}
@media(max-width:850px){.hero{gap:24px}.hero-photo{height:440px}.step-grid{gap:25px}.section-top{display:block}.section-top h2{width:auto;margin-top:20px}.wardrobe-section{gap:6%}.daily{gap:8%}footer p{display:none}}
@media(max-width:650px){.header-actions>.button{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:28px 0 7px}.hero h1{font-size:clamp(66px,17vw,100px)}.english .hero h1{font-size:clamp(44px,11.8vw,74px)}.hero-photo{height:460px;border-radius:170px 170px 8px 8px}.hero-bottom{justify-content:space-between;font-size:14px}.hero-bottom span:last-child{display:none}.hero-bottom span:nth-child(2){padding-left:16px;border-left:1px solid var(--line)}.step-grid{grid-template-columns:1fr;gap:24px;margin-top:36px}.step-grid article{position:relative;padding:22px 0 0 52px}.number{position:absolute;top:22px;left:0}.step-grid h3{margin:0 0 8px}.step-grid p{margin:0}.wardrobe-section{grid-template-columns:1fr;gap:32px}.wardrobe-copy p{max-width:none}.daily{grid-template-columns:1fr;gap:44px}.outfit-paper{width:88%;margin:0 auto}.faq{grid-template-columns:1fr;gap:0}.faq-list{padding:0}}
@media(max-width:560px){header{padding:20px 6% 10px;gap:12px}.brand img{width:132px}.header-actions{gap:0}header nav{gap:2px 18px;font-size:14px}.hero{padding:0 6%;gap:22px}.hero-photo{height:420px;border-radius:145px 145px 8px 8px}.photo-label{right:16px;bottom:20px;padding:15px 17px}.hero-bottom{padding:20px 0}.steps{margin:64px auto;padding:0 6%}h2{font-size:clamp(32px,9vw,43px)}.wardrobe-section{padding:0 6%;margin-bottom:64px}.wardrobe-photo span{left:16px;bottom:18px}.daily{padding:56px 6%}.daily h2{font-size:clamp(34px,9vw,43px)}.faq{padding:64px 6%}.closing{margin:0 6% 30px}.closing h2{font-size:36px}footer{padding:16px 6% 30px;gap:12px 24px}footer span{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
