:root { color-scheme: light; --ink: #171815; --cream: #f3efe7; --paper: #fbfaf6; --navy: #202d3d; --line: #d8d3c8; --muted: #716f68; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
button, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.announcement { height: 31px; display: flex; align-items: center; justify-content: center; gap: 10px; background: #20241f; color: #f7f3ea; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.announcement span { color: #898f83; }
.site-header { height: 78px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(251,250,246,.96); border-bottom: 1px solid rgba(23,24,21,.1); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.wordmark { font-family: Georgia, serif; font-size: 23px; letter-spacing: .08em; line-height: .8; }
.wordmark span { display: block; margin-top: 7px; font: 8px Arial, sans-serif; letter-spacing: .32em; }
nav { display: flex; gap: 34px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
nav a { padding: 29px 0 25px; border-bottom: 2px solid transparent; }
nav a:hover { border-bottom-color: var(--ink); }
.header-actions { justify-self: end; display: flex; gap: 22px; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.header-actions b { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; border-radius: 50%; background: var(--ink); color: white; font-size: 9px; }
.hero { position: relative; height: min(76vh, 780px); min-height: 570px; overflow: hidden; background: #3a312a; }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,11,.65) 0%, rgba(10,12,11,.27) 37%, transparent 66%); }
.hero-copy { position: absolute; left: 6vw; top: 50%; transform: translateY(-48%); width: min(500px, 40vw); color: white; }
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.eyebrow.dark { color: #5e6159; }
.hero h1 { margin: 0; font: normal clamp(64px, 7vw, 112px)/.84 Georgia, serif; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 410px; margin: 30px 0; font: 17px/1.55 Georgia, serif; }
.hero-link { display: inline-block; border-bottom: 1px solid white; padding-bottom: 8px; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.stylist { padding: 92px 6vw; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr); gap: 7vw; background: var(--cream); border-bottom: 1px solid var(--line); }
.stylist-intro h2, .result h2, .shop-section h2 { margin: 0; font: normal clamp(42px, 4.5vw, 68px)/.96 Georgia, serif; letter-spacing: -.04em; }
.stylist-intro > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 30px; color: #55564f; font: 16px/1.65 Georgia, serif; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-row span, .result-status { border: 1px solid #aaa69b; border-radius: 30px; padding: 8px 11px; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.prompt-card { align-self: center; padding: 34px; background: var(--paper); box-shadow: 0 18px 50px rgba(43,37,28,.12); border: 1px solid rgba(69,64,54,.12); }
.prompt-card label { display: block; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }
.prompt-card textarea { width: 100%; resize: vertical; min-height: 125px; padding: 20px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); outline: none; background: transparent; color: var(--ink); font: 26px/1.35 Georgia, serif; }
.prompt-card textarea:focus { border-color: var(--ink); }
.prompt-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; }
.prompt-footer > span { color: var(--muted); max-width: 260px; font-size: 10px; line-height: 1.45; }
.prompt-footer button { min-width: 210px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; border: 0; color: white; background: var(--ink); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.prompt-footer button:hover { background: var(--navy); }
.prompt-footer button:disabled { opacity: .65; cursor: wait; }
.prompt-footer button i { font-size: 20px; font-style: normal; }
.result { padding: 85px 6vw 100px; background: #e7e2d7; scroll-margin-top: 75px; }
.result-heading, .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.result-status { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.45); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #3d714d; box-shadow: 0 0 0 4px rgba(61,113,77,.13); }
.outfit-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.outfit-card { min-width: 0; background: var(--paper); border: 1px solid rgba(23,24,21,.1); animation: rise .5s both; animation-delay: var(--delay); }
.product-art { height: 285px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 70%, white), var(--accent)); }
.product-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.11), transparent 34%); pointer-events: none; }
.product-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.product-card:hover .product-art img { transform: scale(1.025); }
.product-art span { display: none; }
.product-art.compact { height: 225px; }
.outfit-copy { padding: 18px; min-height: 185px; }
.outfit-labels { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 8px; letter-spacing: .16em; }
.outfit-copy h3 { margin: 9px 0 5px; font: 18px/1.15 Georgia, serif; }
.outfit-copy p { margin: 0 0 12px; color: var(--muted); font-size: 11px; }
.outfit-copy small { display: block; line-height: 1.4; color: #55564f; }
.outfit-remove { margin-top: 15px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #8b887f; color: #5e5c55; background: transparent; cursor: pointer; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.outfit-remove:hover { color: #722e2e; border-color: #722e2e; }
.empty-outfit { grid-column: 1 / -1; display: grid; gap: 8px; place-items: center; min-height: 220px; border: 1px dashed #aaa69b; color: var(--muted); }
.empty-outfit b { color: var(--ink); font: 22px Georgia, serif; }
.result-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.transaction-card, .activity-card { padding: 30px; background: var(--paper); border: 1px solid rgba(23,24,21,.1); }
.card-kicker { padding-bottom: 17px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.transaction-total { display: flex; justify-content: space-between; align-items: baseline; padding: 25px 0; }
.transaction-total span { font: 18px Georgia, serif; }
.transaction-total strong { font: normal 38px Georgia, serif; }
.transaction-lines > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px dotted var(--line); color: #55564f; font-size: 12px; }
.transaction-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; padding: 17px 0; color: var(--muted); font: 9px monospace; }
.payment-stop { display: grid; gap: 5px; padding: 16px; background: #eee9df; border-left: 3px solid #8c6f45; }
.payment-stop b { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.payment-stop span { color: #68655d; font-size: 11px; line-height: 1.4; }
.activity-header { display: flex; align-items: center; gap: 12px; }
.activity-header > span:nth-child(2) { margin-left: auto; color: var(--muted); font-weight: 500; }
.activity-header button { padding: 6px 8px; border: 1px solid #aaa69b; background: transparent; cursor: pointer; font-size: 8px; letter-spacing: .1em; }
.activity-instruction { margin: 15px 0 0; color: var(--muted); font: 12px/1.5 Georgia, serif; }
.activity-list { list-style: none; margin: 10px 0 0; padding: 0; max-height: 590px; overflow: auto; }
.activity-list li { border-bottom: 1px solid #e7e3da; }
.activity-list details summary { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto 16px; align-items: center; gap: 12px; padding: 12px 3px; cursor: pointer; list-style: none; }
.activity-list details summary::-webkit-details-marker { display: none; }
.activity-check { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #e1ebe2; color: #386347; font-size: 11px; }
.activity-summary { min-width: 0; display: grid; gap: 4px; }
.activity-summary b { overflow: hidden; text-overflow: ellipsis; font: 14px Georgia, serif; white-space: nowrap; }
.activity-summary > span { overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.actor-badge { display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; padding: 5px 7px; font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.actor-badge.agent { color: #263b59; background: #e1e7ee; }
.actor-badge.human { color: #754d18; background: #eee2cc; }
.actor-badge.protocol { color: #386347; background: #e1ebe2; }
.disclosure-arrow { color: var(--muted); font-size: 16px; transition: transform .2s; }
.activity-list details[open] .disclosure-arrow { transform: rotate(180deg); }
.activity-detail { display: grid; gap: 16px; padding: 2px 3px 18px 41px; }
.activity-detail h4 { margin: 0 0 7px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.activity-detail p { margin: 0; color: #55564f; font: 12px/1.55 Georgia, serif; }
.semantic-explanation { padding: 12px 14px; border-left: 2px solid #8496aa; background: #f0f2f2; }
.activity-detail dl { margin: 0; border-top: 1px solid #ded9ce; }
.activity-detail dl > div { display: grid; grid-template-columns: minmax(110px, .75fr) minmax(0, 1.25fr); gap: 12px; padding: 7px 0; border-bottom: 1px solid #ece8df; }
.activity-detail dt { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.activity-detail dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font: 9px/1.4 monospace; }
.actor-human details { border-left: 3px solid #a27438; padding-left: 8px; }
.shop-section { padding: 100px 4vw; }
.section-heading { padding: 0 2vw; }
.section-heading > p { color: var(--muted); font: 15px Georgia, serif; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 13px; }
.product-card { position: relative; min-width: 0; }
.product-card.selected .product-art { box-shadow: inset 0 0 0 3px #263b59; }
.product-card .product-art { height: min(34vw, 430px); }
.product-info { display: flex; justify-content: space-between; gap: 18px; padding-top: 15px; }
.product-info h3 { margin: 0 0 6px; font: 17px Georgia, serif; }
.product-info p { margin: 0; color: var(--muted); font-size: 11px; }
.product-info strong { font-size: 11px; font-weight: 500; }
.product-note { margin-top: 9px; color: #77746d; font-size: 10px; line-height: 1.45; }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 8px; background: rgba(251,250,246,.9); font-size: 8px; letter-spacing: .12em; }
.selection-attribution { position: absolute; top: 12px; right: 12px; z-index: 2; padding: 7px 8px; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.selection-attribution.agent { color: #263b59; background: #e1e7ee; }
.selection-attribution.human { color: #754d18; background: #eee2cc; }
.product-action { width: 100%; margin-top: 13px; padding: 11px; border: 1px solid #aaa69b; background: transparent; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.product-action:hover { color: white; background: var(--ink); border-color: var(--ink); }
.product-card.selected .product-action { color: #6a3d35; border-color: #9b7770; }
.cart-changing [data-item-id], .cart-changing [data-remove-id] { opacity: .5; pointer-events: none; }
footer { padding: 65px 6vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; background: #20241f; color: #f2eee5; }
.footer-brand { font: 32px Georgia, serif; letter-spacing: .08em; }
footer p { margin: 0; color: #b8b9b2; font: 14px/1.5 Georgia, serif; }
footer > div:last-child { justify-self: end; display: flex; gap: 20px; color: #b8b9b2; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 50; max-width: 360px; padding: 16px 18px; color: white; background: #722e2e; box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.toast.positive { background: #315b3e; }
.credits-page main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0; }
.credits-page h1 { margin: 0 0 24px; font: normal clamp(54px, 7vw, 94px)/.9 Georgia, serif; letter-spacing: -.05em; }
.credits-page main > p { max-width: 700px; color: #55564f; font: 16px/1.65 Georgia, serif; }
.credits-page a { text-decoration: underline; text-underline-offset: 3px; }
.credits-back { justify-self: end; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.credit-list { display: grid; gap: 12px; margin: 45px 0; }
.credit-list article { padding: 22px; border: 1px solid var(--line); background: white; }
.credit-list h2 { margin: 0 0 8px; font: 20px Georgia, serif; }
.credit-list p, .credit-list article > a { color: var(--muted); font-size: 11px; }
.credits-note { padding-top: 30px; border-top: 1px solid var(--line); }
[hidden] { display: none !important; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1050px) { nav { display: none; } .site-header { grid-template-columns: 1fr 1fr; } .stylist { grid-template-columns: 1fr; } .outfit-grid { grid-template-columns: repeat(3, 1fr); } .catalog-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .site-header { height: 65px; padding: 0 20px; } .header-actions span:first-child { display: none; } .hero { min-height: 560px; } .hero-copy { left: 25px; width: calc(100% - 50px); } .hero-shade { background: linear-gradient(90deg, rgba(10,12,11,.65), rgba(10,12,11,.12)); } .stylist, .result, .shop-section { padding: 65px 20px; } .prompt-card { padding: 22px; } .prompt-card textarea { font-size: 21px; } .prompt-footer { align-items: stretch; flex-direction: column; } .outfit-grid { grid-template-columns: repeat(2, 1fr); } .result-lower { grid-template-columns: 1fr; } .catalog-grid { grid-template-columns: repeat(2, 1fr); } .product-card .product-art { height: 56vw; } .result-heading, .section-heading { align-items: flex-start; flex-direction: column; } .activity-list details summary { grid-template-columns: 26px minmax(0, 1fr) auto; } .disclosure-arrow { display: none; } .activity-detail { padding-left: 3px; } .activity-header { flex-wrap: wrap; } .activity-header > span:nth-child(2) { margin-left: 0; } .activity-header button { margin-left: auto; } footer { grid-template-columns: 1fr; } footer > div:last-child { justify-self: start; flex-wrap: wrap; } }
