:root {
  --plaster-shell: #F2F1EE;
  --cast-ink: #26262B;
  --highlighter-pink: #DE215D;
  --bench-board: #E6E4DE;
  --plaster-white: #FBFAF7;
  --silicone-grey: #6E7276;
  --studio-shadow: #D6D3CB;
  --clay-warm: #8A5A34;
  --ink-soft: #3B3B42;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #F2F1EE;
  color: #26262B;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
  color: #26262B;
  margin: 0 0 0.6em;
}

h1 {
  font-size: 2.7rem;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 1.1em;
}

a {
  color: #DE215D;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ SQUEEZE LINE HEADER ============ */
.squeeze-header {
  background-color: #E6E4DE;
  border-bottom: 2px solid #D6D3CB;
}

.squeeze-rail {
  height: 14px;
  background-color: #6E7276;
  position: relative;
  background-image: radial-gradient(circle, #DE215D 4px, #DE215D 4px, transparent 5px);
  background-size: 46px 14px;
  background-position: 18px center;
  background-repeat: repeat-x;
}

.squeeze-bar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.mold-half {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.mold-half span {
  display: block;
  width: 11px;
  height: 26px;
  border: 3px solid #26262B;
}

.mold-half span:first-child {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.mold-half span:last-child {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.brand-plate {
  background-color: #DE215D;
  color: #FBFAF7;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  padding: 7px 16px 7px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 3px;
}

.brand-plate:hover,
.brand-plate:focus {
  text-decoration: none;
  background-color: #26262B;
}

.squeeze-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.register-key {
  background-color: #FBFAF7;
  color: #26262B;
  border: 2px solid #6E7276;
  padding: 6px 15px 6px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}

.register-key:hover,
.register-key:focus {
  text-decoration: none;
  border-color: #DE215D;
  color: #DE215D;
}

.cast-chip {
  background-color: #DE215D;
  color: #FBFAF7;
  padding: 8px 18px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
}

.cast-chip:hover,
.cast-chip:focus {
  text-decoration: none;
  background-color: #26262B;
}

/* ============ EDITION / BED RAIL ============ */
.edition {
  padding: 0 0 60px;
}

.bed-rail {
  background-color: #FBFAF7;
  border-top: 2px solid #D6D3CB;
  border-bottom: 2px solid #D6D3CB;
  margin-bottom: 42px;
}

.bed-rail-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.squeeze-blob {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #DE215D;
  flex-shrink: 0;
}

.bed-rail h2 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.edition-stamp {
  margin-left: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #DE215D;
  color: #FBFAF7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

/* ============ E1 PRESS BED ============ */
.press-bed {
  background-color: #FBFAF7;
  border: 3px solid #6E7276;
  border-radius: 6px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.station-label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6E7276;
  font-weight: 700;
  margin-bottom: 12px;
}

.negative-mold {
  background-color: #26262B;
  border-radius: 5px;
  padding: 22px;
  color: #FBFAF7;
  min-height: 260px;
}

.relief-line {
  height: 7px;
  background-color: #6E7276;
  border-radius: 4px;
  margin-bottom: 13px;
}

.relief-line.short {
  width: 62%;
}

.relief-line.mid {
  width: 80%;
}

.relief-line.tiny {
  width: 40%;
}

.cast-piece {
  background-color: #DE215D;
  border-radius: 5px;
  padding: 22px;
  color: #FBFAF7;
  min-height: 260px;
  position: relative;
}

.seam-drip {
  width: 5px;
  background-color: #FBFAF7;
  border-radius: 3px;
  position: absolute;
}

.seam-drip.d1 {
  height: 14px;
  top: 0;
  left: 38%;
}

.seam-drip.d2 {
  height: 10px;
  top: 0;
  right: 34%;
}

.pour-pool {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 22px;
  border-radius: 50%;
  background-color: #FBFAF7;
}

.cast-piece h3,
.negative-mold h3 {
  color: #FBFAF7;
  margin-bottom: 10px;
}

.finished-plaque {
  background-color: #FBFAF7;
  border: 2px solid #D6D3CB;
  border-radius: 5px;
  padding: 22px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.engraved-caption {
  border-bottom: 2px solid #D6D3CB;
  padding-bottom: 9px;
  margin-bottom: 9px;
  color: #3B3B42;
  font-size: 0.95rem;
}

.plaque-stamp {
  margin-top: auto;
  align-self: flex-start;
  border: 2px solid #DE215D;
  color: #DE215D;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.caption-row {
  margin-top: 42px;
  text-align: center;
}

.eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  color: #6E7276;
  margin-bottom: 14px;
}

.pink-keyword {
  color: #DE215D;
}

.lead {
  max-width: 64ch;
  margin: 0 auto 26px;
  font-size: 1.09rem;
  color: #3B3B42;
}

.cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-solid {
  background-color: #DE215D;
  color: #FBFAF7;
  padding: 13px 28px;
  border-radius: 4px;
  font-weight: 700;
  border: 2px solid #DE215D;
}

.btn-solid:hover,
.btn-solid:focus {
  text-decoration: none;
  background-color: #26262B;
  border-color: #26262B;
}

.btn-outline {
  background-color: #FBFAF7;
  color: #26262B;
  padding: 13px 28px;
  border-radius: 4px;
  font-weight: 700;
  border: 2px solid #26262B;
}

.btn-outline:hover,
.btn-outline:focus {
  text-decoration: none;
  border-color: #DE215D;
  color: #DE215D;
}

/* ============ E2 SHELF RUN ============ */
.shelf-board {
  background-color: #E6E4DE;
  border-bottom: 5px solid #D6D3CB;
  padding: 26px 24px;
  border-radius: 5px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.shelf-board.lower {
  margin-top: 26px;
}

.cast-plaque {
  background-color: #FBFAF7;
  border: 2px solid #D6D3CB;
  border-top: 6px solid #DE215D;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 220px;
}

.cast-plaque.wide {
  flex: 1.4 1 300px;
}

.cast-plaque.narrow {
  flex: 0.8 1 190px;
}

.cast-plaque h3 {
  margin-bottom: 0.4em;
}

.cast-plaque h3 a {
  color: #26262B;
}

.cast-plaque h3 a:hover,
.cast-plaque h3 a:focus {
  color: #DE215D;
}

.cast-plaque p {
  font-size: 0.95rem;
  color: #3B3B42;
  margin: 0;
}

/* ============ E3 CASTING CYCLE ============ */
.cycle-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.cycle-prose {
  max-width: 62ch;
  font-size: 1.02rem;
  color: #3B3B42;
}

.ladle-drawing {
  position: relative;
  min-height: 280px;
}

.ladle-body {
  width: 120px;
  height: 74px;
  background-color: #6E7276;
  border-radius: 8px 8px 40px 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  transform: rotate(-18deg);
}

.ladle-handle {
  width: 96px;
  height: 10px;
  background-color: #6E7276;
  position: absolute;
  top: 2px;
  left: 108px;
  transform: rotate(-38deg);
  border-radius: 5px;
}

.pour-stream {
  width: 10px;
  height: 130px;
  background-color: #DE215D;
  position: absolute;
  top: 66px;
  left: 92px;
  border-radius: 5px;
  transform: rotate(14deg);
}

.mold-cavity {
  width: 84px;
  height: 40px;
  background-color: #26262B;
  border-radius: 8px;
  position: absolute;
  bottom: 12px;
}

.mold-cavity.c1 {
  left: 8px;
}

.mold-cavity.c2 {
  left: 118px;
  bottom: 30px;
}

.mold-cavity.c3 {
  left: 232px;
}

.tool-chips {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tool-chip {
  background-color: #8A5A34;
  color: #FBFAF7;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 3px;
}

/* ============ ACCENT BAND ============ */
.fresh-cast-band {
  background-color: #DE215D;
  color: #FBFAF7;
  padding: 54px 24px;
  text-align: center;
}

.fresh-cast-band h2 {
  color: #FBFAF7;
}

.edition-open-mark {
  display: inline-block;
  border: 2px solid #FBFAF7;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.fresh-cast-band p {
  max-width: 62ch;
  margin: 0 auto 24px;
  color: #FBFAF7;
}

.btn-white {
  background-color: #FBFAF7;
  color: #26262B;
  padding: 13px 30px;
  border-radius: 4px;
  font-weight: 700;
  border: 2px solid #FBFAF7;
}

.btn-white:hover,
.btn-white:focus {
  text-decoration: none;
  color: #DE215D;
}

/* ============ E4 ORDER SLIP ============ */
.order-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 36px;
  align-items: start;
}

.order-slip {
  background-color: #FBFAF7;
  border: 2px solid #D6D3CB;
  border-radius: 6px;
  padding: 34px 30px 30px;
  position: relative;
}

.slip-clip {
  width: 54px;
  height: 20px;
  background-color: #DE215D;
  border-radius: 4px;
  position: absolute;
  top: -12px;
  left: 34px;
}

.slip-stamp {
  position: absolute;
  top: 22px;
  right: 24px;
  border: 2px solid #DE215D;
  color: #DE215D;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.82rem;
  transform: rotate(-12deg);
}

.field-row {
  margin-bottom: 18px;
}

.field-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6E7276;
  margin-bottom: 6px;
}

.field-row input,
.field-row textarea {
  width: 100%;
  padding: 11px 13px;
  border: 2px solid #D6D3CB;
  border-radius: 4px;
  background-color: #F2F1EE;
  color: #26262B;
  font-size: 1rem;
  font-family: inherit;
}

.field-row input:focus,
.field-row textarea:focus {
  outline: none;
  border-color: #DE215D;
}

.form-status {
  margin-top: 14px;
  font-weight: 600;
  min-height: 22px;
}

.form-status.is-error {
  color: #DE215D;
}

.form-status.is-ok {
  color: #26262B;
}

.studio-plate {
  background-color: #26262B;
  color: #FBFAF7;
  border-radius: 6px;
  padding: 30px;
}

.studio-plate h3 {
  color: #FBFAF7;
}

.plate-line {
  padding: 10px 0;
  border-bottom: 1px solid #6E7276;
  font-size: 0.96rem;
}

.plate-line:last-child {
  border-bottom: none;
}

.plate-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D6D3CB;
  margin-bottom: 2px;
}

/* ============ DRYING RACK FOOTER ============ */
.drying-rack {
  background-color: #26262B;
  color: #FBFAF7;
  position: relative;
}

.rack-board {
  height: 22px;
  background-color: #3B3B42;
  background-image: repeating-linear-gradient(
    90deg,
    #6E7276 0,
    #6E7276 3px,
    transparent 3px,
    transparent 42px
  );
}

.rack-links {
  padding: 30px 24px 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.rack-links a {
  color: #FBFAF7;
  font-weight: 600;
  font-size: 0.95rem;
}

.rack-links a:hover,
.rack-links a:focus {
  color: #DE215D;
}

.rack-block {
  padding: 8px 24px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.rack-block p {
  margin: 0 0 6px;
  color: #FBFAF7;
  font-size: 0.92rem;
}

.rack-block a {
  color: #FBFAF7;
}

/* ============ GO TOP ============ */
.go-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #DE215D;
  color: #FBFAF7;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.go-top.is-shown {
  display: flex;
}

.go-top:hover,
.go-top:focus {
  background-color: #26262B;
}

/* ============ REVEAL ============ */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ============ GENERIC PAGE BAND ============ */
.page-band {
  background-color: #F2F1EE;
}

.prose-block {
  max-width: 76ch;
  margin: 0 auto;
}

.section-intro {
  max-width: 72ch;
  margin: 0 auto 32px;
  text-align: center;
  color: #3B3B42;
}

.detail-card {
  background-color: #FBFAF7;
  border: 2px solid #D6D3CB;
  border-radius: 6px;
  padding: 26px;
  margin-bottom: 22px;
}

.detail-card h3 {
  color: #26262B;
}

.detail-card p {
  color: #3B3B42;
  margin-bottom: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.faq-item {
  background-color: #FBFAF7;
  border-left: 6px solid #DE215D;
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 18px;
}

.faq-item h3 {
  margin-bottom: 0.3em;
  font-size: 1.1rem;
}

.faq-item p {
  margin: 0;
  color: #3B3B42;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FBFAF7;
}

.hours-table th,
.hours-table td {
  text-align: left;
  padding: 11px 14px;
  border-bottom: 2px solid #D6D3CB;
}

.hours-table th {
  background-color: #E6E4DE;
  letter-spacing: 0.05em;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .press-bed {
    grid-template-columns: 1fr;
  }
  .cycle-grid,
  .order-grid,
  .two-col {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 2.1rem;
  }
  .squeeze-header .squeeze-nav {
    margin-left: 0;
    width: 100%;
  }
}
