/* KARIGAR 1.26.2 — Craft story visual system
   Lightweight CSS-built material motifs; no image assets or workflow changes. */

.craft-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 9% 12%,rgba(166,101,66,.075),transparent 25%),
    radial-gradient(circle at 91% 80%,rgba(45,77,64,.06),transparent 29%),
    linear-gradient(180deg,#f8f3ec 0%,#f3ece3 100%);
}
.craft-section .container{position:relative;z-index:1}
.craft-section .section-head{margin-bottom:2.3rem}
.craft-section .eyebrow{color:#9d5b3a;letter-spacing:.19em}
.craft-section h2{color:#1f1916;text-wrap:balance}

.craft-rail{gap:1rem;align-items:stretch}
.craft-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:410px;
  padding:1.45rem;
  border-radius:25px;
  display:grid;
  grid-template-rows:auto minmax(132px,1fr) auto;
  gap:1rem;
  border:1px solid rgba(57,43,35,.10);
  box-shadow:0 18px 42px rgba(48,34,26,.065),inset 0 1px rgba(255,255,255,.16);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.craft-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 34%,transparent 72%,rgba(0,0,0,.045));
}
.craft-card:after{
  content:"";
  position:absolute;
  inset:auto -18% -24% 25%;
  height:58%;
  z-index:-1;
  pointer-events:none;
  opacity:.26;
  filter:blur(24px);
  background:radial-gradient(ellipse,rgba(255,255,255,.18),transparent 68%);
}
.craft-card:hover{transform:translateY(-5px);box-shadow:0 28px 58px rgba(48,34,26,.11)}

.craft-step{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:.68rem;
  line-height:1;
  letter-spacing:.12em;
  font-weight:700;
  border:1px solid currentColor;
  opacity:.78;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(5px);
}
.craft-card strong{
  position:relative;
  z-index:3;
  max-width:94%;
  font-size:clamp(1.35rem,1.55vw,1.82rem);
  line-height:1.12;
  letter-spacing:-.018em;
  text-wrap:balance;
}

/* The formerly-empty zone is now an editorial material vignette. */
.craft-motif{
  position:relative;
  align-self:stretch;
  min-height:142px;
  margin:.1rem -.2rem 0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
}
.craft-motif:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.05),transparent 28%,transparent 70%,rgba(0,0,0,.06));
}

/* 01 — timber / grain */
.craft-motif-material{
  background:
    radial-gradient(circle at 84% 48%,transparent 0 27%,rgba(232,210,190,.14) 27.4% 28%,transparent 28.4% 36%,rgba(232,210,190,.09) 36.4% 37%,transparent 37.4%),
    linear-gradient(130deg,rgba(255,255,255,.03),transparent 55%);
}
.craft-ring{position:absolute;border:1px solid rgba(236,216,197,.20);border-radius:50%}
.craft-ring-a{width:180px;height:180px;right:-52px;top:-24px}
.craft-ring-b{width:118px;height:118px;right:-20px;top:8px}
.craft-grain{position:absolute;left:14px;right:38%;bottom:24px;height:1px;background:linear-gradient(90deg,transparent,rgba(235,214,194,.28),transparent);box-shadow:0 -22px rgba(235,214,194,.11),0 22px rgba(235,214,194,.08);transform:rotate(-7deg)}

/* 02 — joinery / constructed geometry */
.craft-motif-joinery{background:radial-gradient(circle at 24% 84%,rgba(255,226,203,.10),transparent 34%),rgba(77,31,18,.055)}
.craft-joint{position:absolute;width:112px;height:38px;border:1px solid rgba(255,239,226,.25);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(68,26,12,.04));box-shadow:inset 0 0 0 8px rgba(255,255,255,.018)}
.craft-joint-a{right:16px;top:30px;transform:rotate(-4deg)}
.craft-joint-b{right:58px;top:72px;transform:rotate(86deg)}
.craft-arc{position:absolute;width:178px;height:178px;left:-82px;bottom:-95px;border:1px solid rgba(255,235,218,.18);border-radius:50%}

/* 03 — steel / precision */
.craft-motif-steel{background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 48%),rgba(8,31,25,.07)}
.craft-steel{position:absolute;background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(214,225,219,.48) 48%,rgba(255,255,255,.08));box-shadow:0 5px 15px rgba(0,0,0,.14)}
.craft-steel-v{width:20px;height:124px;right:64px;top:10px;border-radius:10px}
.craft-steel-h{width:112px;height:18px;right:8px;top:82px;border-radius:9px;transform:rotate(-2deg)}
.craft-blueprint{position:absolute;inset:18px 40% 18px 14px;background:repeating-radial-gradient(circle at 100% 50%,transparent 0 17px,rgba(218,231,224,.12) 18px 19px);opacity:.72}

/* 04 — finish / layered surface */
.craft-motif-finish{border-color:rgba(75,55,40,.09);background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(116,83,58,.04))}
.craft-surface{position:absolute;border-radius:48% 52% 28% 72% / 56% 35% 65% 44%;background:linear-gradient(150deg,rgba(255,255,255,.72),rgba(171,142,103,.12));box-shadow:0 18px 40px rgba(94,69,47,.08)}
.craft-surface-a{width:145px;height:110px;right:-22px;top:20px;transform:rotate(-9deg)}
.craft-surface-b{width:104px;height:82px;right:58px;top:62px;opacity:.46;transform:rotate(10deg)}
.craft-finish-line{position:absolute;width:205px;height:205px;left:-108px;top:-70px;border:1px solid rgba(84,62,44,.20);border-radius:50%}

/* 05 — inspection / refinement */
.craft-motif-quality{background:radial-gradient(circle at 80% 42%,rgba(255,255,255,.055),transparent 30%),rgba(0,0,0,.035)}
.craft-orbit{position:absolute;border:1px solid rgba(230,214,199,.19);border-radius:50%}
.craft-orbit-a{width:172px;height:172px;right:-54px;top:-22px}
.craft-orbit-b{width:105px;height:105px;right:-18px;top:12px}
.craft-quality-mark{position:absolute;width:78px;height:42px;right:42px;top:54px;border-right:2px solid rgba(242,229,216,.38);border-bottom:2px solid rgba(242,229,216,.38);transform:rotate(38deg) skew(-8deg);border-radius:0 0 10px 0}

/* Cohesive material palette. */
.craft-card:nth-child(1){background:linear-gradient(150deg,#2c2b28 0%,#252825 58%,#202422 100%);color:#faf4ec;border-color:rgba(224,197,174,.13)}
.craft-card:nth-child(2){background:linear-gradient(150deg,#ad6642 0%,#99583a 58%,#844b34 100%);color:#fff8f1;border-color:rgba(103,49,31,.20)}
.craft-card:nth-child(3){background:linear-gradient(150deg,#365847 0%,#2f5142 58%,#28463a 100%);color:#f8f5ed;border-color:rgba(205,220,208,.13)}
.craft-card:nth-child(4){background:linear-gradient(150deg,#e7d7ba 0%,#dac5a5 58%,#ccb491 100%);color:#281f1a;border-color:rgba(102,76,54,.13)}
.craft-card:nth-child(5){background:linear-gradient(150deg,#302c29 0%,#292a27 56%,#202523 100%);color:#faf4ec;border-color:rgba(224,197,174,.12)}

@media(min-width:1101px){
  .craft-card:nth-child(2),.craft-card:nth-child(4){transform:translateY(8px)}
  .craft-card:nth-child(2):hover,.craft-card:nth-child(4):hover{transform:translateY(3px)}
}
@media(max-width:760px){
  .craft-section .section-head{margin-bottom:1.5rem}
  .craft-rail{gap:.8rem;padding-bottom:.65rem}
  .craft-card,.craft-card:nth-child(n+4){flex-basis:78vw;min-height:370px;border-radius:22px;padding:1.25rem;grid-template-rows:auto minmax(122px,1fr) auto}
  .craft-motif{min-height:126px;border-radius:16px}
  .craft-card strong{font-size:clamp(1.3rem,6.5vw,1.72rem);max-width:96%}
}
@media(max-width:480px){.craft-card{flex-basis:82vw}}
@media(prefers-reduced-motion:reduce){
  .craft-card{transition:none!important}
  .craft-card:hover,.craft-card:nth-child(2),.craft-card:nth-child(4),.craft-card:nth-child(2):hover,.craft-card:nth-child(4):hover{transform:none!important}
}
