/* Crochet Cuddle Buds LLC — Yarn Workshop theme
   Palette (solid hex only, no rgba, no opacity decimals):
   Oat-milk body      #F5F1E8
   Charcoal-wool text #35302B
   Rosewood yarn      #B25955
   Wool-charcoal      #38332E
   Shelf-cream        #FBF8F0
   Sage-pot           #9AA98C
   Burlap-tan         #D9C9AC
   Seam-grey          #A39B8F
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #35302B;
  background-color: #F5F1E8;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

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

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  line-height: 1.25;
  color: #35302B;
  margin: 0 0 0.6em 0;
}

p {
  margin: 0 0 1.1em 0;
}

.wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   NAVIGATION — PEGBOARD SWATCH RAIL
   ============================================================ */
.pegrail {
  position: relative;
  display: block;
  width: 100%;
  background-color: #E8DFCC;
  border-bottom: 6px solid #C9B893;
  padding-top: 12px;
}

.pegrail-board {
  position: relative;
  width: 100%;
  background-color: #DED2B8;
  background-image:
    radial-gradient(#B8A98A 1px, #DED2B8 1px);
  background-size: 18px 18px;
  padding: 14px 0 20px 0;
}

.pegrail-wood {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.pegrail-brand {
  flex: 0 0 auto;
  align-self: center;
  margin-right: 10px;
  padding: 10px 16px;
  background-color: #38332E;
  color: #FBF8F0;
  border: 2px solid #B25955;
  border-radius: 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  position: relative;
}

.pegrail-brand .peg-needle {
  display: inline-block;
  width: 3px;
  height: 16px;
  margin-right: 8px;
  background-color: #D9C9AC;
  border-radius: 2px;
  vertical-align: middle;
  transform: rotate(14deg);
  position: relative;
}

.pegrail-brand .peg-needle::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -5px;
  width: 7px;
  height: 7px;
  border: 2px solid #D9C9AC;
  border-radius: 50%;
}

.pegrail-swatch {
  flex: 0 0 auto;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 18px;
}

.pegrail-swatch .peg-hook {
  display: block;
  width: 4px;
  height: 20px;
  margin: 0 auto 2px auto;
  background-color: #8A7A62;
  border-radius: 2px;
}

.pegrail-swatch .granny {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 3px solid #38332E;
  border-radius: 3px;
  background-color: #FBF8F0;
  background-image:
    linear-gradient(0deg, transparent 42%, #B25955 42%, #B25955 58%, transparent 58%),
    linear-gradient(90deg, transparent 42%, #B25955 42%, #B25955 58%, transparent 58%),
    linear-gradient(45deg, #9AA98C 25%, transparent 25%, transparent 75%, #9AA98C 75%),
    linear-gradient(45deg, #D9C9AC 25%, transparent 25%, transparent 75%, #D9C9AC 75%);
  background-size: 100% 100%, 100% 100%, 20px 20px, 20px 20px;
  background-position: center, center, 0 0, 10px 10px;
}

.pegrail-swatch .peg-label {
  display: block;
  margin-top: 6px;
  padding: 3px 9px;
  background-color: #FBF8F0;
  border: 1px solid #A39B8F;
  border-radius: 3px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.76rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #35302B;
  text-transform: uppercase;
}

.pegrail-swatch:hover .peg-label {
  background-color: #B25955;
  color: #FBF8F0;
  text-decoration: none;
}

/* stagger heights */
.pegrail-swatch.peg-a { transform: translateY(0); }
.pegrail-swatch.peg-b { transform: translateY(-10px); }
.pegrail-swatch.peg-c { transform: translateY(4px); }
.pegrail-swatch.peg-d { transform: translateY(-6px); }
.pegrail-swatch.peg-e { transform: translateY(2px); }

.pegrail-strand {
  display: block;
  width: 100%;
  max-width: 1160px;
  height: 4px;
  margin: 10px auto 0 auto;
  padding: 0 24px;
}

.pegrail-strand span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #B25955;
  border-radius: 2px;
  background-image: repeating-linear-gradient(
    90deg,
    #B25955 0px, #B25955 26px,
    #9AA98C 26px, #9AA98C 32px,
    #B25955 32px, #B25955 58px,
    #D9C9AC 58px, #D9C9AC 64px
  );
}

.pegrail-toggle {
  display: none;
  margin: 0 auto 8px auto;
  padding: 8px 18px;
  background-color: #38332E;
  color: #FBF8F0;
  border: 2px solid #B25955;
  border-radius: 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
}

/* ============================================================
   HERO — YARN BASKET MORNING TABLE
   ============================================================ */
.baskeyt {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FBF8F0;
  border-bottom: 1px solid #A39B8F;
  padding: 56px 0 64px 0;
}

.baskeyt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.baskeyt-copy {
  flex: 1 1 480px;
  min-width: 300px;
}

.baskeyt-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 14px;
  background-color: #D9C9AC;
  color: #35302B;
  border-radius: 3px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.baskeyt h1 {
  font-size: 2.55rem;
  margin-bottom: 20px;
}

.baskeyt h1 .cuddle {
  color: #B25955;
}

.baskeyt-lede {
  font-size: 1.1rem;
  max-width: 560px;
}

.baskeyt-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.bandlabel {
  display: inline-block;
  padding: 13px 26px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.98rem;
  border-radius: 4px;
  border: 2px solid #38332E;
  position: relative;
}

.bandlabel::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #FBF8F0;
  border: 2px solid #38332E;
  border-radius: 50%;
}

.bandlabel-rose {
  background-color: #B25955;
  color: #FBF8F0;
  border-color: #38332E;
}

.bandlabel-rose:hover {
  background-color: #38332E;
  color: #FBF8F0;
  text-decoration: none;
}

.bandlabel-outline {
  background-color: #FBF8F0;
  color: #38332E;
}

.bandlabel-outline:hover {
  background-color: #D9C9AC;
  text-decoration: none;
}

/* The wicker basket illustration */
.baskeyt-scene {
  flex: 1 1 420px;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.wicker {
  position: relative;
  width: 340px;
  height: 320px;
}

.wicker-ball {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #38332E;
}

.wicker-ball::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 3px;
  margin-left: -30%;
  background-color: #38332E;
  border-radius: 2px;
  transform: rotate(28deg);
}

.wicker-ball.b-rose {
  width: 92px;
  height: 92px;
  left: 30px;
  top: 40px;
  background-color: #B25955;
}

.wicker-ball.b-sage {
  width: 82px;
  height: 82px;
  left: 128px;
  top: 20px;
  background-color: #9AA98C;
}

.wicker-ball.b-burlap {
  width: 76px;
  height: 76px;
  left: 214px;
  top: 54px;
  background-color: #D9C9AC;
}

.wicker-tail {
  position: absolute;
  width: 46px;
  height: 3px;
  background-color: #38332E;
  border-radius: 2px;
}

.wicker-tail.t1 { left: 108px; top: 122px; transform: rotate(30deg); }
.wicker-tail.t2 { left: 196px; top: 104px; transform: rotate(-24deg); }
.wicker-tail.t3 { left: 268px; top: 122px; transform: rotate(40deg); }

.wicker-hook {
  position: absolute;
  width: 8px;
  height: 150px;
  background-color: #C9A87A;
  border-radius: 4px;
  border: 2px solid #8A7A62;
  z-index: 3;
}

.wicker-hook::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -14px;
  width: 14px;
  height: 14px;
  border: 3px solid #C9A87A;
  border-radius: 50%;
  background-color: #FBF8F0;
}

.wicker-hook.h1 { left: 76px; top: 90px; transform: rotate(-12deg); }
.wicker-hook.h2 { left: 236px; top: 78px; transform: rotate(10deg); }

.wicker-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 340px;
  height: 168px;
  background-color: #C9A87A;
  border: 3px solid #8A7A62;
  border-radius: 12px 12px 40px 40px;
  background-image: repeating-linear-gradient(
    0deg,
    #C9A87A 0px, #C9A87A 12px,
    #B9975F 12px, #B9975F 16px
  ),
  repeating-linear-gradient(
    90deg,
    #C9A87A 0px, #C9A87A 16px,
    #B08D55 16px, #B08D55 20px
  );
  z-index: 2;
}

.wicker-rim {
  position: absolute;
  left: -6px;
  bottom: 148px;
  width: 352px;
  height: 26px;
  background-color: #B9975F;
  border: 3px solid #8A7A62;
  border-radius: 13px;
  z-index: 4;
}

.wicker-dial {
  position: absolute;
  right: -26px;
  bottom: 96px;
  width: 62px;
  height: 62px;
  background-color: #FBF8F0;
  border: 3px solid #38332E;
  border-radius: 50%;
  z-index: 5;
}

.wicker-dial::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 3px;
  height: 22px;
  margin-left: -1px;
  background-color: #B25955;
  border-radius: 2px;
  transform: rotate(38deg);
  transform-origin: bottom center;
}

.wicker-dial-thread {
  position: absolute;
  right: 20px;
  bottom: 148px;
  width: 3px;
  height: 30px;
  background-color: #B25955;
  z-index: 5;
}

/* ============================================================
   SECTION HEADINGS + generic
   ============================================================ */
.sect {
  position: relative;
  display: block;
  width: 100%;
  padding: 62px 0;
}

.sect-oat {
  background-color: #F5F1E8;
}

.sect-cream {
  background-color: #FBF8F0;
}

.sect-sage {
  background-color: #9AA98C;
}

.sect-burlap {
  background-color: #D9C9AC;
}

.sect-head {
  max-width: 720px;
  margin: 0 0 40px 0;
}

.sect-head h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.sect-head .kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  background-color: #B25955;
  color: #FBF8F0;
  border-radius: 3px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.74rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sect-sage .sect-head h2,
.sect-sage .sect-head p {
  color: #35302B;
}

/* ============================================================
   SHELF OF YARN CAKES
   ============================================================ */
.cakerow {
  display: block;
  width: 100%;
}

.cake-shelf {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 46px;
  border-bottom: 6px solid #C9B893;
}

.cake-shelf.shelf-two {
  margin-left: 40px;
}

.cake {
  position: relative;
  flex: 1 1 300px;
  max-width: 348px;
  background-color: #FBF8F0;
  border: 2px solid #38332E;
  border-radius: 10px;
  padding: 30px 24px 26px 24px;
}

.cake.skew-l { transform: rotate(-1deg); }
.cake.skew-r { transform: rotate(1deg); }

.cake-bandtail {
  position: absolute;
  right: 16px;
  top: -2px;
  width: 20px;
  height: 34px;
  background-color: #B25955;
  border: 2px solid #38332E;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.cake-bandtail::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #B25955;
}

.cake-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background-color: #D9C9AC;
  border: 1px solid #A39B8F;
  border-radius: 3px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cake h3 {
  font-size: 1.32rem;
  margin-bottom: 12px;
}

.cake p {
  font-size: 0.98rem;
  margin-bottom: 14px;
}

.cake-link {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.86rem;
  font-weight: bold;
  color: #B25955;
}

.cake-skein {
  display: inline-block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #B25955;
}

.cake-gaugecard {
  position: absolute;
  right: -12px;
  bottom: -14px;
  width: 74px;
  height: 58px;
  background-color: #F5F1E8;
  border: 2px solid #38332E;
  border-radius: 4px;
  transform: rotate(-6deg);
  padding: 6px 6px 0 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.6rem;
  line-height: 1.35;
  color: #35302B;
}

.cake-gaugecard strong {
  display: block;
  color: #B25955;
  font-size: 0.66rem;
}

/* ============================================================
   ACCENT STRIP — RESTOCK WEEK
   ============================================================ */
.restock {
  display: block;
  width: 100%;
  background-color: #38332E;
  color: #F5F1E8;
  padding: 40px 0;
}

.restock-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.restock-badge {
  flex: 0 0 auto;
  padding: 12px 20px;
  background-color: #B25955;
  color: #FBF8F0;
  border: 2px solid #F5F1E8;
  border-radius: 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.restock-copy {
  flex: 1 1 420px;
  margin: 0;
  color: #F5F1E8;
}

.restock-cta {
  flex: 0 0 auto;
  padding: 11px 22px;
  background-color: #F5F1E8;
  color: #38332E;
  border: 2px solid #D9C9AC;
  border-radius: 4px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
}

.restock-cta:hover {
  background-color: #D9C9AC;
  text-decoration: none;
}

/* ============================================================
   STUDIO PROSE / TWO-COLUMN CONTENT
   ============================================================ */
.prose-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.prose-main {
  flex: 1 1 560px;
  min-width: 300px;
}

.prose-side {
  flex: 1 1 300px;
  min-width: 260px;
}

.sidecard {
  background-color: #FBF8F0;
  border: 2px solid #38332E;
  border-left: 8px solid #B25955;
  border-radius: 6px;
  padding: 22px 22px 18px 22px;
  margin-bottom: 22px;
}

.sidecard h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.sidecard p {
  font-size: 0.94rem;
  margin-bottom: 0;
}

/* ============================================================
   PROCESS STEPS (services + home)
   ============================================================ */
.process {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.step {
  flex: 1 1 240px;
  background-color: #FBF8F0;
  border: 2px solid #38332E;
  border-radius: 8px;
  padding: 24px 22px;
  position: relative;
}

.step-no {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 12px;
  background-color: #38332E;
  color: #F5F1E8;
  border-radius: 3px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.74rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.step h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.step p {
  font-size: 0.94rem;
  margin-bottom: 0;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-form {
  flex: 1 1 520px;
  min-width: 300px;
}

.contact-info {
  flex: 1 1 320px;
  min-width: 280px;
}

.field {
  display: block;
  margin-bottom: 18px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.86rem;
  font-weight: bold;
  color: #35302B;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #35302B;
  background-color: #FBF8F0;
  border: 2px solid #A39B8F;
  border-radius: 5px;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid #B25955;
  border-color: #B25955;
}

.formnote {
  font-size: 0.86rem;
  color: #5C554D;
}

.infoblock {
  background-color: #FBF8F0;
  border: 2px solid #38332E;
  border-radius: 6px;
  padding: 22px;
  margin-bottom: 20px;
}

.infoblock h3 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.infoblock p {
  margin-bottom: 6px;
  font-size: 0.96rem;
}

.infoblock a {
  color: #B25955;
  font-weight: bold;
}

.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #A39B8F;
  font-size: 0.94rem;
}

.hours-list li:last-child {
  border-bottom: none;
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-item {
  background-color: #FBF8F0;
  border: 2px solid #38332E;
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background-color: #FBF8F0;
  border: none;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.02rem;
  font-weight: bold;
  color: #35302B;
  cursor: pointer;
}

.faq-q:hover {
  background-color: #D9C9AC;
}

.faq-a {
  padding: 0 20px 18px 20px;
  font-size: 0.96rem;
  color: #35302B;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.ctaband {
  display: block;
  width: 100%;
  background-color: #B25955;
  color: #FBF8F0;
  padding: 48px 0;
}

.ctaband-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.ctaband h2 {
  color: #FBF8F0;
  margin: 0 0 6px 0;
  font-size: 1.7rem;
}

.ctaband p {
  color: #FBF8F0;
  margin: 0;
}

.ctaband .bandlabel-outline {
  border-color: #FBF8F0;
}

/* ============================================================
   FOOTER — NOTION TIN BENCH
   ============================================================ */
.notiontin {
  position: relative;
  display: block;
  width: 100%;
  background-color: #38332E;
  color: #F5F1E8;
}

.notion-lid {
  display: block;
  width: 100%;
  height: 26px;
  background-color: #A39B8F;
  border-bottom: 3px solid #35302B;
  background-image: radial-gradient(#35302B 3px, #A39B8F 3px);
  background-size: 34px 34px;
  background-position: center;
}

.notion-bench {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 46px 0 26px 0;
}

.notion-brandplate {
  flex: 1 1 320px;
  min-width: 280px;
  background-color: #4A443D;
  border: 2px solid #B25955;
  border-radius: 8px;
  padding: 24px 24px 20px 24px;
  position: relative;
}

.notion-brandplate .peg-needle {
  display: inline-block;
  width: 3px;
  height: 15px;
  margin-right: 8px;
  background-color: #D9C9AC;
  border-radius: 2px;
  vertical-align: middle;
  transform: rotate(14deg);
  position: relative;
}

.notion-brandplate h3 {
  color: #FBF8F0;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.notion-brandplate p {
  color: #F5F1E8;
  font-size: 0.94rem;
  margin-bottom: 0;
}

.notion-hookstand {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 6px;
}

.notion-hookstand i {
  display: block;
  width: 7px;
  height: 68px;
  background-color: #C9A87A;
  border-radius: 4px;
  border: 2px solid #8A7A62;
  position: relative;
}

.notion-hookstand i::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -10px;
  width: 12px;
  height: 12px;
  border: 2px solid #C9A87A;
  border-radius: 50%;
  background-color: #38332E;
}

.notion-hookstand i:nth-child(2) { height: 82px; }
.notion-hookstand i:nth-child(3) { height: 58px; }

.notion-groups {
  flex: 1 1 520px;
  min-width: 280px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.notion-drop {
  flex: 1 1 140px;
  min-width: 140px;
}

.notion-drop h4 {
  color: #B25955;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #A39B8F;
}

.notion-drop a {
  display: block;
  color: #F5F1E8;
  font-size: 0.94rem;
  padding: 4px 0;
}

.notion-drop a:hover {
  color: #D9C9AC;
}

.notion-ball {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  border: 2px solid #D9C9AC;
  vertical-align: middle;
}

.notion-edge {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
  padding: 20px 0 30px 0;
  border-top: 2px solid #A39B8F;
  font-size: 0.9rem;
  color: #F5F1E8;
}

.notion-edge a {
  color: #D9C9AC;
}

.notion-edge .edge-right {
  margin-left: auto;
  font-size: 0.84rem;
}

.notion-edge .peg-needle {
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-right: 7px;
  background-color: #B25955;
  border-radius: 2px;
  vertical-align: middle;
  transform: rotate(14deg);
}

/* ============================================================
   SCROLL REVEAL (safe without JS: default visible, then armed)
   ============================================================ */
.reveal-armed {
  opacity: 0;
}

.reveal-in {
  opacity: 1;
  transition: opacity 600ms ease, transform 600ms ease;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .pegrail-toggle {
    display: block;
  }

  .pegrail-wood {
    display: none;
  }

  .pegrail-wood.open {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pegrail-brand {
    flex: 1 1 100%;
    text-align: center;
    margin: 0 0 12px 0;
  }

  .pegrail-swatch {
    flex: 0 0 44%;
  }

  .pegrail-swatch.peg-a,
  .pegrail-swatch.peg-b,
  .pegrail-swatch.peg-c,
  .pegrail-swatch.peg-d,
  .pegrail-swatch.peg-e {
    transform: none;
  }

  .baskeyt h1 {
    font-size: 2rem;
  }

  .cake-shelf.shelf-two {
    margin-left: 0;
  }

  .cake-gaugecard {
    right: 6px;
  }

  .notion-edge .edge-right {
    margin-left: 0;
  }

  .wicker {
    transform: scale(0.9);
  }
}

@media (max-width: 520px) {
  .pegrail-swatch {
    flex: 0 0 100%;
  }
}
