:root{
  --bg:#fbf8f3; --surface:#ffffff; --ink:#1c1a17; --muted:#8a8178;
  --line:#ece5da; --accent:#c1622f; --accent-ink:#ffffff; --gold:#c99a3f;
  --hero-bg:#f1ebe1; --chip-bg:#f4efe7;
}

*{box-sizing:border-box}
[hidden]{display:none !important}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Hanken Grotesk',system-ui,sans-serif;
  min-height:100vh;
  overflow-x:hidden;
}
a{color:var(--accent);text-decoration:none}
a:hover{opacity:.75}
input:focus,textarea:focus{outline:none;border-color:var(--accent) !important}
img{max-width:100%;display:block}
button{font-family:inherit}

@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes popIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
.fade-up{animation:fadeUp .5s ease}
.fade-up-slow{animation:fadeUp .6s ease}
.floaty{animation:floaty 6s ease-in-out infinite}

/* ---------- shared ---------- */
.btn{border:none;border-radius:999px;padding:15px 28px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap}
.btn--accent{background:var(--accent);color:var(--accent-ink)}
.btn--outline{background:transparent;color:var(--bg);border:1px solid rgba(255,255,255,.5)}
.btn--ink{background:var(--ink);color:var(--bg);padding:13px 28px;font-size:14.5px}

.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:18px}
.eyebrow--center{display:block;text-align:center;margin-bottom:0}
.eyebrow__dot{width:7px;height:7px;border-radius:999px;background:var(--accent);display:inline-block}

.section-title{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(28px,3.4vw,40px);letter-spacing:-.015em;margin:12px 0 8px;line-height:1.12}
.section-title--center{text-align:center;margin:12px auto 8px;max-width:760px}
.section-sub{margin:0 0 26px;font-size:15px;line-height:1.6;color:var(--muted)}
.section-sub--center{text-align:center;margin:0 auto 46px;max-width:620px;font-size:16px}

/* ---------- announcement ---------- */
.announcement{
  background:var(--ink);color:var(--bg);text-align:center;
  font-size:12px;padding:9px 12px;letter-spacing:.03em;
}

/* ---------- header ---------- */
.header{
  position:sticky;top:0;z-index:40;
  display:flex;align-items:center;gap:26px;
  padding:16px 40px;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.header__brand{display:flex;align-items:center;gap:11px;flex:none}
.header__emblem{height:34px;width:auto}
.header__word{height:18px;width:auto}
.header__nav{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:18px;flex-wrap:wrap}
.header__link{font-size:14px;font-weight:500;color:var(--ink)}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--hero-bg);overflow:hidden}
.hero__pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:repeating-linear-gradient(135deg,rgba(0,0,0,.035) 0 16px,transparent 16px 34px);
}
.hero__wrap{
  position:relative;max-width:1240px;margin:0 auto;
  padding:72px 40px 84px;
  display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center;
}
.hero__title{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(38px,5vw,66px);line-height:1.03;letter-spacing:-.02em;margin:0 0 20px}
.hero__desc{margin:0 0 30px;font-size:17px;line-height:1.6;color:var(--muted);max-width:490px}

.signup-block{max-width:490px}
.signup-block--center{max-width:460px;margin:0 auto}
.signup-confirm{
  display:inline-flex;align-items:center;gap:11px;background:var(--surface);
  border:1px solid var(--line);border-radius:14px;padding:16px 22px;
  max-width:480px;animation:fadeUp .4s ease;
}
.signup-confirm--pill{
  display:inline-flex;align-items:center;gap:10px;background:var(--chip-bg);
  border-radius:999px;padding:14px 24px;font-size:15px;font-weight:600;
  border:none;
}
.signup-confirm__icon{width:34px;height:34px;flex:none;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center}
.signup-confirm__title{font-size:15px;font-weight:700}
.signup-confirm__sub{font-size:13px;color:var(--muted)}

.signup-form{display:flex;gap:10px;flex-wrap:wrap;max-width:490px}
.signup-form--center{max-width:460px;margin:0 auto}
.signup-form__input{
  flex:1;min-width:220px;border:1px solid var(--line);border-radius:999px;
  padding:15px 22px;font-size:15px;background:var(--surface);color:var(--ink);
  transition:border-color .15s ease;
}
.signup-form__submit{padding:15px 28px}

.privacy-note{
  font-size:12.5px;color:var(--muted);margin-top:12px;
  display:flex;align-items:flex-start;gap:7px;max-width:490px;
}
.privacy-note--center{max-width:460px;margin:14px auto 0;line-height:1.5;display:block;text-align:center}

.hero__collage{position:relative;height:520px}
.hero__photo{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 24px 50px rgba(28,26,23,.16)}
.hero__photo img{width:100%;height:100%;object-fit:cover}
.hero__photo--1{top:0;left:6%;width:52%;aspect-ratio:3/4}
.hero__photo--2{bottom:14px;right:4%;width:46%;aspect-ratio:3/4}
.hero__badge{
  position:absolute;top:20px;right:2%;background:var(--surface);border:1px solid var(--line);
  border-radius:12px;padding:12px 15px;box-shadow:0 14px 34px rgba(28,26,23,.14);
  display:flex;align-items:center;gap:10px;
}
.hero__badge-icon{width:30px;height:30px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center;flex:none}
.hero__badge-title{font-size:12.5px;font-weight:700}
.hero__badge-sub{font-size:11px;color:var(--muted)}

/* ---------- promises ---------- */
.promises{border-bottom:1px solid var(--line);background:var(--surface)}
.promises__wrap{max-width:1240px;margin:0 auto;padding:26px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.promise{display:flex;gap:12px;align-items:flex-start}
.promise__title{font-size:14px;font-weight:600}
.promise__desc{font-size:12.5px;color:var(--muted);line-height:1.45}

/* ---------- project ---------- */
.project{max-width:1240px;margin:0 auto;padding:78px 40px 20px;text-align:center}
.project__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;text-align:left;margin-top:46px}
.project-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:30px}
.project-card__icon{width:44px;height:44px;border-radius:12px;background:var(--chip-bg);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.project-card__title{font-family:'Newsreader',serif;font-size:21px;font-weight:600;margin-bottom:8px}
.project-card__desc{font-size:14px;line-height:1.58;color:var(--muted)}

/* ---------- fabrics ---------- */
.fabrics{max-width:1240px;margin:0 auto;padding:66px 40px 20px}
.fabrics__head{text-align:center;margin-bottom:30px}
.fabrics__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.fabric-tile{border-radius:14px;overflow:hidden;min-height:250px;position:relative}
.fabric-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.fabric-tile__scrim{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62) 0%,rgba(0,0,0,.12) 45%,transparent 70%);pointer-events:none}
.fabric-tile__label{position:absolute;left:20px;bottom:18px;right:20px;pointer-events:none}
.fabric-tile__name{font-family:'Newsreader',serif;font-size:27px;font-weight:600;color:#fff}
.fabric-tile__desc{font-size:12.5px;color:rgba(255,255,255,.85);margin-top:3px}
.fabrics__more-wrap{display:flex;justify-content:center;margin-top:22px}
.fabrics__more{display:inline-flex;align-items:center;gap:9px;background:var(--chip-bg);color:var(--accent);border-radius:999px;padding:11px 22px;font-size:15px;font-weight:700;letter-spacing:.01em}
.fabrics__more-text{font-family:'Newsreader',serif;font-style:italic;font-weight:500}

/* ---------- seller CTA ---------- */
.seller{max-width:1240px;margin:0 auto;padding:72px 40px 20px}
.seller__card{position:relative;background:var(--ink);color:var(--bg);border-radius:18px;overflow:hidden;padding:56px 48px}
.seller__pattern{position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0 16px,transparent 16px 34px)}
.seller__inner{position:relative;display:flex;flex-wrap:wrap;gap:26px;align-items:center;justify-content:space-between}
.seller__copy{max-width:580px}
.seller__emblem{height:40px;width:auto;margin-bottom:16px;opacity:.9}
.seller__title{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(28px,3vw,34px);letter-spacing:-.01em;margin:0 0 10px}
.seller__desc{margin:0;font-size:16px;line-height:1.6;opacity:.82}
.seller__actions{display:flex;flex-direction:column;gap:12px}

/* ---------- final CTA ---------- */
.final-cta{max-width:760px;margin:0 auto;padding:78px 40px 84px;text-align:center}

/* ---------- modal ---------- */
.modal-backdrop{
  position:fixed;inset:0;z-index:200;background:rgba(20,16,12,.55);
  display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;
}
.modal-backdrop[hidden]{display:none}
.modal{
  background:var(--surface);border-radius:18px;max-width:520px;width:100%;padding:34px;
  position:relative;box-shadow:0 40px 100px rgba(0,0,0,.4);animation:popIn .25s ease;margin:auto;
}
.modal__close{
  position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;border-radius:999px;
  background:var(--chip-bg);cursor:pointer;font-size:16px;color:var(--ink);
  display:flex;align-items:center;justify-content:center;
}
.modal__brand{display:flex;align-items:center;gap:9px;margin-bottom:14px}
.modal__brand img{height:34px;width:auto}
.modal__title{font-family:'Newsreader',serif;font-size:26px;font-weight:600;color:var(--ink);margin:0 0 8px;letter-spacing:-.015em}
.modal__sub{margin:0 0 22px;font-size:14px;color:var(--muted);line-height:1.6}
.modal__sub--center{text-align:center;max-width:360px;margin:0 auto 24px}

.apply-form{display:flex;flex-direction:column;gap:14px}
.apply-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}
.apply-form__label{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;color:var(--ink)}
.apply-form__input{
  border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14px;font-weight:400;
  background:var(--bg);color:var(--ink);font-family:inherit;transition:border-color .15s ease;
}
.apply-form__input--area{resize:vertical}
.apply-form__submit{padding:14px;margin-top:4px;width:100%}
.apply-form__note{font-size:12px;color:var(--muted);line-height:1.5}

.modal__success{text-align:center;padding:16px 4px 6px}
.modal__success-icon{width:56px;height:56px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}

/* ---------- footer ---------- */
.footer{background:var(--ink);color:var(--bg)}
.footer__top{
  max-width:1240px;margin:0 auto;padding:48px 40px 30px;
  display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;align-items:center;
}
.footer__brand{max-width:320px}
.footer__word{height:22px;width:auto;margin-bottom:14px}
.footer__brand p{margin:0;font-size:13.5px;line-height:1.6;opacity:.7}
.footer__social{display:flex;gap:14px}
.footer__social-link{
  width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.25);
  display:flex;align-items:center;justify-content:center;color:var(--bg);
}
.footer__social-link:hover{opacity:.75}
.footer__bottom{
  max-width:1240px;margin:0 auto;padding:18px 40px;border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:12.5px;opacity:.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width:900px){
  .hero__wrap{grid-template-columns:1fr;gap:40px;padding:48px 24px 56px}
  .hero__collage{height:380px;order:-1}
  .header{padding:14px 20px;gap:16px}
  .project{padding:56px 24px 16px}
  .fabrics{padding:48px 24px 16px}
  .seller{padding:48px 24px 16px}
  .seller__card{padding:40px 28px}
  .final-cta{padding:56px 24px 64px}
}

@media (max-width:760px){
  .promises__wrap{grid-template-columns:repeat(2,1fr);gap:20px 16px;padding:22px 20px}
  .project__grid{grid-template-columns:1fr;gap:16px}
  .fabrics__grid{grid-template-columns:repeat(2,1fr)}
  .seller__inner{justify-content:center;text-align:center}
  .seller__copy{max-width:100%}
  .seller__actions{width:100%}
  .seller__actions .btn{width:100%}
}

@media (max-width:600px){
  .header{padding:12px 16px;gap:10px}
  .header__word{height:15px}
  .header__emblem{height:28px}
  .header__link{display:none}
  .btn{padding:12px 18px;font-size:13.5px}
  .hero__wrap{padding:36px 18px 44px}
  .hero__desc{font-size:15.5px}
  .signup-form__input{min-width:0;flex-basis:100%}
  .signup-form__submit{flex:1}
  .hero__collage{height:300px}
  .hero__badge{padding:9px 12px;gap:8px;right:0}
  .hero__badge-sub{display:none}
  .project,.fabrics,.seller,.final-cta{padding-left:18px;padding-right:18px}
  .fabrics__grid{grid-template-columns:1fr 1fr;gap:12px}
  .fabric-tile{min-height:180px}
  .fabric-tile__name{font-size:22px}
  .modal{padding:24px 20px}
  .apply-form__row{grid-template-columns:1fr}
  .footer__top{padding:36px 18px 24px;justify-content:center;text-align:center}
  .footer__brand{max-width:100%}
  .footer__bottom{padding:16px 18px;justify-content:center;text-align:center}
}
