@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",Arial,sans-serif;color:#171717;background:#f5f2ed;line-height:1.5}
a{text-decoration:none;color:inherit}
.header{height:78px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#f5f2ed;position:sticky;top:0;z-index:10;border-bottom:1px solid #ddd7cf}
.logo{font-weight:700;letter-spacing:.14em;font-size:15px}
.logo span{font-weight:400;margin-left:5px}
nav{display:flex;gap:34px;font-size:14px}
nav a:hover,.text-link:hover,.order:hover{opacity:.6}
.nav-btn{border:1px solid #171717;border-radius:100px;padding:10px 19px;font-size:13px}
.hero{min-height:calc(100vh - 78px);padding:8vh 6vw;display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;margin-bottom:18px}
h1{font-size:clamp(58px,8vw,112px);line-height:.93;letter-spacing:-.055em;font-weight:600}
h1 em{font-family:"Playfair Display",serif;font-weight:600}
.hero-text{max-width:440px;margin:28px 0;font-size:17px;color:#555}
.hero-actions{display:flex;align-items:center;gap:25px}
.btn{display:inline-block;border-radius:100px;padding:15px 25px;font-size:14px;font-weight:600}
.dark{background:#171717;color:white}
.hero-card{height:560px;max-height:68vh;background:#d8d1c5;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:28px}
.hero-label{position:absolute;top:24px;left:25px;font-size:10px;letter-spacing:.2em;font-weight:700}
.hero-card p{position:relative;z-index:2;font-size:14px;font-weight:600}
.hero-shape{position:absolute;width:70%;height:90%;background:#242321;left:15%;top:13%;border-radius:48% 48% 12% 12%/25% 25% 7% 7%;transform:rotate(7deg)}
.hero-shape:after{content:"";position:absolute;width:42%;height:45%;left:29%;top:25%;background:#c2b8aa;border-radius:50% 50% 20% 20%}
.shop{padding:110px 6vw}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}
h2{font-size:clamp(42px,5vw,70px);letter-spacing:-.05em;line-height:1}
.section-head>p{max-width:280px;color:#666;font-size:14px}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product{background:#e9e4dc}
.product-image{height:440px;display:flex;align-items:flex-end;padding:25px;position:relative;overflow:hidden}
.product-image span{position:relative;z-index:2;color:#fff;font-weight:700;letter-spacing:.1em;font-size:20px;line-height:1.05}
.product-image:before{content:"";position:absolute;width:58%;height:85%;left:21%;top:8%;background:#242321;border-radius:44% 44% 10% 10%}
.jeans{background:#8e9ba1}.jeans:before{background:#273239}
.longshirt{background:#b8aa96}.longshirt:before{background:#ece9e1}
.longshirt span{color:#171717}
.shortshirt{background:#9c8e86}.shortshirt:before{background:#4b3730}
.product-info{padding:23px 24px 27px}
.product-info h3{font-size:19px;margin-bottom:4px}
.product-info p{font-size:12px;color:#777;margin-bottom:12px}
.product-info strong{display:block;font-size:17px;margin-bottom:19px}
.order{font-size:12px;font-weight:700;letter-spacing:.03em}
.about{padding:115px 12vw;display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:#ded7cd}
.about-copy{font-size:20px;max-width:500px}
.about-copy p+p{margin-top:25px}
.contact{margin:110px 6vw;padding:85px 8vw;background:#171717;color:white}
.contact h2{margin-bottom:25px}
.contact>p:not(.eyebrow){color:#bbb;max-width:470px;margin-bottom:30px}
.light{background:#f5f2ed;color:#171717}
footer{padding:50px 6vw 28px;border-top:1px solid #d3ccc3}
.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center}
.footer-top{padding-bottom:45px}
.footer-top p{font-size:13px;color:#777}
.footer-bottom{border-top:1px solid #d3ccc3;padding-top:20px;font-size:11px;color:#777}
.footer-bottom div{display:flex;gap:22px}
@media(max-width:800px){
  nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}
  .hero-card{height:430px;max-height:none}.products{grid-template-columns:1fr}
  .product-image{height:390px}.section-head,.about,.footer-top,.footer-bottom{display:block}
  .section-head>p{margin-top:18px}.about{padding:80px 8vw}
  .about-copy{margin-top:35px;font-size:17px}.footer-top p{margin-top:15px}
  .footer-bottom div{margin-top:14px}
}
.tiktok-studio{padding:110px 6vw;background:#ebe6df}.tiktok-panel{max-width:760px;background:#f5f2ed;border:1px solid #d5cec5;padding:30px}.tiktok-status{font-weight:600;margin-bottom:18px}.tiktok-form{margin-top:25px;display:grid;gap:18px}.tiktok-form label{display:grid;gap:8px;font-size:13px;font-weight:600}.tiktok-form input[type=file],.tiktok-form textarea,.tiktok-form select{font:inherit;border:1px solid #cfc7bd;background:white;padding:13px;border-radius:8px}.tiktok-form textarea{min-height:110px;resize:vertical}.tiktok-form .check{display:flex;grid-template-columns:auto 1fr;display:flex;align-items:center;gap:9px;font-weight:500}.tiktok-form .check input{width:auto}.text-button{border:0;background:none;text-align:left;padding:0;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.tiktok-account{font-size:14px;color:#555}.tiktok-result{font-size:13px;padding:12px;background:#e7eee5}.tiktok-result.error{background:#f2dfdf;color:#8b2222}

.order-section{padding:110px 6vw;background:#f5f2ed}.order-form{max-width:760px;display:grid;gap:16px}.order-form label{display:grid;gap:8px;font-size:13px;font-weight:600}.order-form input,.order-form select{font:inherit;border:1px solid #cfc7bd;background:white;padding:13px;border-radius:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-message{font-size:13px;color:#555}@media(max-width:650px){.form-row{grid-template-columns:1fr}}


/* AI shopping assistant */
.ai-section{padding:90px 6vw;background:#f3f3f0}.ai-panel{max-width:900px;margin:0 auto;background:#111;color:#fff;border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(0,0,0,.12)}.ai-messages{min-height:260px;max-height:420px;overflow:auto;display:flex;flex-direction:column;gap:12px;padding:8px}.ai-bubble{max-width:82%;padding:13px 16px;border-radius:18px;line-height:1.45;white-space:pre-wrap}.ai-bubble.ai{align-self:flex-start;background:#262626}.ai-bubble.user{align-self:flex-end;background:#fff;color:#111}.ai-form{display:flex;gap:10px;margin-top:18px}.ai-form input{flex:1;border:0;border-radius:14px;padding:15px;font:inherit}.ai-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ai-quick button{border:1px solid #555;background:transparent;color:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}.ai-quick button:hover{background:#222}@media(max-width:600px){.ai-form{flex-direction:column}.ai-form .btn{width:100%}.ai-bubble{max-width:92%}}
