:root {
  --paper: #f2eddf;
  --paper-2: #e7dfcd;
  --ink: #1c241e;
  --forest: #253d2b;
  --forest-2: #314b36;
  --rust: #c5522f;
  --mustard: #dbad3f;
  --blue: #587c80;
  --line: rgba(28, 36, 30, .16);
  --white: #fffdf7;
  --shadow: 0 20px 60px rgba(37, 61, 43, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 13% 15%, rgba(219,173,63,.10), transparent 28%),
    radial-gradient(circle at 83% 35%, rgba(88,124,128,.08), transparent 25%),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 999;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.top-strip { background: var(--rust); color: var(--white); overflow: hidden; border-bottom: 1px solid #9d3f26; }
.ticker { white-space: nowrap; font-weight: 900; letter-spacing: .14em; font-size: 11px; padding: 8px 0; animation: ticker 28s linear infinite; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-55%); } }
.site-header {
  width: min(1220px, calc(100% - 32px)); margin: 0 auto;
  min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--forest); color: var(--paper); border-radius: 50% 42% 48% 38%;
  transform: rotate(-4deg); font-family: Georgia, serif; font-weight: 900; font-size: 18px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.1);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 900 24px/1 Georgia, serif; letter-spacing: -.035em; }
.brand-copy small { margin-top: 5px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; color: var(--rust); }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 800; }
.desktop-nav a, .link-button { border: 0; background: none; cursor: pointer; padding: 8px 0; }
.desktop-nav a:hover, .link-button:hover { color: var(--rust); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.language-picker { display: flex; align-items: center; gap: 5px; border: 1px solid var(--line); background: rgba(255,255,255,.34); padding: 7px 9px; border-radius: 999px; }
.language-picker select { border: 0; background: transparent; font-weight: 800; outline: none; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; width: 42px; height: 42px; border-radius: 50%; cursor: pointer; }
.mobile-menu { width: min(1220px, calc(100% - 32px)); margin: 0 auto; padding: 10px 0 20px; border-bottom: 1px solid var(--line); }
.mobile-menu a, .mobile-menu button { display: block; width: 100%; text-align: left; padding: 11px 0; font-weight: 800; }
.section-shell { width: min(1220px, calc(100% - 32px)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 650px; align-items: center; gap: 60px; padding-block: 68px 74px; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: var(--rust); margin-bottom: 14px; }
.hero h1, .section-heading h2, .manifesto h2, .random-banner h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.052em; line-height: .96; }
.hero h1 { font-size: clamp(54px, 7vw, 104px); margin: 0; max-width: 8.7ch; }
.hero-copy > p:not(.tiny-note) { font-size: clamp(18px, 2vw, 22px); max-width: 610px; color: #4b554d; margin: 27px 0; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { border: 1px solid var(--ink); border-radius: 4px; min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; cursor: pointer; transition: .18s ease; }
.button.primary { background: var(--forest); color: var(--white); border-color: var(--forest); }
.button.primary:hover { transform: translateY(-2px) rotate(-.5deg); background: var(--rust); border-color: var(--rust); }
.button.ghost { background: transparent; }
.button.ghost:hover { background: var(--mustard); transform: rotate(1deg); }
.tiny-note { font-size: 11px; color: #72776f; margin-top: 14px; }
.hero-stage { min-height: 520px; display: grid; place-items: center; }
.shed-frame {
  width: min(530px, 100%); aspect-ratio: 1 / .92; position: relative; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0/38px 100%,
    repeating-linear-gradient(90deg, #745436 0 32px, #6a4b31 32px 34px, #7b5b3d 34px 66px);
  border: 13px solid #4c3827; box-shadow: 0 28px 70px rgba(41,31,20,.24), inset 0 0 50px rgba(0,0,0,.18);
  transform: rotate(.7deg);
}
.shed-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,221,149,.15), transparent 35%, rgba(0,0,0,.22)); pointer-events: none; }
.shelf { position: absolute; left: 3%; right: 3%; height: 17px; background: #493422; box-shadow: 0 8px 11px rgba(0,0,0,.3); border-top: 2px solid #8d6b46; }
.shelf-top { top: 46%; }
.shelf-bottom { top: 82%; }
.nail { position:absolute; width:8px; height:8px; border-radius:50%; background:#302820; box-shadow: inset 1px 1px #6f655a; z-index:3; }
.n1 {top:10px;left:12px}.n2{top:10px;right:12px}.n3{bottom:10px;left:12px}.n4{bottom:10px;right:12px}
.hero-object { position: absolute; width: 34%; color: #201d18; }
.hero-object p { margin: 7px 0 0; background: #f5e5b7; padding: 7px 9px; transform: rotate(-2deg); font: 700 12px/1.25 Georgia, serif; box-shadow: 2px 3px 0 rgba(0,0,0,.18); }
.object-1 { left: 8%; top: 11%; transform: rotate(-3deg); }
.object-2 { right: 10%; top: 17%; transform: rotate(2deg); }
.object-3 { left: 34%; bottom: 9%; width: 31%; transform: rotate(-1deg); }
.object-art { height: 125px; display: grid; place-items: center; font-size: 62px; filter: drop-shadow(0 8px 8px rgba(0,0,0,.2)); }
.hand-note { position: absolute; right: 7%; bottom: 5%; background: #f2d891; padding: 10px 12px; transform: rotate(3deg); font: 16px/1.2 "Comic Sans MS", "Bradley Hand", cursive; box-shadow: 3px 4px 0 rgba(0,0,0,.18); }
.quick-categories { display: flex; gap: 8px; flex-wrap: wrap; padding: 18px 0 34px; border-top: 1px solid var(--line); }
.category-pill { border: 1px solid var(--ink); background: transparent; padding: 9px 14px; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 850; }
.category-pill:hover, .category-pill.active { background: var(--ink); color: var(--paper); }
.products { padding: 66px 0 78px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 30px; }
.section-heading h2, .manifesto h2, .random-banner h2 { font-size: clamp(42px, 5vw, 72px); margin: 0; }
.search-wrap { min-width: min(380px, 100%); }
.search-wrap input { width: 100%; border: 0; border-bottom: 2px solid var(--ink); background: transparent; padding: 11px 3px; outline: none; font-size: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; align-items: start; }
.product-card { grid-column: span 4; background: rgba(255,253,247,.6); border: 1px solid var(--line); overflow: hidden; border-radius: 4px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card.wide { grid-column: span 8; }
.product-card.tall .product-visual { min-height: 390px; }
.product-visual { min-height: 285px; position: relative; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.product-badge { position: absolute; left: 14px; top: 14px; background: var(--paper); border: 1px solid var(--ink); padding: 5px 8px; z-index: 2; font-size: 10px; font-weight: 950; letter-spacing: .08em; transform: rotate(-2deg); }
.product-badge.inverse { background: var(--forest); color: var(--white); border-color: var(--forest); }
.visual-ufo { background: radial-gradient(circle at 50% 66%, rgba(255,255,255,.36) 0 14%, transparent 15%), linear-gradient(145deg, #789796, #c8d4c0); }
.visual-mug { background: linear-gradient(135deg, #efbe57, #e4d4a4); }
.visual-duck { background: linear-gradient(135deg, #b84a2e, #e5934d); }
.visual-socks { background: linear-gradient(145deg, #47675b, #8ea58e); }
.visual-shirt { background: repeating-linear-gradient(45deg, #d6cfbb 0 16px, #e4ddca 16px 32px); }
.product-copy { padding: 19px 19px 22px; }
.kicker { margin: 0 0 8px; font-size: 10px; font-weight: 950; letter-spacing: .14em; color: var(--rust); }
.product-copy h3 { margin: 0; font: 800 clamp(25px, 2.1vw, 36px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.reinaldo { color: #58625a; min-height: 2.9em; }
.product-link { display: inline-block; margin-top: 7px; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid currentColor; }
.product-link:hover { color: var(--rust); }
.shirt-mock { width: 190px; height: 210px; background: var(--forest); color: var(--paper); clip-path: polygon(24% 0,39% 8%,61% 8%,76% 0,100% 18%,84% 38%,74% 31%,74% 100%,26% 100%,26% 31%,16% 38%,0 18%); display:flex; flex-direction:column; justify-content:center; align-items:center; transform: rotate(2deg); filter: drop-shadow(0 18px 15px rgba(0,0,0,.2)); }
.shirt-mock span { font: 900 52px/1 Georgia, serif; }.shirt-mock small { font-weight:900; letter-spacing:.16em; font-size:9px; margin-top:5px; }
.odd-card { background: var(--forest); color: var(--paper); min-height: 330px; }
.odd-card:hover { transform: translateY(-5px) rotate(.25deg); }
.odd-inner { min-height: 330px; padding: 34px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; background: radial-gradient(circle at 80% 20%, rgba(219,173,63,.12), transparent 25%); }
.odd-inner h3 { font: 800 clamp(32px, 3.6vw, 52px)/.95 Georgia, serif; margin: 0 0 12px; letter-spacing:-.04em; }.odd-inner p:not(.kicker) { max-width: 500px; color:#d7ddcf; }
.mystery-button { border:1px solid var(--paper); background:transparent; color:var(--paper); padding:11px 15px; font-weight:950; cursor:pointer; margin-top:12px; }.mystery-button:hover { background:var(--rust); border-color:var(--rust); }
.mystery-result { margin-top:14px; font-family:Georgia,serif; font-style:italic; color:#f0cf75; }
.empty-state { text-align: center; padding: 40px; border:1px dashed var(--line); }
.manifesto { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 68px; display:grid; grid-template-columns:100px 1.4fr .8fr; gap:32px; align-items:start; }
.manifesto-number { font: 900 62px/1 Georgia,serif; color:var(--rust); }.manifesto p { font-size:18px; color:#5a635c; margin:34px 0 0; }
.random-banner { margin-block: 82px; background: var(--mustard); border: 2px solid var(--ink); padding: 34px; display:flex; justify-content:space-between; align-items:center; gap:40px; box-shadow: 10px 10px 0 var(--ink); transform: rotate(-.3deg); }
.random-banner .eyebrow { color:var(--ink); }.random-banner h2 { font-size:clamp(44px,6vw,80px); }.random-banner p { margin-bottom:0; font-weight:700; }
.random-big { width:220px; min-height:160px; border:2px solid var(--ink); background:var(--paper); cursor:pointer; display:grid; place-items:center; align-content:center; gap:8px; box-shadow:6px 6px 0 var(--ink); transform:rotate(1.5deg); }.random-big:hover { transform:rotate(-1deg) translateY(-4px); }.random-big span { font-size:48px; }.random-big b { font-size:14px; text-transform:uppercase; letter-spacing:.07em; }
.site-footer { background:var(--ink); color:#ebe6d8; padding:50px max(16px, calc((100vw - 1220px)/2)); display:grid; grid-template-columns:1fr auto; gap:30px; align-items:start; }
.footer-brand { display:flex; gap:14px; align-items:center; }.brand-mark.light { background:var(--paper); color:var(--ink); }.footer-brand strong { font:800 24px/1 Georgia,serif; }.footer-brand p { margin:5px 0 0; color:#aeb7ae; }
.footer-links { display:flex; gap:18px; flex-wrap:wrap; justify-content:flex-end; font-weight:800; font-size:13px; }.footer-links a:hover { color:#f1c35c; }.footer-note { grid-column:1/-1; margin:12px 0 0; color:#818b83; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.toast { position:fixed; left:50%; bottom:24px; transform:translate(-50%, 30px); background:var(--ink); color:var(--paper); padding:12px 16px; border-radius:3px; opacity:0; pointer-events:none; transition:.2s; z-index:1000; box-shadow:var(--shadow); font-weight:800; }.toast.show { opacity:1; transform:translate(-50%,0); }
@media (max-width: 920px) {
  .desktop-nav { display:none; }.menu-button{display:inline-grid;place-items:center}.hero{grid-template-columns:1fr;gap:34px;padding-top:48px}.hero h1{max-width:10ch}.hero-stage{min-height:auto}.shed-frame{max-width:560px}.product-card,.product-card.wide{grid-column:span 6}.manifesto{grid-template-columns:70px 1fr}.manifesto>p{grid-column:2}.random-banner{align-items:flex-start}.random-big{width:190px}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}
}
@media (max-width: 620px) {
  .site-header { min-height:72px; }.brand-copy strong{font-size:20px}.brand-mark{width:41px;height:41px}.language-picker span{display:none}.section-shell,.site-header,.mobile-menu{width:min(100% - 22px,1220px)}.hero{padding-block:38px 48px}.hero h1{font-size:55px}.hero-copy>p:not(.tiny-note){font-size:17px}.hero-stage{margin-inline:-2px}.shed-frame{border-width:8px}.hero-object p{font-size:9px}.object-art{height:90px;font-size:46px}.hand-note{font-size:12px}.quick-categories{overflow-x:auto;flex-wrap:nowrap;padding-bottom:18px;scrollbar-width:none}.category-pill{flex:0 0 auto}.products{padding-top:45px}.section-heading{display:block}.search-wrap{margin-top:20px}.product-grid{display:block}.product-card{margin-bottom:14px}.product-card .product-visual,.product-card.tall .product-visual{min-height:270px}.product-copy h3{font-size:31px}.manifesto{grid-template-columns:1fr;padding-block:50px}.manifesto-number{font-size:42px}.manifesto>p{grid-column:1;margin-top:0}.random-banner{display:block;margin-block:58px;padding:24px;box-shadow:6px 6px 0 var(--ink)}.random-big{width:100%;min-height:110px;margin-top:25px;display:flex}.random-big span{font-size:35px}.site-footer{padding-top:40px}.footer-brand strong{font-size:21px}
}
.product-photo{
  position:absolute; inset:0;
  display:grid; place-items:center;
  padding:34px 28px 26px;
  overflow:hidden;
}
.product-photo img{
  width:100%; height:100%; object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(28,36,30,.15));
  transition:transform .35s ease;
}
.product-card:hover .product-photo img{ transform:scale(1.035) rotate(-.5deg); }
.photo-cover img{ object-fit:cover; border-radius:8px; }
.product-source{
  display:flex; align-items:center; justify-content:space-between; gap:8px;
  margin-top:13px; padding-top:11px; border-top:1px dashed rgba(28,36,30,.17);
  font-size:10px; font-weight:850; letter-spacing:.08em; text-transform:uppercase;
  color:rgba(28,36,30,.58);
}
.preview-note{
  display:flex; gap:10px; align-items:flex-start;
  margin:0 0 22px; padding:12px 14px;
  background:rgba(219,173,63,.16); border:1px dashed rgba(28,36,30,.18);
  border-radius:10px; font-size:12px; font-weight:700;
}
.hero-object img{
  display:block; width:100%; height:105px; object-fit:contain;
  filter:drop-shadow(0 8px 9px rgba(0,0,0,.14));
}
.hero-object .object-art{ font-size:0; }
.hero-object.object-1 img{ height:118px; }
.hero-object.object-3 img{ height:115px; }
@media (max-width: 700px){
  .product-photo{padding:26px 22px 20px;}
  .hero-object img{height:82px;}
}

.product-placeholder{
  width:82%; min-height:190px; padding:24px;
  display:flex; flex-direction:column; justify-content:center; align-items:flex-start;
  border:1px solid rgba(28,36,30,.24);
  background:rgba(255,253,247,.66);
  box-shadow:10px 12px 0 rgba(28,36,30,.12);
  transform:rotate(-1deg);
}
.product-placeholder.horizontal{ width:70%; min-height:180px; }
.product-placeholder.dark{ background:var(--forest); color:var(--paper); border-color:rgba(255,255,255,.25); }
.product-placeholder small{ font-size:10px; font-weight:950; letter-spacing:.15em; opacity:.68; }
.product-placeholder strong{
  margin:9px 0 12px; font:900 clamp(34px,4vw,58px)/.84 Georgia,serif;
  letter-spacing:-.055em;
}
.product-placeholder em{ max-width:32ch; font:700 12px/1.35 Georgia,serif; opacity:.75; }
@media (max-width:620px){
  .product-placeholder,.product-placeholder.horizontal{width:82%; min-height:175px;}
  .product-placeholder strong{font-size:42px;}
}
