:root {
  color-scheme: light;
  --rose: #c98589;
  --rose-dark: #a65f66;
  --blush: #f1ddda;
  --cream: #f7f0e5;
  --warm-white: #fffaf3;
  --ink: #211c19;
  --night: #171618;
  --muted: #675d56;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.concept-skip { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.concept-skip:focus { transform: translateY(0); }

.concept-header { position: relative; z-index: 20; min-height: 82px; padding: 0 clamp(24px, 4vw, 70px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: linear-gradient(90deg, #fbf4ea 0 50%, #1a191b 50% 100%); border-bottom: 1px solid rgba(96, 72, 61, .2); }
.concept-nav { display: flex; gap: clamp(20px, 3vw, 44px); font-family: var(--serif); font-size: 15px; }
.concept-nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.concept-nav a:hover, .concept-nav a:focus-visible, .concept-nav a.active { border-color: currentColor; }
.concept-nav-right { justify-content: flex-end; color: #f9f0e8; }
.concept-brand { position: relative; align-self: stretch; min-width: 185px; display: grid; place-items: center; text-decoration: none; }
.concept-brand-ball { position: absolute; top: 8px; display: grid; place-items: center; width: 68px; height: 68px; color: #db6278; background: #fbf3e9; border: 2px solid #dca0aa; border-radius: 50%; box-shadow: 0 4px 8px rgba(67, 35, 37, .18), inset 0 0 0 4px rgba(220, 160, 170, .12); font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1; }
.concept-brand-name { position: absolute; top: 90px; padding: 7px 13px; font-family: var(--serif); font-size: 12px; letter-spacing: .08em; color: #3a302c; background: #fbf3e9; border: 1px solid #d9b7ac; border-radius: 999px; opacity: 0; pointer-events: none; }

.pathways { position: relative; min-height: 710px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; }
.pathway { position: relative; min-width: 0; display: flex; flex-direction: column; }
.pathway-image { position: relative; flex: 1 1 auto; min-height: 440px; overflow: hidden; isolation: isolate; }
.pathway-image::before { content: ""; position: absolute; inset: 0; z-index: -2; }
.pathway-image::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .7; }
.image-slot-label { position: absolute; z-index: 6; top: 25px; left: 50%; transform: translateX(-50%); padding: 7px 12px; border: 1px dashed currentColor; border-radius: 999px; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; white-space: nowrap; opacity: .72; }
.pathway-cozy { background: var(--cream); }
.pathway-cozy .pathway-image::before { background: url("img/bg-cozy.png") center center / cover no-repeat; }
.pathway-cozy .pathway-image::after { background: linear-gradient(105deg, rgba(255,255,255,.16), transparent 58%); opacity: .18; }
.pathway-spooky { color: #f9f0e8; background: var(--night); }
.pathway-spooky .pathway-image::before { background: url("img/bg-spooky.png") center center / cover no-repeat; }
.pathway-spooky .pathway-image::after { background: linear-gradient(105deg, rgba(0,0,0,.04), transparent 46%, rgba(0,0,0,.12)); opacity: .35; }

.cozy-prop { position: absolute; display: block; filter: drop-shadow(0 18px 16px rgba(76, 49, 33, .2)); }
.cozy-prop-cloth { left: 8%; bottom: 10%; width: 47%; height: 42%; border-radius: 18px 70px 18px 18px; transform: rotate(-6deg); background: repeating-linear-gradient(45deg, #f4e8d5 0 9px, #d6a9a2 10px 18px, #f1e2ce 19px 27px); border: 5px solid rgba(255,255,255,.55); }
.cozy-prop-cloth::after { content: ""; position: absolute; inset: 14px; border: 2px dashed rgba(116, 74, 60, .35); border-radius: inherit; }
.cozy-prop-mug { width: 25%; aspect-ratio: 1; bottom: 7%; right: 14%; border-radius: 14px 14px 36% 36%; background: #e9d9c4; border: 5px solid #bc9e82; }
.cozy-prop-mug::before { content: ""; position: absolute; width: 48%; height: 48%; right: -37%; top: 19%; border: 6px solid #bc9e82; border-left: 0; border-radius: 0 50% 50% 0; }
.cozy-prop-mug::after { content: "♥"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--rose); font-size: 24px; }
.cozy-prop-jar { width: 19%; height: 42%; top: 23%; right: 12%; border-radius: 9px 9px 24px 24px; border: 5px solid rgba(108, 82, 62, .28); background: linear-gradient(rgba(255,255,255,.35), rgba(255,255,255,.08)), repeating-linear-gradient(90deg, #d9b2aa 0 8px, #f0c9c1 9px 16px); }

.spooky-moon { position: absolute; width: 170px; aspect-ratio: 1; top: 48px; right: 7%; border-radius: 50%; background: rgba(225, 191, 168, .08); box-shadow: 0 0 60px rgba(222, 172, 149, .08); }
.spooky-cat { position: absolute; left: 17%; bottom: 4%; width: 31%; aspect-ratio: .8; border-radius: 48% 48% 38% 38%; background: repeating-radial-gradient(circle at 50% 45%, #29272a 0 3px, #121214 4px 7px); filter: drop-shadow(0 20px 15px #050506); }
.spooky-cat::before, .spooky-cat::after { content: ""; position: absolute; top: -12%; width: 43%; aspect-ratio: 1; background: #141416; transform: rotate(45deg); border-radius: 8px; z-index: -1; }
.spooky-cat::before { left: 4%; }.spooky-cat::after { right: 4%; }
.spooky-cat i::before, .spooky-cat i::after { content: ""; position: absolute; width: 13%; aspect-ratio: 1; top: 31%; border-radius: 50%; background: #d8a75d; box-shadow: inset 0 0 0 4px #070708; }
.spooky-cat i::before { left: 24%; }.spooky-cat i::after { right: 24%; }
.spooky-cat b { position: absolute; width: 18%; aspect-ratio: 1; left: 41%; top: 47%; background: var(--rose); border-radius: 50% 50% 50% 8%; transform: rotate(-45deg); }
.spooky-skull { position: absolute; right: 14%; bottom: 11%; width: 27%; aspect-ratio: .9; border-radius: 48% 48% 34% 34%; background: repeating-radial-gradient(circle at 45% 50%, #e9ddca 0 4px, #d3c3ac 5px 9px); transform: rotate(6deg); filter: drop-shadow(0 18px 15px #050506); }
.spooky-skull::before, .spooky-skull::after { content: ""; position: absolute; top: 34%; width: 26%; aspect-ratio: .8; border-radius: 50%; background: #171618; }
.spooky-skull::before { left: 18%; }.spooky-skull::after { right: 18%; }
.spooky-skull i { position: absolute; left: 45%; top: 59%; width: 10%; aspect-ratio: .75; border-radius: 50% 50% 20% 20%; background: #171618; }

.pathway-copy { min-height: 245px; padding: 27px clamp(30px, 8vw, 120px) 35px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.pathway-kicker { margin: 0 0 7px; color: var(--rose-dark); font-size: 9px !important; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.pathway-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.4vw, 37px); line-height: 1.08; font-weight: 400; }
.pathway-copy > p:not(.pathway-kicker) { max-width: 470px; margin: 8px 0 17px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.pathway-spooky .pathway-copy > p { color: #d3cac3; }
.pathway-button { min-width: min(330px, 100%); padding: 13px 24px; display: flex; align-items: center; justify-content: center; gap: 20px; border-radius: 8px; text-decoration: none; text-transform: uppercase; font-family: var(--serif); font-size: 14px; letter-spacing: .05em; transition: transform .2s ease, box-shadow .2s ease; }
.pathway-button:hover, .pathway-button:focus-visible { transform: translateY(-2px); }
.pathway-cozy .pathway-button { color: #fff; background: var(--rose); border: 1px solid #f7d4d0; outline: 1px dashed rgba(255,255,255,.7); outline-offset: -6px; box-shadow: 0 5px 10px rgba(116, 61, 62, .22); }
.pathway-spooky .pathway-button { border: 1px solid var(--rose); outline: 1px dashed rgba(201,133,137,.58); outline-offset: -6px; }
.pathway-spooky .pathway-kicker { color: #d7999d; }

.hero-lockup { position: absolute; z-index: 10; left: 50%; top: 125px; width: min(520px, 43vw); transform: translateX(-50%); filter: drop-shadow(0 18px 24px rgba(13, 10, 9, .28)); }
.hero-lockup img { display: block; width: 100%; height: auto; }

.featured-strip { padding: 52px clamp(22px, 5vw, 72px) 44px; background: #fffdf9; }
.featured-heading { display: flex; justify-content: center; align-items: center; gap: 18px; margin-bottom: 30px; color: var(--rose); text-align: center; }
.featured-heading > span:last-child { transform: scaleX(-1); }
.featured-heading p { margin: 0 0 5px; color: var(--rose-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.featured-heading h2 { margin: 0; color: #4a3b34; font-family: var(--serif); font-weight: 400; font-size: clamp(25px, 2.5vw, 36px); letter-spacing: .02em; }
.featured-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 34px); }
.featured-grid.featured-count-1 { max-width: 370px; grid-template-columns: 1fr; }
.featured-grid.featured-count-2 { max-width: 780px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.piece-card { min-width: 0; }
.piece-image { position: relative; height: 310px; display: block; overflow: hidden; background: #c8beb1; border: 1px solid #dfd2c5; border-radius: 12px; box-shadow: 0 8px 22px rgba(68, 51, 41, .12); }
.piece-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.piece-card:hover .piece-image img { transform: scale(1.025); }
.tone-1 { background: linear-gradient(145deg, #cfc2b1, #9a8070); }.tone-2 { background: linear-gradient(145deg, #b9bca9, #747a69); }.tone-3 { background: linear-gradient(145deg, #d5bfb5, #977069); }
.crochet-placeholder { position: absolute; width: 64%; aspect-ratio: 1; left: 18%; top: 16%; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(247,240,228,.93) 0 7px, rgba(37,37,34,.75) 8px 14px, rgba(173,99,83,.88) 15px 22px); box-shadow: 0 24px 35px rgba(47,35,30,.24); transform: rotate(-8deg); }
.crochet-placeholder::after { content: ""; position: absolute; inset: 12%; border: 2px dashed rgba(255,255,255,.55); border-radius: 50%; }
.crochet-placeholder span { position: absolute; width: 58%; height: 22%; left: 21%; bottom: -12%; background: rgba(30,30,28,.66); filter: blur(12px); border-radius: 50%; }
.availability { position: absolute; top: 14px; left: 14px; padding: 8px 11px; color: #fff; background: rgba(24,24,22,.88); border-radius: 999px; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.availability.available { color: var(--ink); background: rgba(247,243,235,.93); }
.piece-details { padding-top: 16px; display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.piece-category { margin: 0 0 5px; color: #806f67; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.piece-details h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.piece-details h3 a { text-decoration: none; }
.piece-shop { width: 34px; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; color: var(--rose-dark); border: 1px solid #bdaea4; border-radius: 50%; text-decoration: none; }
.piece-price { margin: 8px 0 0; color: var(--rose-dark); font-family: var(--serif); font-size: 15px; }
.piece-description { max-width: 95%; margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.featured-empty { margin: 0 auto; color: var(--muted); text-align: center; font-family: var(--serif); font-size: 18px; }
.all-collections { width: fit-content; margin: 17px auto 0; padding: 10px 26px; display: flex; gap: 18px; border-radius: 6px; color: #fff; background: var(--rose); outline: 1px dashed rgba(255,255,255,.7); outline-offset: -5px; text-decoration: none; text-transform: uppercase; font-family: var(--serif); font-size: 12px; letter-spacing: .07em; }

.concept-about { padding: 38px max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--blush); }
.concept-about p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 38px); }
.concept-about a { flex: 0 0 auto; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; }
.concept-about a span { color: var(--rose-dark); }
.concept-footer { min-height: 70px; padding: 20px max(24px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #bfb4ac; background: var(--night); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 900px) {
  .concept-header { min-height: 76px; padding-inline: 20px; }
  .concept-nav { gap: 18px; font-size: 13px; }
  .concept-brand { min-width: 100px; }
  .concept-brand-ball { width: 60px; height: 60px; top: 8px; font-size: 38px; }
  .pathways { min-height: 660px; }
  .pathway-image { min-height: 390px; }
  .hero-lockup { top: 125px; width: 48vw; }
  .featured-grid { gap: 22px; }
}

@media (max-width: 680px) {
  .concept-header { grid-template-columns: 1fr auto; background: #fbf4ea; }
  .concept-brand { grid-column: 1; grid-row: 1; justify-self: start; min-width: 60px; }
  .concept-brand-ball { position: relative; top: auto; width: 52px; height: 52px; font-size: 34px; }
  .concept-brand-name { display: none; }
  .concept-nav-left { display: none; }
  .concept-nav-right { grid-column: 2; grid-row: 1; color: var(--ink); }
  .pathways { display: block; }
  .pathway { min-height: 610px; }
  .pathway-image { min-height: 365px; }
  .hero-lockup { top: 300px; width: calc(100% - 28px); }
  .pathway-cozy .pathway-copy { padding-top: 225px; }
  .pathway-copy { min-height: 245px; padding: 28px 24px 36px; }
  .pathway-copy h2 { font-size: 30px; }
  .pathway-button { min-width: 0; width: 100%; max-width: 360px; }
  .featured-strip { padding-block: 38px 32px; }
  .featured-heading { gap: 8px; }
  .featured-grid, .featured-grid.featured-count-2 { max-width: 390px; grid-template-columns: 1fr; gap: 34px; }
  .piece-image { height: 300px; }
  .concept-about { align-items: flex-start; flex-direction: column; }
  .concept-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
