/*
Theme Name: He Shoes He Shoe
Theme URI: https://heshoesheshoe.com
Author: He Shoes He Shoe
Description: Storybook Space Salvage storefront for WooCommerce. Design reminder: warm landing-sand surfaces, Rocket Blue anchors, meteor-coral calls to action, signal-lime discovery details, orbit trails, and mission-ticket metadata.
Version: 1.0.2
Text Domain: heshoesheshoe
*/

:root {
  --sand: #fff8e8;
  --sand-deep: #f4e7c9;
  --blue: #173b82;
  --blue-dark: #10285d;
  --coral: #ef6f5f;
  --lime: #b8d95c;
  --ink: #24231f;
  --mist: #f7f0e3;
  --line: rgba(36, 35, 31, .16);
  --mono: "DM Mono", monospace;
  --body: "Manrope", Arial, sans-serif;
  --display: "Coiny", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--sand); font-family: var(--body); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.hs-shell { overflow: hidden; }
.hs-topline { background: var(--blue-dark); color: #fff; font: 700 .72rem/1 var(--mono); letter-spacing: .08em; text-align: center; padding: .8rem 1rem; text-transform: uppercase; }
.hs-topline span { color: var(--lime); }
.hs-nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem clamp(1.1rem, 5vw, 5rem); background: rgba(255,248,232,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.hs-brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--display); color: var(--blue); letter-spacing: -.02em; font-size: 1.35rem; white-space: nowrap; }
.hs-brand img { width: 42px; height: 42px; object-fit: contain; }
.hs-links { display: flex; gap: clamp(.85rem, 2.5vw, 2rem); align-items: center; font-weight: 800; font-size: .9rem; }
.hs-links a { position: relative; }
.hs-links a:not(.hs-nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .18s ease; }
.hs-links a:hover::after { right: 0; }
.hs-nav-cta { padding: .6rem .9rem; background: var(--coral); color: #fff; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }

.hs-hero { min-height: min(780px, calc(100vh - 108px)); position: relative; isolation: isolate; padding: clamp(3.5rem, 8vw, 8rem) clamp(1.1rem, 7vw, 8rem) clamp(3rem, 7vw, 6rem); background: var(--sand); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr); align-items: center; gap: 3rem; }
.hs-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 78% 40%, rgba(184,217,92,.5) 0 8%, transparent 8.4%), radial-gradient(circle at 82% 19%, rgba(239,111,95,.17) 0 18%, transparent 18.5%), linear-gradient(125deg, #fff8e8 0 65%, #e9f0d4 65% 100%); }
.hs-orbit { position: absolute; z-index: -1; border: 2px dashed rgba(23,59,130,.36); border-radius: 50%; transform: rotate(-22deg); }
.hs-orbit.one { width: 680px; height: 310px; right: -180px; top: 70px; }
.hs-orbit.two { width: 420px; height: 190px; left: -190px; bottom: 40px; }
.hs-kicker { font: 700 .76rem var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin: 0 0 1.1rem; }
.hs-hero h1 { font: normal clamp(3.3rem, 8vw, 7.4rem)/.89 var(--display); color: var(--blue); margin: 0; letter-spacing: -.045em; max-width: 760px; }
.hs-hero h1 .coral { color: var(--coral); display: block; }
.hs-hero-copy { font-size: clamp(1rem, 1.5vw, 1.17rem); max-width: 570px; margin: 1.5rem 0 1.75rem; }
.hs-actions { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.hs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.15rem; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); background: var(--coral); color: #fff; font-weight: 900; transition: transform .16s ease, box-shadow .16s ease; }
.hs-button:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.hs-button:active { transform: translate(4px,4px) scale(.97); box-shadow: 0 0 0 var(--ink); }
.hs-button.alt { background: transparent; color: var(--blue); box-shadow: none; border-color: var(--blue); }
.hs-ticket { margin-top: 2.2rem; display: inline-flex; align-items: center; gap: .65rem; border: 1px dashed var(--blue); padding: .65rem .85rem; background: rgba(255,255,255,.55); font: .72rem var(--mono); color: var(--blue); transform: rotate(-1.3deg); }
.hs-ticket b { color: var(--coral); }
.hs-mascot-stage { align-self: stretch; position: relative; min-height: 470px; display: grid; place-items: end center; }
.hs-crater { position: absolute; width: min(100%, 540px); aspect-ratio: 1.24; bottom: 0; border-radius: 50%; background: #d5e49b; border: 3px solid var(--blue); box-shadow: inset -16px -15px 0 rgba(23,59,130,.12); }
.hs-crater::before, .hs-crater::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(23,59,130,.28); }
.hs-crater::before { width: 82px; height: 42px; left: 16%; top: 28%; }
.hs-crater::after { width: 54px; height: 28px; right: 21%; bottom: 22%; }
.hs-salesman { width: min(100%, 520px); position: relative; z-index: 2; filter: drop-shadow(10px 14px 0 rgba(23,59,130,.16)); animation: hs-float 4.2s ease-in-out infinite; }
.hs-signal { position: absolute; z-index: 3; top: 7%; right: 2%; width: 145px; padding: .8rem; background: var(--blue); border: 2px solid var(--ink); color: #fff; font: .72rem/1.35 var(--mono); transform: rotate(7deg); box-shadow: 4px 4px 0 var(--ink); }
.hs-signal strong { color: var(--lime); display: block; margin-bottom: .25rem; }

.hs-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 7vw, 8rem); }
.hs-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; max-width: 1280px; margin: 0 auto 2rem; }
.hs-section-head p { max-width: 520px; margin: 0; }
.hs-label { color: var(--coral); font: 700 .75rem var(--mono); letter-spacing: .13em; text-transform: uppercase; margin: 0 0 .55rem; }
.hs-section h2 { font: normal clamp(2.5rem, 5vw, 4.8rem)/.95 var(--display); color: var(--blue); margin: 0; letter-spacing: -.035em; }
.hs-categories { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 1.2rem; }
.hs-category { position: relative; min-height: 360px; padding: 1.35rem; overflow: hidden; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); transition: transform .22s cubic-bezier(.23,1,.32,1), box-shadow .22s; }
.hs-category:hover { transform: translateY(-6px) rotate(-.45deg); box-shadow: 10px 12px 0 var(--ink); }
.hs-category.women { background: #ffd6df; transform: rotate(-1.2deg); }
.hs-category.men { background: #b8d95c; transform: translateY(24px) rotate(.8deg); }
.hs-category.kids { background: #9edff0; transform: rotate(-.35deg); }
.hs-category::after { content: ""; position: absolute; z-index: 0; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.38); bottom: -70px; right: -45px; }
.hs-category > * { position: relative; z-index: 1; }
.hs-category .hs-route { display: inline-block; background: rgba(255,255,255,.62); border: 1px dashed var(--ink); padding: .45rem .55rem; font: .67rem var(--mono); text-transform: uppercase; }
.hs-category h3 { font: normal clamp(2.2rem, 4vw, 4rem)/.9 var(--display); margin: 1.35rem 0 .5rem; color: var(--ink); }
.hs-category p { max-width: 240px; font-weight: 700; }
.hs-category .hs-arrow { position: absolute; right: 1rem; bottom: 1rem; font: normal 2.4rem/1 var(--display); color: var(--blue); }
.hs-category .hs-shoe { position: absolute; width: 120px; bottom: 1.4rem; right: 3.6rem; transform: rotate(-18deg); opacity: .85; font-size: 4rem; filter: saturate(1.3); }

.hs-story { background: var(--blue); color: #fff; position: relative; overflow: hidden; }
.hs-story::before { content: ""; position: absolute; width: 500px; height: 500px; border: 2px dashed rgba(184,217,92,.55); border-radius: 50%; left: -180px; top: -250px; }
.hs-story-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(2rem,6vw,6rem); }
.hs-girlfriend { max-height: 540px; margin-inline: auto; filter: drop-shadow(11px 12px 0 rgba(0,0,0,.25)); }
.hs-story h2 { color: var(--lime); }
.hs-story .hs-label { color: #fff; }
.hs-story p { max-width: 590px; font-size: 1.08rem; }
.hs-fact-list { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: .8rem; }
.hs-fact-list li { display: flex; align-items: center; gap: .7rem; font-weight: 800; }
.hs-fact-list li::before { content: "✦"; color: var(--coral); font-size: 1.2rem; }

.hs-strip { padding: 1.1rem clamp(1rem, 4vw, 5rem); display: flex; justify-content: center; gap: 2.1rem; overflow: hidden; white-space: nowrap; background: var(--coral); border-block: 2px solid var(--ink); color: var(--ink); font: .86rem var(--mono); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hs-strip span { color: #fff; }
.hs-help { background: var(--mist); }
.hs-help-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; }
.hs-help-panel { border: 2px solid var(--ink); padding: clamp(1.5rem,3vw,3rem); background: var(--sand); box-shadow: 6px 6px 0 var(--blue); }
.hs-help-panel h3 { font: normal 2.2rem/.95 var(--display); color: var(--blue); margin: 0 0 .8rem; }
.hs-help-panel p { max-width: 600px; }
.hs-email { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: 1.4rem; }
.hs-email input { min-width: min(100%, 275px); flex: 1; padding: .85rem .9rem; background: #fffdf6; border: 2px solid var(--ink); }
.hs-email button { border: 2px solid var(--ink); background: var(--lime); padding: .75rem 1rem; cursor: pointer; font-weight: 900; }
.hs-note { font: .71rem/1.5 var(--mono); color: #57534c; margin-top: 1rem; }
.hs-need { background: var(--lime); transform: rotate(1.1deg); }

.hs-footer { background: var(--ink); color: #fff; padding: 3.5rem clamp(1.1rem, 7vw, 8rem) 2rem; }
.hs-footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 2rem; }
.hs-footer .hs-brand { color: var(--lime); }
.hs-footer p { max-width: 380px; color: rgba(255,255,255,.72); }
.hs-footer h4 { margin: 0 0 .75rem; color: var(--lime); font: .72rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hs-footer a { display: block; margin: .35rem 0; font-weight: 700; }
.hs-footer-bottom { max-width: 1280px; margin: 2.5rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font: .7rem var(--mono); }

.hs-shop { max-width: 1240px; margin: 3rem auto 5rem; padding: 0 1.2rem; }
.hs-shop .woocommerce-products-header { border-left: 10px solid var(--coral); padding: 1rem 1.4rem; margin-bottom: 2rem; background: var(--mist); }
.hs-shop .page-title { font-family: var(--display); color: var(--blue); font-size: clamp(2.5rem,5vw,4rem); margin: 0; }
.hs-shop .products { display: grid !important; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 1.25rem; }
.hs-shop .products li.product { width: auto !important; float: none !important; padding: 1rem; border: 2px solid var(--ink); background: #fffdf6; box-shadow: 4px 4px 0 var(--ink); }
.hs-shop .products li.product .woocommerce-loop-product__title { font-family: var(--display); color: var(--blue); font-size: 1.6rem; }
.hs-shop .button { background: var(--coral)!important; color:#fff!important; border: 2px solid var(--ink)!important; border-radius:0!important; font-weight:800!important; }
.hs-empty-signal { max-width: 680px; margin: 2rem auto; padding: clamp(2rem,5vw,4rem); text-align: center; background: var(--mist); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--blue); }
.hs-empty-signal .signal-icon { display: inline-grid; place-items: center; width: 68px; height: 68px; margin-bottom: 1rem; border-radius: 50%; background: var(--lime); border: 2px solid var(--ink); color: var(--blue); font: normal 2.4rem/1 var(--display); }
.hs-empty-signal h2 { margin: 0; font: normal clamp(2rem,4vw,3.3rem)/.95 var(--display); color: var(--blue); }
.hs-empty-signal p { max-width: 480px; margin: 1rem auto 1.4rem; }

@keyframes hs-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@media (max-width: 850px) {
  .hs-nav { position: relative; flex-wrap: wrap; }
  .hs-links { order: 3; width: 100%; justify-content: space-between; gap: .5rem; font-size: .78rem; }
  .hs-nav-cta { display: none!important; }
  .hs-hero, .hs-story-grid, .hs-help-grid { grid-template-columns: 1fr; }
  .hs-hero { padding-top: 4rem; }
  .hs-mascot-stage { min-height: 350px; }
  .hs-categories { grid-template-columns: 1fr; }
  .hs-category.men, .hs-category.women, .hs-category.kids { transform: none; min-height: 265px; }
  .hs-section-head { display: block; }
  .hs-section-head p { margin-top: 1rem; }
  .hs-story-grid { text-align: left; }
  .hs-girlfriend { max-height: 420px; }
  .hs-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) { .hs-footer-grid { grid-template-columns: 1fr; } .hs-hero h1 { font-size: 3.6rem; } .hs-links a:nth-child(4) { display: none; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; transition-duration:.01ms!important; } }
