:root {
  --ink: #171713;
  --muted: #6f6a62;
  --paper: #e8dcc6;
  --cream: #d8c6a7;
  --white: #f4ead8;
  --rust: #a9662f;
  --rust-dark: #77431f;
  --sage: #68683b;
  --line: #c9b797;
  --shadow: 0 22px 60px rgba(42, 35, 27, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.announcement { padding: 9px 20px; color: #e8d5b4; background: #6d6b38; text-align: center; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; }
.site-header { height: 84px; padding: 0 5vw; display: flex; align-items: center; gap: 34px; color: #ebdcc2; background: rgba(20,20,17,.97); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #4d4a2d; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .08em; line-height: 1.05; }
.brand small { display: block; font-size: 7px; letter-spacing: .19em; margin-top: 3px; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; object-position: center; border-radius: 50%; }
nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
nav a, .text-button { border: 0; padding: 0; background: none; text-decoration: none; color: #c8b99f; font-size: 13px; cursor: pointer; }
nav a:hover, .text-button:hover { color: var(--rust); }
.cart-button { border: 1px solid #777441; background: #272820; color: #ead8b8; padding: 12px 17px; cursor: pointer; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.cart-button span { margin-left: 7px; border-left: 1px solid #625f59; padding-left: 10px; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 24px; }

.hero { min-height: 680px; position: relative; display: flex; align-items: center; overflow: hidden; color: #eadbc0; background: #11120f; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,15,13,.98) 0%, rgba(14,15,13,.9) 37%, rgba(14,15,13,.17) 67%), url("assets/moreno-social-banner.png") center/cover no-repeat; opacity: .9; }
.hero:after { content:""; position:absolute; inset:0; pointer-events:none; background-image: repeating-radial-gradient(circle at 20% 30%, transparent 0, transparent 2px, rgba(224,196,151,.025) 3px, transparent 4px); background-size: 9px 9px; }
.hero-copy { width: min(600px, 46vw); position: relative; z-index: 1; margin-left: 8vw; padding: 80px 0; }
.eyebrow { color: var(--rust); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .21em; }
.hero h1 { margin: 18px 0 23px; font: 700 clamp(48px, 6vw, 82px)/.96 Manrope, sans-serif; letter-spacing: -.06em; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: #c08a4f; }
.hero-copy > p { max-width: 545px; color: #c6bba8; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 40px; }
.button { min-height: 49px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; cursor: pointer; }
.button.primary { background: var(--rust); border-color: var(--rust); color: white; }
.button.primary:hover { background: var(--rust-dark); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: white; }
.button.full { width: 100%; }
.hero-trust { display: flex; gap: 25px; color: #a8a270; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

.path-section, .shop-section, .process-section { padding: 105px 7vw; }
.section-heading { max-width: 650px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin: 0 auto 48px; }
.section-heading h2 { margin: 11px 0 13px; font: 700 clamp(34px, 4vw, 54px)/1.05 Manrope, sans-serif; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.path-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.path-card { min-height: 390px; position: relative; overflow: hidden; display: grid; grid-template-columns: 46% 54%; align-items: end; padding: 38px; }
.path-card.ready { color: #eee0c7; background: #6c6d3c; }
.path-card.custom { color: #eadbc1; background: #292a23; }
.card-number { position: absolute; top: 28px; left: 31px; font: italic 14px Georgia; opacity: .7; }
.path-card > div:last-child { grid-column: 2; position: relative; z-index: 2; }
.path-card .eyebrow { color: inherit; opacity: .72; }
.path-card h3 { margin: 9px 0 12px; font: 700 31px/1.1 Manrope; letter-spacing: -.04em; }
.path-card p { max-width: 300px; min-height: 65px; opacity: .78; font-size: 14px; line-height: 1.55; }
.path-card a { display: inline-block; margin-top: 10px; text-transform: uppercase; text-decoration: none; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.path-art { position: absolute; left: 3%; bottom: -9%; width: 47%; height: 85%; }
.shirt { position: absolute; width: 160px; height: 205px; padding-top: 72px; text-align: center; font: 800 17px/1 Manrope; clip-path: polygon(29% 0,42% 7%,58% 7%,71% 0,100% 19%,88% 42%,77% 35%,77% 100%,23% 100%,23% 35%,12% 42%,0 19%); }
.shirt-one { left: 3px; bottom: 4px; color: #6e3123; background: #efdfc7; transform: rotate(-8deg); }
.shirt-two { left: 85px; bottom: 47px; color: #e8dbc8; background: #3d3e39; transform: rotate(8deg); }
.sketch { width: 42%; height: 70%; bottom: 3%; left: 3%; border: 2px solid rgba(40,38,34,.55); transform: rotate(-4deg); display: grid; place-items: center; }
.sketch:after { content:""; position:absolute; inset: 12px; border: 1px dashed rgba(40,38,34,.35); }
.sketch span { font: 800 30px/.9 Manrope; transform: rotate(-4deg); text-align: center; }
.sketch i { position: absolute; right: 18px; top: 16px; font-size: 24px; }

.shop-section { background: #efe3cd; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.filter.active { color: white; background: var(--ink); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { cursor: pointer; }
.product-image { aspect-ratio: .88; position: relative; display: grid; place-items: center; overflow: hidden; background: #d2c2a5; border: 1px solid #aa9878; }
.product-image:after { content:""; position:absolute; width: 62%; height: 13px; bottom: 12%; border-radius: 50%; background: rgba(55,45,35,.12); filter: blur(8px); }
.product-art { width: 65%; height: 73%; z-index: 1; display: grid; place-items: center; text-align: center; color: var(--art-color); background: var(--garment); font: 800 22px/.9 Manrope; clip-path: polygon(29% 0,42% 7%,58% 7%,71% 0,100% 19%,88% 42%,77% 35%,77% 100%,23% 100%,23% 35%,12% 42%,0 19%); filter: drop-shadow(0 15px 10px rgba(50,40,30,.12)); }
.product-card[data-category="sweatshirts"] .product-art { width: 72%; clip-path: polygon(30% 5%,41% 0,59% 0,70% 5%,100% 23%,91% 47%,78% 40%,78% 100%,22% 100%,22% 40%,9% 47%,0 23%); }
.product-card[data-category="accessories"] .product-art { width: 64%; height: 40%; clip-path: polygon(20% 0,80% 0,100% 28%,94% 78%,70% 100%,15% 84%,0 48%); border-radius: 8px; }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 9px; color: white; background: var(--rust); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-info { padding: 16px 2px; }
.product-info h3 { margin: 0 0 6px; font: 700 17px Manrope; }
.product-info div { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }

.custom-section { padding: 110px 7vw; display: grid; grid-template-columns: minmax(300px, .75fr) minmax(540px, 1.25fr); gap: 8vw; color: #f0dfc3; background: #1d1e19; border-top: 5px solid #6f7040; }
.eyebrow.light { color: #caa18e; }
.custom-intro h2 { margin: 14px 0 22px; font: 700 clamp(44px, 5.3vw, 72px)/.96 Manrope; letter-spacing: -.055em; }
.custom-intro > p { color: #c8c9c4; line-height: 1.7; }
.what-next { margin-top: 55px; padding-top: 25px; border-top: 1px solid #555a54; }
.what-next > strong { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.what-next ol { list-style: none; margin: 20px 0 0; padding: 0; }
.what-next li { display: flex; align-items: center; gap: 15px; margin: 18px 0; }
.what-next li b { width: 32px; height: 32px; border: 1px solid #6c716b; border-radius: 50%; display: grid; place-items: center; color: #caa18e; font: italic 13px Georgia; }
.what-next li span { font-size: 14px; }
.what-next li small { display: block; margin-top: 3px; color: #939791; }
.order-form-card { color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-progress { padding: 26px 35px; border-bottom: 1px solid var(--line); }
.progress-meta { display: flex; justify-content: space-between; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.progress-meta strong { color: var(--ink); }
.progress-track { height: 3px; margin-top: 15px; background: #e4ded3; }
.progress-track i { display: block; width: 25%; height: 100%; background: var(--rust); transition: width .3s; }
#custom-form { padding: 35px; }
.form-step { display: none; min-height: 450px; }
.form-step.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateX(5px); } }
fieldset { margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 4px; font: 700 25px Manrope; letter-spacing: -.03em; }
.field-help { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
label { display: block; font-size: 12px; font-weight: 700; }
input, textarea, select { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--rust); box-shadow: 0 0 0 2px rgba(169,79,54,.1); }
textarea { min-height: 100px; resize: vertical; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 24px; }
.choice-grid label input, .radio-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label span { min-height: 92px; border: 1px solid var(--line); display: grid; place-items: center; align-content: center; gap: 7px; cursor: pointer; color: #777169; font-size: 23px; }
.choice-grid label span b { color: var(--ink); font-size: 11px; }
.choice-grid input:checked + span { border-color: var(--rust); background: #fbf2ee; box-shadow: inset 0 0 0 1px var(--rust); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 17px; }
.nested { margin-top: 24px; }
.nested legend { font: 700 13px DM Sans; }
.radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.radio-grid label span { min-height: 82px; padding: 18px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; cursor: pointer; }
.radio-grid span small { display: block; margin-top: 4px; color: var(--muted); font-weight: 400; }
.radio-grid input:checked + span { border-color: var(--rust); background: #fbf2ee; }
.upload-zone { min-height: 170px; border: 1px dashed #bcb2a4; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #faf7f1; cursor: pointer; text-align: center; }
.upload-zone input { display: none; }
.upload-icon { font-size: 26px; color: var(--rust); }
.upload-zone b { margin: 7px 0; font-size: 12px; }
.upload-zone small { color: var(--muted); font-weight: 400; }
.upload-zone em { max-width: 80%; margin-top: 8px; color: var(--rust); font-style: normal; font-size: 10px; }
.form-step > fieldset > label { margin-top: 17px; }
.agreement { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px !important; font-weight: 400; line-height: 1.5; }
.agreement input { width: auto; margin: 3px 0 0; }
.summary-box { margin-top: 20px; padding: 18px; display: grid; grid-template-columns: 1fr auto; background: #f3ede4; }
.summary-box strong { color: var(--rust); }
.summary-box small { grid-column: 1 / -1; margin-top: 5px; color: var(--muted); }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.hidden { display: none !important; }

.process-section { background: #d8c8ab; }
.about-section { padding: 95px 7vw; display: grid; grid-template-columns: minmax(390px, .9fr) minmax(460px, 1.1fr); gap: 6vw; align-items: start; color: #e9d8b8; background: #11120f; }
.about-image { position: sticky; top: 120px; }
.about-image:before { content:""; position:absolute; inset: -12px 12px 12px -12px; border: 1px solid #76733d; }
.about-image img { position: relative; z-index:1; display:block; width:100%; aspect-ratio: 1.23; object-fit: cover; object-position: center; filter: sepia(.05) contrast(1.04); }
.about-copy h2 { margin: 12px 0 22px; font: 700 clamp(38px,4.5vw,62px)/1 Manrope; letter-spacing:-.05em; }
.about-story { margin-bottom: 30px; }
.about-story p { margin: 0 0 17px; color:#bcb29f; font-size: 14px; line-height:1.75; }
.about-story strong { color: #e4ceaa; }
.about-story .about-signoff { margin: 26px 0 0; padding: 20px 0 0 20px; border-top: 1px solid #4c4c2f; border-left: 3px solid #a9662f; color: #dfc79f; font: italic 18px/1.55 Georgia, serif; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1200px; margin: auto; }
.process-grid article { min-height: 230px; padding: 5px 30px 25px; border-right: 1px solid #cbc2b4; position: relative; text-align: center; }
.process-grid article:last-child { border: 0; }
.process-grid article > b { position: absolute; top: 0; left: 20px; color: var(--rust); font: italic 12px Georgia; }
.process-grid article > span { display: block; margin: 25px 0; color: var(--rust); font-size: 31px; }
.process-grid h3 { font: 700 17px Manrope; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; }
footer { padding: 60px 7vw 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; color: #d7d5d0; background: #0b0c0a; border-top: 1px solid #5e5d34; }
.footer-brand { color: white; }
footer p { max-width: 440px; margin: 0; color: #999d97; line-height: 1.6; }
footer div:nth-of-type(2) { grid-column: 2; grid-row: 1; text-align: right; }
footer div:nth-of-type(2) a { margin-left: 25px; text-decoration: none; font-size: 12px; }
footer > small { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid #3d403b; color: #777b75; }

.overlay { position: fixed; inset: 0; z-index: 40; opacity: 0; visibility: hidden; background: rgba(25,23,20,.58); transition: .25s; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; z-index: 50; width: min(460px,100%); height: 100%; padding: 30px; display: flex; flex-direction: column; background: var(--white); transform: translateX(102%); transition: transform .3s ease; box-shadow: var(--shadow); }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 5px 0 0; font: 700 28px Manrope; }
.drawer-head button { border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; }
.empty { padding: 80px 20px; color: var(--muted); text-align: center; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 72px; height: 82px; display: grid; place-items: center; color: var(--art-color); background: var(--garment); font-size: 8px; font-weight: 800; text-align: center; }
.cart-item h4 { margin: 0 0 4px; font-size: 13px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-item button { border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.drawer-foot { padding-top: 20px; border-top: 1px solid var(--line); }
.drawer-foot > div { display: flex; justify-content: space-between; margin-bottom: 7px; }
.drawer-foot small { display: block; margin-bottom: 16px; color: var(--muted); }
.dashboard { width: min(780px, 100%); }
.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.dash-stats div { padding: 18px; background: #f1ece3; }
.dash-stats span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.dash-stats b { display: block; margin-top: 5px; font: 700 27px Manrope; }
.dash-toolbar { display: grid; grid-template-columns: 1fr 160px; gap: 10px; }
.dash-toolbar input, .dash-toolbar select { margin: 0; }
.order-list { overflow-y: auto; margin-top: 15px; }
.order-row { display: grid; grid-template-columns: 1.4fr .8fr .8fr auto; gap: 15px; align-items: center; padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 12px; }
.order-row h4 { margin: 0 0 3px; }
.order-row small { color: var(--muted); }
.status { width: fit-content; padding: 6px 9px; border-radius: 99px; color: #7d512f; background: #f1dfcc; font-size: 9px; text-transform: uppercase; font-weight: 800; }
.status.design { color: #365d67; background: #dbe9e9; }
.status.approved { color: #3f694b; background: #dce9dd; }
.payment { color: var(--muted); }

.modal { position: fixed; top: 50%; left: 50%; z-index: 60; width: min(730px, calc(100% - 30px)); max-height: 90vh; overflow: auto; opacity: 0; visibility: hidden; transform: translate(-50%,-47%); background: var(--white); box-shadow: var(--shadow); transition: .2s; }
.modal.open { opacity: 1; visibility: visible; transform: translate(-50%,-50%); }
.product-modal-inner { display: grid; grid-template-columns: 1fr 1fr; }
.modal-visual { min-height: 470px; display: grid; place-items: center; background: #eee8dd; }
.modal-visual .product-art { width: 72%; height: 65%; }
.modal-copy { padding: 37px; position: relative; }
.modal-close { position: absolute; right: 18px; top: 15px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.modal-copy h2 { margin: 9px 0; font: 700 30px Manrope; }
.modal-price { color: var(--rust); font-weight: 700; }
.modal-copy label { margin-top: 19px; }
.swatches { display: flex; gap: 9px; margin-top: 8px; }
.swatch { width: 27px; height: 27px; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #bbb; cursor: pointer; }
.swatch.active { box-shadow: 0 0 0 2px var(--rust); }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 80; padding: 14px 20px; opacity: 0; color: white; background: var(--ink); transform: translate(-50%,20px); transition: .25s; font-size: 12px; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1000px) {
  nav { display: none; position: absolute; top: 83px; left: 0; right: 0; margin: 0; padding: 22px 5vw; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-copy { width: 58vw; margin-left: 6vw; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-section { grid-template-columns: 1fr; }
  .custom-intro { max-width: 650px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
}
@media (max-width: 700px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 37px; height: 37px; }
  .cart-button { padding: 10px; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-image { background: linear-gradient(0deg, rgba(14,15,13,1) 0%, rgba(14,15,13,.96) 42%, rgba(14,15,13,.16) 70%), url("assets/moreno-social-banner.png") 52% top/auto 60% no-repeat; }
  .hero-copy { width: auto; margin: 0; padding: 330px 25px 50px; }
  .hero h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { flex-wrap: wrap; gap: 10px 18px; }
  .path-section, .shop-section, .process-section { padding: 75px 20px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 440px; grid-template-columns: 1fr; padding: 30px; align-items: end; }
  .path-card > div:last-child { grid-column: 1; }
  .path-art { width: 65%; height: 55%; bottom: 38%; }
  .sketch { width: 54%; height: 45%; bottom: 48%; }
  .product-grid { gap: 12px; }
  .product-art { font-size: 15px; }
  .custom-section { padding: 75px 20px; }
  .order-form-card { margin: 0 -5px; }
  .form-progress, #custom-form { padding: 24px 20px; }
  .choice-grid { grid-template-columns: repeat(2,1fr); }
  .two-fields, .radio-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; border-bottom: 1px solid #cbc2b4; }
  footer { grid-template-columns: 1fr; }
  footer div:nth-of-type(2) { grid-column: 1; grid-row: auto; text-align: left; }
  footer div:nth-of-type(2) a { margin: 0 20px 0 0; }
  .product-modal-inner { grid-template-columns: 1fr; }
  .modal-visual { min-height: 280px; }
  .modal-copy { padding: 28px; }
  .dash-stats { grid-template-columns: 1fr 1fr 1fr; }
  .order-row { grid-template-columns: 1.2fr 1fr; }
  .order-row > *:nth-child(3), .order-row > *:nth-child(4) { display: none; }
  .about-section { padding: 75px 20px; grid-template-columns: 1fr; }
  .about-image { position: relative; top: auto; margin-bottom: 20px; }
}
