.profile-card{background:white;border:1px solid var(--line);border-radius:24px;padding:34px;display:grid;grid-template-columns:180px 1fr;gap:35px;max-width:780px}.profile-photo{width:180px;height:180px;border-radius:50%;overflow:hidden;background:#e4ebe6;display:grid;place-items:center;color:var(--green);font:800 54px Manrope}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-card h2{font:800 30px Manrope;margin:8px 0 0}.profile-card>div>p{color:var(--muted);margin-top:2px}.profile-card dl{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:28px 0}.profile-card dt{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.profile-card dd{margin:4px 0}.order-card{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:20px}.order-product{display:flex;gap:18px;align-items:center}.order-product img{width:95px;height:95px;border-radius:13px;object-fit:cover}.order-product small{color:var(--muted)}.order-product h2{font:700 21px Manrope;margin:5px 0}.order-product p{color:var(--muted);margin:0}.order-meta{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-top:-35px}.order-meta a{font-size:13px;text-decoration:underline}.order-status{background:#e7f1eb;color:var(--green);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.progress-track{list-style:none;padding:0;margin:35px 0 0;display:grid;grid-template-columns:repeat(4,1fr);counter-reset:step}.progress-track li{position:relative;padding-top:22px;text-align:center;color:var(--muted);font-size:12px}.progress-track li:before{content:"";position:absolute;top:5px;left:0;width:100%;height:4px;background:#dfe4df}.progress-track li:first-child:before{left:50%;width:50%}.progress-track li:last-child:before{width:50%}.progress-track li:after{content:"";position:absolute;z-index:2;top:0;left:calc(50% - 7px);width:14px;height:14px;border-radius:50%;background:#dfe4df}.progress-track li.active:before,.progress-track li.active:after{background:var(--green)}.story-hero{max-width:1240px;margin:32px auto 0;display:grid;grid-template-columns:1fr 1fr;min-height:560px;border-radius:26px;overflow:hidden;background:#e9e3d7}.story-hero>div{padding:70px;display:flex;flex-direction:column;justify-content:center}.story-hero h1{font:800 clamp(42px,5vw,68px)/1.05 Manrope;letter-spacing:-.055em;margin:0 0 25px}.story-hero>div>p:last-child{color:var(--muted);font-size:17px}.story-hero img{width:100%;height:100%;object-fit:cover}.story-values{max-width:1180px;margin:70px auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.story-values span{color:var(--gold);font-weight:800}.story-values h2{font:700 22px Manrope}.story-values p{color:var(--muted)}@media(max-width:760px){.profile-card{grid-template-columns:1fr}.profile-photo{width:130px;height:130px}.profile-card dl{grid-template-columns:1fr}.order-meta{margin:20px 0 0;justify-content:flex-start}.progress-track li{font-size:10px}.story-hero{margin:12px;grid-template-columns:1fr}.story-hero>div{padding:45px 24px}.story-hero img{max-height:360px}.story-values{grid-template-columns:1fr}}
