/* ============ Brittani Fagel — sections ============ */
@keyframes settle { from { transform: translateY(-14px) rotate(calc(var(--r, 0deg) - 4deg)); } }
@keyframes halo { from { transform: scale(.8); opacity: .9; } to { transform: scale(1.9); opacity: 0; } }
@keyframes bump { 50% { transform: translateY(-4px) rotate(-2deg); } }

/* ---------- hero ---------- */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(76px, 8vw, 100px) clamp(16px, 4vw, 48px) 20px;
  overflow-x: clip;
}
.hero-copy { position: relative; z-index: 2; display: grid; justify-items: start; gap: 26px; }
.hero-copy > .eyebrow { background: var(--ivory); padding: 7px 12px; }
.name {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0;
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(76px, 11.4vw, 164px);
  line-height: .84;
  letter-spacing: -.03em;
  color: var(--burgundy);
}
.name-last { font-style: italic; padding-left: .82em; }

.hero-note { max-width: 40ch; transform: rotate(-1.2deg); }
.hero-note .face { padding: 22px 26px 20px; }
.hero-note p { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 22px; line-height: 1.4; color: var(--brown); }
.hero-note em { color: var(--burgundy); }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px 14px; margin-top: 4px; }
.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px 14px;
  border: 1px solid var(--burgundy);
  background-color: var(--ivory);
  background-image: var(--grain);
  color: var(--burgundy);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 18px -12px rgba(59, 37, 27, .5);
  transition: transform .35s var(--ease), background-color .25s;
}
.btn-outline:hover { transform: translateY(-2px); background-color: var(--blush-2); }
.hero-more { margin: -4px 0 0; padding: 5px 10px; background: var(--ivory); font-size: 14.5px; color: var(--brown); }
.hero-more a { color: var(--burgundy); text-decoration: none; box-shadow: inset 0 -1px 0 var(--rose); }
.hero-more a:hover { box-shadow: inset 0 -2px 0 var(--burgundy); }

.hero-art { position: relative; min-height: 600px; padding: 44px 30px 60px; }
.hero-photo { --r: 2.5deg; z-index: 2; width: min(380px, 78%); margin: 0 auto; }
.deco { position: absolute; z-index: 1; }
.deco .torn, .deco .face { height: 100%; }
.deco--gingham { width: 190px; height: 250px; right: 2%; top: 9%; transform: rotate(8deg); }
.bow--hero { z-index: 4; width: 124px; top: -4px; left: calc(50% - 232px); transform: rotate(-12deg); }
.kp--hero { z-index: 3; width: 112px; top: 70px; left: calc(50% + 104px); transform: rotate(14deg); }
.calling-card {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 2px;
  padding: 16px 18px 12px;
  background-color: var(--ivory);
  background-image: var(--grain);
  border: 1px solid rgba(176, 141, 87, .6);
  outline: 1px solid rgba(176, 141, 87, .45);
  outline-offset: -6px;
  box-shadow: 0 14px 22px -12px rgba(59, 37, 27, .5);
  text-align: center;
}
.cc--hero { width: 184px; right: -8px; top: 58%; transform: rotate(-6deg); }
.cc-label { font-size: 10.5px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.cc-script { font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 22px; line-height: 1.15; color: var(--burgundy); }

/* ---------- pearl pins + hang tags ---------- */
.look-canvas { position: relative; }
.ph.look-canvas { overflow: visible; }
/* outfit photos keep their own shape, so the pearls stay exactly where they were placed in the Studio */
.look-canvas.has-photo { display: block; }
.look-img { display: block; width: 100%; height: auto; }
.pin {
  position: absolute;
  z-index: 5;
  left: var(--x);
  top: var(--y);
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border-radius: 50%;
  background: var(--img-pearl) center / cover;
  box-shadow: 0 3px 5px rgba(59, 37, 27, .4);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.pin::before { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(255, 251, 243, .95); animation: halo 3.2s ease-out infinite; }
.pin:hover, .pin:focus-visible { z-index: 8; transform: scale(1.18); box-shadow: 0 2px 4px rgba(59, 37, 27, .35), 0 0 0 1.5px var(--gold); }
.pin .tag {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  opacity: 0;
  transform: translate(-50%, -6px);
  pointer-events: none;
  transition: opacity .25s, transform .4s var(--ease);
}
.pin .tag::before { content: ""; position: absolute; left: 50%; top: -18px; height: 18px; border-left: 1px solid var(--gold); }
.pin--up .tag { top: auto; bottom: calc(100% + 18px); transform: translate(-50%, 6px); }
.pin--up .tag::before { top: auto; bottom: -18px; }
.pin:hover .tag, .pin:focus-visible .tag { opacity: 1; transform: translate(-50%, 0); }

.hang-tag {
  display: grid;
  gap: 3px;
  min-width: 170px;
  padding: 12px 18px;
  background-color: var(--ivory);
  background-image: var(--grain);
  border: 1px solid rgba(176, 141, 87, .6);
  box-shadow: 0 12px 20px -10px rgba(59, 37, 27, .5);
  text-align: center;
  white-space: nowrap;
}
.hang-tag b { font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 20px; line-height: 1.2; color: var(--burgundy); }
.hang-tag span, .hang-tag em { font-style: normal; font-weight: 500; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--brown); }
.hang-tag em { color: var(--rose-ink); }

/* ---------- shop the look ---------- */
.looks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 56px); align-items: start; }
.look { display: grid; gap: 24px; }
.look:nth-child(2) { margin-top: 56px; }
.look .mount { --r: var(--lr, -1.5deg); }
.look figcaption { display: grid; gap: 2px; }
.look-title { font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 25px; line-height: 1.15; color: var(--burgundy); }
.look-list-wrap { transform: rotate(.7deg); }
.look-list { display: grid; margin: 0; padding: 18px 22px 20px; list-style: none; font-size: 15.5px; }
.look-list a { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px solid rgba(90, 59, 42, .16); text-decoration: none; }
.look-list a:hover span:first-child { color: var(--burgundy); }
.look-list .store { align-self: center; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-ink); white-space: nowrap; }

/* ---------- the edit (product grid) ---------- */
.dividers { display: flex; flex-wrap: wrap; gap: 6px 28px; margin: 0 0 24px 4px; }
.divider {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  color: rgba(255, 251, 243, .8);
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s, border-color .25s;
}
.divider:hover { color: var(--ivory); }
.divider[aria-pressed="true"] { color: var(--ivory); border-bottom-color: var(--gold-lt); }
.divider:focus-visible { outline-color: var(--gold-lt); }
.board { filter: var(--shadow-lift); }
.board-face { padding: clamp(40px, 5vw, 70px) clamp(22px, 5vw, 64px); background-color: #FBF4E8; }
.board-face::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(176, 141, 87, .35); pointer-events: none; }
.scraps { display: grid; grid-template-columns: repeat(auto-fill, minmax(214px, 1fr)); gap: 52px 36px; align-items: start; }

.scrap {
  position: relative;
  transform: rotate(var(--r, 0deg));
  filter: var(--shadow-soft);
  transition: transform .45s var(--ease), filter .45s var(--ease);
  animation: settle .9s var(--ease) backwards;
  animation-delay: calc(min(var(--i, 0), 8) * 50ms);
}
.scrap:hover, .scrap:focus-within { z-index: 6; transform: translateY(-6px) rotate(0deg); filter: var(--shadow-lift); }
.scrap-link { display: block; color: inherit; text-decoration: none; }
.scrap-art { display: grid; place-items: center; aspect-ratio: 1; background-color: var(--ivory); background-image: var(--grain); }
.scrap-art.ph::after { font-size: 10px; padding: 6px 8px; }
/* real product photos: shown whole, at their own shape — never cropped */
.scrap-art.media { display: block; aspect-ratio: auto; background: #fff; }
.scrap-art.media img { display: block; width: 100%; height: auto; max-height: 380px; object-fit: contain; }
.scrap-label { display: grid; gap: 2px; padding: 12px 4px 2px; }
.scrap-name { font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 21px; line-height: 1.15; color: var(--burgundy); }
.scrap-note { font-size: 13.5px; line-height: 1.45; color: var(--brown); }

.scrap--torn .face { padding: 20px 20px 18px; }
.scrap--torn .scrap-art { box-shadow: 0 1px 3px rgba(59, 37, 27, .22); }
.scrap--torn .scrap-label { margin-top: 14px; padding: 10px 12px; background-color: var(--ivory); background-image: var(--grain); box-shadow: 0 1px 3px rgba(59, 37, 27, .2); transform: rotate(-1deg); }
.scrap--print .mount { padding-bottom: 16px; }
.scrap--print .scrap-art { background-image: var(--grain), radial-gradient(ellipse at 50% 40%, #FCF1F0, #EFDAD6); }
.stamp {
  position: relative;
  display: block;
  padding: 14px;
  background-color: var(--ivory);
  background-image: var(--grain);
  -webkit-mask: linear-gradient(#000 0 0) 8px 8px / calc(100% - 16px) calc(100% - 16px) no-repeat,
                radial-gradient(circle 4.5px, #000 96%, #0000) -6px -6px / 12px 12px round;
          mask: linear-gradient(#000 0 0) 8px 8px / calc(100% - 16px) calc(100% - 16px) no-repeat,
                radial-gradient(circle 4.5px, #000 96%, #0000) -6px -6px / 12px 12px round;
}
.stamp-inner { display: grid; gap: 6px; padding: 8px; border: 1px solid rgba(94, 22, 36, .55); background-color: var(--blush-2); }
.stamp-inner .scrap-art { background: transparent; }
.stamp-top { display: flex; justify-content: space-between; align-items: baseline; }
.stamp-country { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--rose-ink); }
.stamp-denom { font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 22px; line-height: 1; color: var(--burgundy); }
.scrap--stamp .scrap-label { padding: 12px 8px 0; }
.tag-card {
  position: relative;
  padding: 40px 16px 16px;
  background-color: var(--linen);
  background-image: var(--grain);
  clip-path: polygon(18% 0, 82% 0, 100% 9%, 100% 100%, 0 100%, 0 9%);
}
.tag-card::before { content: ""; position: absolute; top: 13px; left: 50%; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: #FBF4E8; box-shadow: inset 0 0 0 2px var(--gold-lt); }
.tag-card .scrap-art { box-shadow: 0 0 0 1px rgba(176, 141, 87, .35); }
.ribbon-loop { position: absolute; z-index: 2; top: -30px; left: 50%; width: 18px; height: 50px; margin-left: -9px; border: 5px solid #5E1624; border-bottom: 0; border-radius: 9px 9px 0 0; pointer-events: none; }

.scrap > .hang-tag {
  position: absolute;
  z-index: 5;
  right: -14px;
  bottom: -20px;
  opacity: 0;
  transform: rotate(-5deg) translateY(-8px);
  pointer-events: none;
  transition: opacity .25s, transform .45s var(--ease);
}
.scrap:hover > .hang-tag, .scrap:focus-within > .hang-tag { opacity: 1; transform: rotate(-5deg); }

.kiss {
  position: absolute;
  z-index: 7;
  top: -14px;
  right: -14px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(94, 22, 36, .4);
  border-radius: 50%;
  background-color: var(--ivory);
  background-image: var(--grain);
  box-shadow: 0 4px 10px -4px rgba(59, 37, 27, .5);
  cursor: pointer;
  overflow: hidden;
  transition: transform .3s var(--ease), background-color .3s;
}
.kiss svg, .kiss img { width: 30px; height: auto; color: #A8384F; mix-blend-mode: multiply; }
.kiss:hover { transform: scale(1.08); }
.kiss[aria-pressed="true"] { background-color: var(--blush-2); border-color: var(--burgundy); }
.kiss-mark {
  position: absolute;
  z-index: 4;
  left: 58%;
  top: 40%;
  width: 110px;
  height: auto;
  color: #9E2A40;
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-14deg) scale(1.3);
  pointer-events: none;
  transition: opacity .25s, transform .45s var(--ease);
}
.scrap.is-kissed .kiss-mark { opacity: .85; transform: translate(-50%, -50%) rotate(-14deg) scale(1); }

/* ---------- portfolio ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 26px; max-width: 980px; margin-bottom: 52px; }
.framed-img { display: block; width: 100%; height: auto; }
.card {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 26px 16px 24px;
  text-align: center;
  background-color: var(--c, var(--ivory));
  background-image: var(--grain);
  border: 1px solid rgba(176, 141, 87, .55);
  outline: 1px solid rgba(176, 141, 87, .45);
  outline-offset: -7px;
  box-shadow: 0 16px 24px -14px rgba(59, 37, 27, .5);
  transform: rotate(var(--r, 0deg));
}
.card b { font-family: var(--f-display); font-weight: 400; font-size: clamp(44px, 5vw, 64px); line-height: 1; letter-spacing: -.02em; color: var(--burgundy); font-variant-numeric: lining-nums tabular-nums; }
.card span { font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--brown); }
.sample-note { display: inline-block; margin: 20px 0 46px; padding: 6px 10px; background: var(--ivory); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--brown); }

.filmstrip { position: relative; padding: 32px 0; background-color: #2A1912; background-image: var(--grain); transform: rotate(-.8deg); box-shadow: 0 26px 36px -20px rgba(59, 37, 27, .65); }
.filmstrip::before, .filmstrip::after { content: ""; position: absolute; left: 0; right: 0; height: 9px; background: repeating-linear-gradient(90deg, transparent 0 11px, rgba(246, 237, 221, .82) 11px 23px, transparent 23px 32px); }
.filmstrip::before { top: 11px; }
.filmstrip::after { bottom: 11px; }
.frames { display: flex; gap: 16px; padding: 0 22px 6px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--rose) transparent; }
.frame { position: relative; color: inherit; text-decoration: none; flex: 0 0 clamp(214px, 21vw, 254px); display: grid; align-content: start; gap: 6px; padding: 8px 8px 16px; background-color: var(--ivory); background-image: var(--grain); scroll-snap-align: start; }
.frame-cat { margin-top: 6px; font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-ink); }
.frame h3 { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 22px; line-height: 1.15; color: var(--burgundy); }
.frame .note { margin: 0; font-size: 14px; line-height: 1.45; color: var(--brown); }
.play { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255, 251, 243, .9); border-radius: 50%; background: rgba(74, 15, 27, .55); cursor: pointer; }
.play::after { content: ""; position: absolute; inset: 11px 10px 11px 14px; background: var(--ivory); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.frame--video { cursor: pointer; }
.frame--video .play { top: calc(8px + 38%); left: 50%; right: auto; width: 58px; height: 58px; margin-left: -29px; transition: transform .3s var(--ease), background .3s; }
.frame--video .play::after { inset: 18px 16px 18px 22px; }
.frame--video:hover .play { transform: scale(1.08); background: rgba(74, 15, 27, .8); }
.frame .media video { background: #1d100b; }

/* full-screen reel player */
.reel-box { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; background: rgba(22, 6, 10, .9); }
.reel-inner { position: relative; display: grid; gap: 12px; justify-items: center; max-width: min(92vw, 520px); }
.reel-video { display: block; width: auto; max-width: 100%; max-height: 80vh; background: #000; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8); }
.reel-meta { display: grid; gap: 2px; justify-items: center; text-align: center; color: var(--ivory); }
.reel-meta .frame-cat { color: #F3C6CF; margin: 0; }
.reel-meta h3 { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 24px; line-height: 1.15; }
.reel-link { margin-top: 4px; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ivory); }
.reel-close { position: absolute; top: -8px; right: -52px; width: 42px; height: 42px; border: 1px solid rgba(255, 251, 243, .6); border-radius: 50%; background: none; color: var(--ivory); font-size: 26px; line-height: 1; cursor: pointer; }
@media (max-width: 640px) { .reel-close { top: -52px; right: 0; } .reel-video { max-height: 72vh; } }

/* ---------- collab menu ---------- */
.menu-band { padding-top: clamp(150px, 13vw, 180px); padding-bottom: clamp(140px, 12vw, 170px); }
.menu-inner { position: relative; max-width: 800px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px); }
.menu-card {
  position: relative;
  padding: clamp(56px, 6vw, 80px) clamp(28px, 6vw, 80px) clamp(64px, 7vw, 90px);
  background-color: var(--ivory);
  background-image: var(--grain);
  color: var(--cocoa);
  text-align: center;
  box-shadow: 0 34px 56px -26px rgba(0, 0, 0, .7);
}
.menu-card::before, .menu-card::after { content: ""; position: absolute; pointer-events: none; }
.menu-card::before { inset: 14px; border: 1px solid var(--gold); }
.menu-card::after { inset: 19px; border: 1px solid rgba(176, 141, 87, .45); }
.flourish { position: absolute; width: 60px; height: 60px; color: var(--gold); }
.fl-tl { top: 24px; left: 24px; }
.fl-tr { top: 24px; right: 24px; transform: scaleX(-1); }
.fl-bl { bottom: 24px; left: 24px; transform: scaleY(-1); }
.fl-br { bottom: 24px; right: 24px; transform: scale(-1, -1); }
.menu-eyebrow { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 28px; line-height: 1; color: var(--rose-ink); }
.menu-title { margin: 6px 0 16px; font-family: var(--f-display); font-weight: 300; font-size: clamp(46px, 6.6vw, 78px); line-height: .95; letter-spacing: -.02em; color: var(--burgundy); text-wrap: balance; }
.menu-sub { margin: 0 auto; max-width: 40ch; color: var(--brown); }
.menu-list { display: grid; gap: 28px; max-width: 560px; margin: 44px auto; padding: 0; list-style: none; text-align: left; }
.menu-item .row { display: flex; align-items: baseline; gap: 12px; }
.menu-item h3 { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 28px; line-height: 1.1; color: var(--burgundy); }
.leader { flex: 1; min-width: 24px; border-bottom: 1px dotted rgba(90, 59, 42, .55); transform: translateY(-6px); }
.mp { font-size: 12px; font-weight: 500; letter-spacing: .16em; color: var(--brown); text-decoration: none; }
.menu-item .what { margin: 4px 0 0; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-ink); }
.menu-item p { margin: 2px 0 0; font-size: 16px; color: var(--brown); }
.menu-cta { display: grid; justify-items: center; gap: 12px; }
.menu-cta p { margin: 0; font-size: 15px; color: var(--brown); }
.menu-card > .seal-img { left: 50%; bottom: -46px; width: 100px; margin-left: -50px; }
.bow--menu { z-index: 3; width: 150px; top: -78px; left: 4px; transform: rotate(-16deg); }

/* ---------- about ---------- */
.about { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.about-photo { --r: -3deg; justify-self: end; width: min(380px, 100%); }
.letter { position: relative; transform: rotate(.6deg); }
.letter-face { padding: 46px 46px 38px 50px; }
.letter-title { margin: 0 0 12px; font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 58px; line-height: 1.05; color: var(--burgundy); }
.letter p { margin: 0 0 16px; max-width: 56ch; }
.letter .letter-label { margin: 26px 0 8px; font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--rose-ink); }
.notes { display: grid; gap: 6px; margin: 0 0 20px; padding: 0; list-style: none; }
.notes li { display: flex; align-items: baseline; gap: 12px; }
.notes li::before { content: "—"; color: var(--rose); }
.letter .sign { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 40px; line-height: 1.2; color: var(--burgundy); text-align: right; }
.kp--letter { z-index: 2; width: 120px; right: 34px; top: 30px; transform: rotate(16deg); }

/* ---------- martini hour napkin ---------- */
.napkin-wrap { display: grid; place-items: center; filter: drop-shadow(0 18px 22px rgba(59, 37, 27, .3)); }
.napkin {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 64px 56px;
  text-align: center;
  background-color: var(--ivory);
  background-image: var(--grain),
    repeating-linear-gradient(0deg, rgba(90, 59, 42, .04) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(90, 59, 42, .04) 0 1px, transparent 1px 3px);
  transform: rotate(-2.5deg);
  -webkit-mask: linear-gradient(#000 0 0) 10px 10px / calc(100% - 20px) calc(100% - 20px) no-repeat,
                radial-gradient(circle 10px, #000 96%, #0000) 0 0 / 20px 20px round;
          mask: linear-gradient(#000 0 0) 10px 10px / calc(100% - 20px) calc(100% - 20px) no-repeat,
                radial-gradient(circle 10px, #000 96%, #0000) 0 0 / 20px 20px round;
}
.napkin::before { content: ""; position: absolute; inset: 28px; border: 1px dashed rgba(201, 122, 138, .85); pointer-events: none; }
.monogram { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 500; font-size: 58px; line-height: .9; color: var(--rose); text-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(94, 22, 36, .18); }
.napkin-title { margin: 0; font-family: var(--f-display); font-weight: 300; font-size: 50px; line-height: 1; letter-spacing: -.01em; color: var(--burgundy); }
.napkin p { margin: 0; max-width: 30ch; }
.napkin-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; width: 100%; max-width: 380px; margin-top: 8px; }
.napkin input { flex: 1 1 190px; min-width: 0; padding: 13px 14px; border: 1px solid rgba(94, 22, 36, .45); border-radius: 0; background: #fff; font: 16px var(--f-body); color: var(--cocoa); }
.napkin button { padding: 13px 18px; border: 0; background: var(--velvet); color: var(--ivory); font: 500 12px/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; cursor: pointer; }
.napkin button:hover { background: var(--burgundy); }
.napkin .napkin-msg { min-height: 28px; font-family: var(--f-display); font-style: italic; font-size: 21px; color: var(--burgundy); }

/* ---------- footer ---------- */
.footer { position: relative; display: grid; justify-items: center; gap: 16px; margin-top: clamp(64px, 9vw, 110px); padding: 130px 20px 120px; text-align: center; }
.xo { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 300; font-size: 64px; line-height: 1.1; color: var(--blush); }
.socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px; }
.socials a { padding: 6px 0; border-bottom: 1px solid rgba(228, 208, 160, .6); font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; text-decoration: none; }
.socials a:hover { color: var(--gold-lt); }
.disclose { margin: 0; max-width: 50ch; font-size: 15px; opacity: .9; }
.copy { margin: 0; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; opacity: .75; }

/* ---------- kissed list ---------- */
.envelope {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 18px;
  border: 1px solid rgba(176, 141, 87, .6);
  background-color: var(--ivory);
  background-image:
    linear-gradient(to bottom right, transparent calc(50% - .6px), rgba(176, 141, 87, .5) 50%, transparent calc(50% + .6px)),
    linear-gradient(to bottom left, transparent calc(50% - .6px), rgba(176, 141, 87, .5) 50%, transparent calc(50% + .6px)),
    var(--grain);
  background-size: 50% 62%, 50% 62%, 180px 180px;
  background-position: left top, right top, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  box-shadow: 0 16px 26px -12px rgba(59, 37, 27, .55);
  cursor: pointer;
}
.env-label { font-family: var(--f-body); font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--burgundy); }
.env-seal { width: 34px; height: auto; filter: drop-shadow(0 2px 2px rgba(30, 5, 10, .35)); }
.envelope .count { min-width: 24px; padding: 3px 8px; border-radius: 999px; background: var(--burgundy); color: var(--ivory); font-size: 12px; font-weight: 500; text-align: center; }
.envelope.bump { animation: bump .5s var(--ease); }
.kissed {
  position: fixed;
  z-index: 41;
  right: 18px;
  bottom: 84px;
  width: min(360px, calc(100vw - 36px));
  max-height: 70vh;
  overflow: auto;
  padding: 32px 26px 24px;
  background-color: var(--ivory);
  background-image: var(--grain);
  border: 1px solid rgba(176, 141, 87, .6);
  outline: 1px solid rgba(176, 141, 87, .4);
  outline-offset: -7px;
  box-shadow: 0 24px 40px -16px rgba(59, 37, 27, .6);
}
.kissed h2 { margin: 0; font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 36px; line-height: 1.1; color: var(--burgundy); }
.kissed-sub { margin: 4px 0 0; color: var(--brown); font-size: 15px; }
.kissed ul { display: grid; gap: 4px; margin: 16px 0; padding: 0; list-style: none; }
.kissed li { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(90, 59, 42, .14); }
.kissed li a { flex: 1; display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; color: var(--burgundy); text-decoration: none; }
.kissed li small { align-self: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--rose-ink); white-space: nowrap; }
.kissed li button { border: 0; background: none; color: var(--rose-ink); font-size: 20px; cursor: pointer; }
.kissed-empty { margin: 16px 0; color: var(--brown); font-size: 15px; }
.kissed-close { position: absolute; top: 12px; right: 14px; border: 0; background: none; font-size: 28px; line-height: 1; color: var(--burgundy); cursor: pointer; }
.kissed-clear { padding: 8px 14px; border: 1px solid rgba(94, 22, 36, .45); background: none; font: 500 11px/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--burgundy); cursor: pointer; }

/* ---------- touch + responsive ---------- */
.scrap-price { display: none; }
.menu-toggle { display: none; }
@media (hover: none) {
  .pin .tag { display: none; }
  /* no hover on touch screens: store + price show inside each card instead of a floating tag */
  .scrap > .hang-tag { display: none; }
  .scrap-price { display: block; margin-top: 4px; font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-ink); }
}
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { width: 100%; max-width: 540px; min-height: 0; justify-self: center; }
  .looks { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .look:nth-child(2) { margin-top: 0; }
  .about { grid-template-columns: 1fr; }
  .about-photo { justify-self: center; }
}
/* ---------- phones: a calmer, single-column flow ---------- */
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding-top: 60px; padding-left: 18px; padding-right: 18px; }
  .band > .section { padding-top: 92px; }
  .band { padding-bottom: 96px; }
  .sec-head { gap: 12px; margin-bottom: 26px; }
  .sec-strip .face { padding: 16px 24px 16px 22px; }
  .sec-title { font-size: 42px; }
  .sec-sub { font-size: 15px; padding: 9px 13px; }

  /* header: name + a Menu button; links open in a tidy list */
  .topbar { grid-template-columns: 1fr auto; align-items: center; gap: 0 12px; padding: 14px 18px 12px; }
  .wordmark { order: 1; font-size: 27px; }
  .menu-toggle {
    order: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid rgba(94, 22, 36, .35);
    background: none;
    color: var(--burgundy);
    font: 500 11.5px/1 var(--f-body);
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu-toggle i { position: relative; display: block; width: 16px; height: 1.5px; background: currentColor; transition: background .2s; }
  .menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; width: 16px; height: 1.5px; background: currentColor; transition: transform .25s var(--ease); }
  .menu-toggle i::before { top: -5px; }
  .menu-toggle i::after { top: 5px; }
  .topbar.open .menu-toggle i { background: transparent; }
  .topbar.open .menu-toggle i::before { transform: translateY(5px) rotate(45deg); }
  .topbar.open .menu-toggle i::after { transform: translateY(-5px) rotate(-45deg); }
  .nav, .nav--right { display: none; order: 3; grid-column: 1 / -1; flex-direction: column; gap: 0; }
  .nav--right { order: 4; }
  .topbar.open .nav { display: flex; margin-top: 10px; }
  .topbar.open .nav--right { display: flex; }
  .topbar.open .nav a { padding: 13px 2px; border-top: 1px solid rgba(94, 22, 36, .12); font-size: 13px; background: none; }
  .lace { height: 64px; background-size: auto 64px; }
  body > .lace { margin-bottom: -40px; }

  /* hero */
  .hero { gap: 6px; padding: 70px 18px 10px; }
  .hero-copy { gap: 18px; }
  .hero-copy > .eyebrow { font-size: 10.5px; letter-spacing: .16em; }
  .name { font-size: clamp(66px, 20vw, 92px); }
  .hero-note { max-width: none; }
  .hero-note .face { padding: 18px 20px 16px; }
  .hero-note p { font-size: 19px; line-height: 1.42; }
  .hero-ctas { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 10px; }
  .hero-ctas .btn-velvet, .hero-ctas .btn-outline { display: flex; justify-content: center; padding: 15px 8px 14px; font-size: 11.5px; letter-spacing: .16em; text-align: center; }
  .hero-art { padding: 34px 8px 16px; }
  .hero-photo { width: 80%; }
  .bow--hero { left: 0; width: 92px; top: 6px; }
  .kp--hero { left: auto; right: 4%; top: 46px; width: 92px; }
  .deco--gingham { width: 120px; height: 190px; right: 0; top: 16%; }
  /* "Currently" card sits under the photo instead of covering its caption */
  .cc--hero { position: relative; top: auto; right: auto; bottom: auto; display: grid; width: 210px; margin: 20px 6px 0 auto; transform: rotate(-3deg); }

  /* portfolio: three compact stat cards in one row */
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 34px; }
  .card { gap: 4px; padding: 18px 4px 16px; outline-offset: -5px; transform: none; }
  .card b { font-size: 31px; letter-spacing: -.01em; }
  .card span { font-size: 9px; letter-spacing: .1em; line-height: 1.35; }
  .filmstrip { margin: 0 -18px; transform: none; padding: 30px 0; }
  .frames { padding: 0 18px 6px; gap: 12px; }
  .frame { flex-basis: 62vw; }

  /* collab menu */
  .menu-band { padding-top: 130px; padding-bottom: 120px; }
  .menu-inner { padding: 0 14px; }
  .menu-card { padding: 50px 22px 64px; }
  .menu-title { font-size: 44px; }
  .menu-item h3 { font-size: 24px; }
  .bow--menu { width: 96px; top: -52px; }
  .flourish { width: 36px; height: 36px; }

  /* about */
  .about { gap: 26px; }
  .about-photo { width: 88%; }
  .letter-face { padding: 32px 22px 26px; }
  .letter-title { font-size: 46px; padding-right: 64px; }
  .kp--letter { width: 70px; top: 22px; right: 16px; }

  /* shop the look: swipe through outfits */
  .looks { display: flex; gap: 16px; max-width: none; margin: 0 -18px; padding: 8px 18px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .looks::-webkit-scrollbar { display: none; }
  .look { flex: 0 0 80%; scroll-snap-align: center; }
  .look:nth-child(2) { margin-top: 0; }

  /* the edit: one swipeable filter row, calmer cards */
  .dividers { flex-wrap: nowrap; gap: 22px; margin: 0 -18px 16px; padding: 0 18px 4px; overflow-x: auto; scrollbar-width: none; }
  .dividers::-webkit-scrollbar { display: none; }
  .divider { flex: none; }
  .board-face { padding: 26px 12px 22px; }
  .board-face::before { inset: 8px; }
  .scraps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .scrap { transform: rotate(calc(var(--r, 0deg) * .35)); }
  .scrap-art.media img { max-height: 230px; }
  .scrap--torn .face { padding: 10px; }
  .scrap--torn .scrap-label { margin-top: 8px; padding: 7px 8px; }
  .scrap-label { padding: 9px 2px 0; }
  .scrap-name { font-size: 16.5px; }
  .scrap-note { font-size: 12.5px; line-height: 1.35; }
  .stamp { padding: 10px; }
  .tag-card { padding: 32px 10px 12px; }
  .kiss { width: 36px; height: 36px; top: -10px; right: -8px; }
  .kiss img { width: 22px; }
  .kiss-mark { width: 80px; }

  /* newsletter */
  .napkin { aspect-ratio: auto; padding: 64px 30px; }
  .napkin-title { font-size: 42px; }

  /* Kissed list shrinks to just the wax seal + count so it doesn't cover the page */
  .envelope { right: 14px; bottom: 14px; width: 58px; height: 58px; padding: 0; gap: 0; justify-content: center; border-radius: 50%; background-image: var(--grain); }
  .env-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .env-seal { width: 38px; }
  .envelope .count { position: absolute; top: -6px; right: -6px; min-width: 22px; padding: 2px 6px; font-size: 11px; }
  .kissed { bottom: 84px; right: 12px; }
}
