:root {
  --bg: #120f0a;
  --paper: #f4ead2;
  --paper-deep: #e6d4ad;
  --ink: #2a2317;
  --forest: #25351f;
  --forest-soft: #405336;
  --moss: #65784c;
  --gold: #d5a84c;
  --glow: rgba(236, 194, 98, 0.4);
  --line: rgba(63, 48, 26, 0.18);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(113, 138, 77, 0.28), transparent 28rem),
    radial-gradient(circle at right 20%, rgba(226, 180, 77, 0.16), transparent 24rem),
    linear-gradient(180deg, #19140d 0%, #12100b 20%, #17150f 100%);
  color: var(--paper);
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.forest-glow,
.lantern-spark {
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.forest-glow {
  border-radius: 999px;
  filter: blur(50px);
  height: 16rem;
  opacity: 0.24;
  width: 16rem;
}

.forest-glow-left {
  background: rgba(122, 154, 88, 0.35);
  left: -4rem;
  top: 6rem;
}

.forest-glow-right {
  background: rgba(225, 177, 74, 0.24);
  right: -5rem;
  top: 18rem;
}

.lantern-spark {
  animation: drift 9s ease-in-out infinite;
  background: radial-gradient(circle, rgba(255, 222, 131, 0.95), rgba(255, 222, 131, 0));
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(255, 210, 120, 0.45);
  height: 0.95rem;
  width: 0.95rem;
}

.lantern-spark-a {
  left: 14%;
  top: 10rem;
}

.lantern-spark-b {
  animation-delay: -3s;
  right: 18%;
  top: 22rem;
}

.lantern-spark-c {
  animation-delay: -6s;
  left: 72%;
  top: 55rem;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.15rem clamp(1rem, 3vw, 2.25rem);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(14, 12, 9, 0.9), rgba(14, 12, 9, 0.55));
  border-bottom: 1px solid rgba(213, 168, 76, 0.15);
}

.brand {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  max-width: 100%;
  min-width: 0;
}

.brand span {
  min-width: 0;
}

.brand img {
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  height: 4rem;
  width: 4rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.brand small,
.site-nav a,
.eyebrow,
.hero-notes,
.moss-banner-inner span {
  font-family: "IM Fell English", serif;
}

.brand small {
  color: rgba(244, 234, 210, 0.74);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-nav a {
  color: rgba(244, 234, 210, 0.84);
  font-size: 1rem;
  padding: 0.35rem 0;
  position: relative;
}

.site-nav a::after {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  bottom: -0.1rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  color: #f4e7c4;
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

main {
  display: grid;
  gap: 2.5rem;
  padding: 1.5rem clamp(1rem, 3vw, 2.2rem) 4rem;
}

.hero,
.section,
.moss-banner-inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.hero > *,
.page-hero > *,
.split-section > *,
.booking-section > * {
  min-width: 0;
}

.hero {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  min-height: calc(100vh - 7rem);
  padding: 2rem 0 1rem;
}

.hero-copy h1,
.section-copy h2,
.section-heading h2,
.booking-copy h2 {
  color: #f4e7c4;
  font-family: "Fraunces", serif;
  line-height: 0.98;
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(3.05rem, 6vw, 5.75rem);
  max-width: 12ch;
}

.eyebrow {
  color: #dcbc6f;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.intro,
.section-copy p,
.workshop-card p,
.experience-grid p,
.faq-list p,
.booking-copy p {
  color: rgba(244, 234, 210, 0.88);
  font-size: clamp(1.2rem, 1.5vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 1.3rem;
}

.button {
  border-radius: 999px;
  display: inline-flex;
  font-family: "Fraunces", serif;
  font-size: 1rem;
  justify-content: center;
  min-width: 12rem;
  padding: 0.95rem 1.35rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), #c38f2b);
  box-shadow: 0 16px 30px rgba(197, 145, 44, 0.28);
  color: #24180b;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 234, 210, 0.18);
  color: var(--paper);
}

.hero-notes {
  color: rgba(244, 234, 210, 0.85);
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-notes li::before {
  color: var(--gold);
  content: "✦";
  margin-right: 0.55rem;
}

.hero-art {
  min-height: 26rem;
  padding: 1.5rem;
  position: relative;
}

.hero-banner {
  border-radius: 2rem;
  box-shadow: var(--shadow);
  display: block;
  min-height: 100%;
  object-fit: cover;
  width: calc(100% - 3.5rem);
  margin: 0 auto;
}

.floating-card {
  background: rgba(24, 20, 13, 0.74);
  border: 1px solid rgba(231, 205, 139, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 1.35rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  color: var(--paper);
  max-width: 13.5rem;
  padding: 0.95rem 1rem;
  position: absolute;
}

.floating-card span,
.floating-card strong {
  display: block;
}

.floating-card span {
  color: #ddbf79;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.floating-card strong {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
}

.floating-card-one {
  animation: bob 6.5s ease-in-out infinite;
  left: 0;
  top: 1.75rem;
}

.floating-card-two {
  animation: bob 7.5s ease-in-out infinite reverse;
  bottom: 1.75rem;
  right: 0;
}

.section {
  background:
    linear-gradient(180deg, rgba(247, 237, 215, 0.06), rgba(247, 237, 215, 0.03)),
    rgba(26, 21, 15, 0.64);
  border: 1px solid rgba(231, 205, 139, 0.12);
  border-radius: 2rem;
  box-shadow: var(--shadow);
  padding: clamp(1.35rem, 3vw, 2.1rem);
}

.split-section {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.poster-frame {
  padding: 1rem;
  background: linear-gradient(180deg, #6b5227, #3f2f14);
  border-radius: 1.8rem;
}

.poster-frame img {
  border-radius: 1.1rem;
}

.section-copy h2,
.section-heading h2,
.booking-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 1rem;
}

.quote-card {
  background: linear-gradient(180deg, rgba(213, 168, 76, 0.15), rgba(213, 168, 76, 0.05));
  border: 1px solid rgba(213, 168, 76, 0.18);
  border-radius: 1.35rem;
  margin-top: 1.4rem;
  padding: 1.2rem 1.3rem;
}

.quote-card p {
  color: #f0dca4;
  font-family: "IM Fell English", serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin: 0;
}

.section-heading {
  margin-bottom: 1.4rem;
  max-width: 52rem;
}

.workshop-grid,
.experience-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workshop-card,
.experience-grid article,
.faq-list details,
.booking-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 234, 210, 0.1);
  border-radius: 1.45rem;
}

.workshop-card,
.experience-grid article {
  min-height: 100%;
  padding: 1.25rem;
}

.workshop-icon {
  color: #e4bf69;
  display: block;
  font-family: "IM Fell English", serif;
  font-size: 1rem;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.workshop-card h3,
.experience-grid h3 {
  color: #f4e7c4;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  margin: 0 0 0.55rem;
}

.moss-banner {
  background:
    radial-gradient(circle at center, rgba(227, 184, 88, 0.22), transparent 16rem),
    linear-gradient(135deg, rgba(61, 82, 42, 0.78), rgba(34, 47, 25, 0.88));
}

.moss-banner-inner {
  text-align: center;
}

.moss-banner-inner p {
  color: #f6eccd;
  font-family: "Fraunces", serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  margin: 0 0 0.4rem;
}

.moss-banner-inner span {
  color: rgba(244, 234, 210, 0.82);
  font-size: 1.2rem;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  overflow: hidden;
  padding: 1rem 1.15rem;
}

.faq-list summary {
  color: #f6e9c1;
  cursor: pointer;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0.8rem 0 0;
}

.booking-section {
  align-items: start;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
}

.booking-form {
  display: grid;
  gap: 0.95rem;
  min-width: 0;
  padding: 1.15rem;
  width: 100%;
}

.booking-form label {
  color: #f2e4bc;
  display: grid;
  font-size: 1.02rem;
  gap: 0.45rem;
  min-width: 0;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  background: rgba(248, 238, 214, 0.96);
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--ink);
  min-width: 0;
  padding: 0.9rem 1rem;
  width: 100%;
}

.form-response {
  border-radius: 1rem;
  display: none;
  font-size: 1.02rem;
  padding: 0.9rem 1rem;
}

.form-response[data-state] {
  display: block;
}

.form-response[data-state="pending"] {
  background: rgba(213, 168, 76, 0.18);
  border: 1px solid rgba(213, 168, 76, 0.25);
  color: #f4e7c4;
}

.form-response[data-state="success"] {
  background: rgba(101, 120, 76, 0.26);
  border: 1px solid rgba(101, 120, 76, 0.35);
  color: #edf2da;
}

.form-response[data-state="error"] {
  background: rgba(145, 62, 42, 0.24);
  border: 1px solid rgba(184, 92, 67, 0.38);
  color: #ffe2d5;
}

.quick-links-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.quick-link-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 234, 210, 0.1);
  border-radius: 1.45rem;
  display: grid;
  gap: 0.5rem;
  min-height: 100%;
  padding: 1.3rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quick-link-card:hover {
  border-color: rgba(213, 168, 76, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.quick-link-card span,
.paper-calendar-top .eyebrow,
.calendar-head,
.pin-note strong,
.scrap-note strong {
  color: #dcbc6f;
  font-family: "IM Fell English", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-link-card strong {
  color: #f4e7c4;
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
}

.quick-link-card p,
.pin-note p,
.scrap-note p,
.calendar-day small,
.calendar-day strong,
.calendar-mini-note span {
  color: rgba(244, 234, 210, 0.85);
  line-height: 1.45;
  margin: 0;
}

.board-page main {
  gap: 2rem;
}

.page-hero {
  align-items: center;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.page-hero-copy h1 {
  color: #f4e7c4;
  font-family: "Fraunces", serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  margin: 0 0 0.8rem;
  max-width: 12ch;
}

.page-hero-copy p:last-child {
  color: rgba(244, 234, 210, 0.88);
  font-size: clamp(1.2rem, 1.5vw, 1.42rem);
  line-height: 1.55;
  margin: 0;
}

.framed-mini {
  background: linear-gradient(180deg, #6b5227, #3f2f14);
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.framed-mini img {
  border-radius: 1.1rem;
}

.cork-board-section {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.cork-board {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 10rem),
    radial-gradient(circle at 80% 28%, rgba(255, 255, 255, 0.05), transparent 12rem),
    linear-gradient(135deg, #7b5a35, #946d45 38%, #855f3b 100%);
  border: 0.9rem solid #4c361f;
  border-radius: 2.2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 260px minmax(0, 1fr) 240px;
  padding: clamp(1rem, 2vw, 1.6rem);
  position: relative;
}

.calendar-page .cork-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cork-board::before {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 238, 213, 0.08), transparent 0.65rem),
    radial-gradient(circle at 48% 66%, rgba(41, 22, 9, 0.16), transparent 0.5rem),
    radial-gradient(circle at 72% 34%, rgba(255, 233, 210, 0.08), transparent 0.6rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.board-photo,
.pin-note,
.polaroid,
.scrap-note,
.paper-calendar,
.mini-gallery-grid {
  position: relative;
  z-index: 1;
}

.board-photo,
.polaroid,
.mini-shot {
  background: #f7ecd8;
  border-radius: 0.45rem;
  box-shadow: 0 18px 34px rgba(33, 19, 10, 0.28);
  padding: 0.7rem 0.7rem 1rem;
}

.board-photo::before,
.pin-note::before,
.paper-calendar::before,
.polaroid::before,
.scrap-note::before {
  background: radial-gradient(circle, #c82c2c 0%, #8f1818 72%);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 4px 8px rgba(0, 0, 0, 0.18);
  content: "";
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -0.35rem;
  transform: translateX(-50%);
  width: 1rem;
}

.board-photo img,
.polaroid img,
.mini-shot img {
  aspect-ratio: 1 / 1;
  border-radius: 0.25rem;
  object-fit: cover;
  width: 100%;
}

.board-photo span,
.polaroid span {
  color: var(--ink);
  display: block;
  font-family: "IM Fell English", serif;
  font-size: 1rem;
  margin-top: 0.65rem;
  text-align: center;
}

.board-photo-left {
  align-self: start;
  transform: rotate(-3deg);
}

.board-photo-right {
  align-self: start;
  transform: rotate(3deg);
}

.calendar-stack {
  display: grid;
  gap: 1.2rem;
  width: 100%;
}

.paper-calendar {
  background:
    linear-gradient(180deg, #f8f0dc, #f0e3c3);
  border-radius: 1.1rem;
  box-shadow: 0 24px 48px rgba(33, 19, 10, 0.28);
  color: var(--ink);
  display: grid;
  gap: 1rem;
  max-width: 100%;
  padding: 1.35rem;
  width: 100%;
}

.paper-calendar-top {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 220px;
}

.paper-calendar-top h2 {
  color: #2d2416;
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin: 0;
}

.calendar-mini-note,
.pin-note,
.scrap-note {
  background: linear-gradient(180deg, #f0d980, #ebca61);
  border-radius: 0.95rem;
  box-shadow: 0 16px 32px rgba(33, 19, 10, 0.22);
  color: #392a11;
  padding: 1rem;
}

.calendar-mini-note strong,
.pin-note strong,
.scrap-note strong {
  color: #503611;
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.calendar-mini-note span,
.pin-note p,
.scrap-note p {
  color: #4b391f;
  font-size: 1.02rem;
}

.calendar-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-head {
  color: #6f5a2d;
  font-size: 0.92rem;
  padding: 0.3rem 0.2rem;
  text-align: center;
}

.calendar-day {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(72, 55, 30, 0.14);
  border-radius: 0.95rem;
  display: grid;
  gap: 0.35rem;
  min-height: 7.4rem;
  padding: 0.75rem;
}

.calendar-day span {
  color: #5f4b2a;
  font-family: "Fraunces", serif;
  font-size: 1rem;
}

.calendar-day strong {
  color: #2e2415;
  font-family: "Fraunces", serif;
  font-size: 0.98rem;
}

.calendar-day small {
  color: #5f4b2a;
  font-size: 0.92rem;
}

.calendar-day.is-muted {
  opacity: 0.45;
}

.calendar-day.event-day {
  background: linear-gradient(180deg, rgba(219, 189, 111, 0.55), rgba(255, 255, 255, 0.68));
  box-shadow: 0 10px 16px rgba(158, 112, 34, 0.12);
}

.featured-event-day {
  background: linear-gradient(180deg, rgba(228, 185, 81, 0.82), rgba(248, 234, 186, 0.9));
  border-color: rgba(116, 79, 23, 0.22);
  box-shadow: 0 18px 28px rgba(138, 94, 21, 0.2);
}

.featured-event-day strong {
  color: #2c1d08;
}

.featured-event-day small,
.featured-event-day span {
  color: #5b4217;
}

.pin-note-bottom-left {
  align-self: end;
  max-width: 17rem;
  transform: rotate(-2deg);
}

.pin-note-bottom-right {
  align-self: end;
  transform: rotate(2deg);
}

.calendar-page .calendar-stack,
.calendar-page .pin-note-bottom-left,
.calendar-page .pin-note-bottom-right {
  grid-column: 1 / -1;
}

.calendar-page .board-photo,
.calendar-page .pin-note {
  justify-self: stretch;
  max-width: none;
  width: 100%;
}

.calendar-page .board-photo-left {
  grid-column: 1;
}

.calendar-page .board-photo-right {
  grid-column: 2;
}

.calendar-page .pin-note-bottom-left {
  grid-column: 1;
}

.calendar-page .pin-note-bottom-right {
  grid-column: 2;
}

@media (max-width: 899px) {
  .calendar-page .cork-board {
    grid-template-columns: 1fr;
  }

  .calendar-page .board-photo-left,
  .calendar-page .board-photo-right,
  .calendar-page .pin-note-bottom-left,
  .calendar-page .pin-note-bottom-right {
    grid-column: 1;
    justify-self: center;
  }
}

.gallery-board {
  align-items: start;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gallery-page .page-hero-copy h1 {
  max-width: 10ch;
}

.gallery-page .cork-board {
  gap: 1.35rem;
}

.creations-page .page-hero-copy h1 {
  max-width: 11ch;
}

.creations-board {
  align-items: start;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.creation-note,
.creation-card {
  position: relative;
  z-index: 1;
}

.creation-note {
  background: linear-gradient(180deg, #f4dd87, #ebc861);
  border-radius: 0.95rem;
  box-shadow: 0 20px 34px rgba(33, 19, 10, 0.26);
  color: #392a11;
  padding: 1rem;
}

.creation-note::before,
.creation-card::before {
  background: radial-gradient(circle, #c82c2c 0%, #8f1818 72%);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 4px 8px rgba(0, 0, 0, 0.18);
  content: "";
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -0.35rem;
  transform: translateX(-50%);
  width: 1rem;
}

.creation-note strong,
.creation-type {
  color: #5a3d12;
  display: block;
  font-family: "IM Fell English", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.creation-note strong {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.creation-note p {
  color: #4b391f;
  font-size: 1.02rem;
  line-height: 1.45;
  margin: 0;
}

.creation-note-wide {
  grid-column: span 7;
  transform: rotate(-1.2deg);
}

.creation-note:not(.creation-note-wide) {
  grid-column: span 5;
  transform: rotate(1.15deg);
}

.creation-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    #f7ecd8;
  border-radius: 0.7rem;
  box-shadow: 0 22px 36px rgba(33, 19, 10, 0.28);
  overflow: hidden;
  padding: 0.85rem 0.85rem 1rem;
}

.creation-card img {
  aspect-ratio: 4 / 5;
  border-radius: 0.35rem;
  object-fit: cover;
  width: 100%;
}

.creation-card-copy {
  color: var(--ink);
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1rem 1.1rem;
}

.creation-type {
  font-size: 0.9rem;
}

.creation-card-copy strong {
  color: #2a2317;
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
}

.creation-card-copy p {
  color: #4b391f;
  font-size: 1.02rem;
  line-height: 1.45;
  margin: 0;
}

.featured-card {
  grid-column: span 6;
  transform: rotate(-1.6deg);
}

.featured-card img {
  aspect-ratio: 16 / 11;
}

.creation-card:not(.featured-card) {
  grid-column: span 3;
}

.creation-card:not(.featured-card):nth-of-type(3n) {
  transform: rotate(-1.4deg);
}

.creation-card:not(.featured-card):nth-of-type(3n + 1) {
  transform: rotate(1.2deg);
}

.creation-card:not(.featured-card):nth-of-type(3n + 2) {
  transform: rotate(-0.55deg);
}

.creation-card::after {
  background: rgba(255, 240, 202, 0.68);
  border-radius: 0.2rem;
  box-shadow: 0 2px 6px rgba(87, 66, 34, 0.16);
  content: "";
  height: 1.3rem;
  left: 50%;
  position: absolute;
  top: 0.55rem;
  transform: translateX(-50%) rotate(-1deg);
  width: 4.25rem;
}

.gallery-page .polaroid img {
  aspect-ratio: 4 / 5;
}

.polaroid {
  min-height: 100%;
}

.tilt-left {
  transform: rotate(-4deg);
}

.tilt-right {
  transform: rotate(3.5deg);
}

.tilt-soft-left {
  transform: rotate(-2deg);
}

.polaroid-a {
  grid-column: span 4;
}

.polaroid-b {
  grid-column: span 3;
}

.polaroid-c {
  grid-column: span 5;
}

.polaroid-wide {
  grid-column: span 7;
}

.polaroid-wide img {
  aspect-ratio: 16 / 10;
}

.scrap-note {
  grid-column: span 3;
}

.mini-gallery-grid {
  background: rgba(248, 240, 220, 0.82);
  border-radius: 1rem;
  display: grid;
  gap: 0.7rem;
  grid-column: span 5;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1rem;
}

.mini-shot {
  padding: 0.45rem;
}

.mini-shot img {
  aspect-ratio: 1 / 1;
}

.site-footer {
  border-top: 1px solid rgba(244, 234, 210, 0.1);
  color: rgba(244, 234, 210, 0.78);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  padding: 1.35rem clamp(1rem, 3vw, 2.25rem) 2.3rem;
}

.site-footer p,
.site-footer span {
  margin: 0;
}

.site-footer p {
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0.5rem, -1rem, 0) scale(1.15);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.8rem);
  }
}

@media (max-width: 1024px) {
  .hero,
  .split-section,
  .page-hero,
  .booking-section,
  .workshop-grid,
  .experience-grid,
  .quick-links-grid {
    grid-template-columns: 1fr;
  }

  .cork-board {
    grid-template-columns: 1fr;
  }

  .paper-calendar {
    order: -4;
  }

  .calendar-stack {
    order: -4;
  }

  .board-photo-left {
    order: 1;
  }

  .board-photo-right {
    order: 2;
  }

  .pin-note-bottom-left {
    order: 3;
  }

  .pin-note-bottom-right {
    order: 4;
  }

  .paper-calendar-top {
    grid-template-columns: 1fr;
  }

  .gallery-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creations-page .creation-note-wide,
  .creations-page .creation-note:not(.creation-note-wide),
  .creations-page .featured-card,
  .creations-page .creation-card:not(.featured-card) {
    grid-column: 1 / -1;
  }

  .polaroid-a,
  .polaroid-b,
  .polaroid-c,
  .polaroid-wide,
  .scrap-note,
  .mini-gallery-grid {
    grid-column: span 1;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .floating-card-one {
    left: 0.75rem;
    top: 0.75rem;
  }

  .floating-card-two {
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

@media (max-width: 1240px) {
  .site-header {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }

  .brand {
    width: 100%;
  }

  .site-nav {
    gap: 0.8rem 1rem;
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .page-hero {
    grid-template-columns: 1fr;
  }

  .page-hero-copy h1 {
    font-size: clamp(2.9rem, 4.6vw, 4.3rem);
    max-width: 12ch;
  }

  .page-hero-art {
    display: none;
  }

  .gallery-page .cork-board,
  .creations-page .cork-board,
  .calendar-page .cork-board {
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paper-calendar {
    grid-column: 1 / -1;
  }

  .calendar-stack {
    grid-column: 1 / -1;
  }

  .board-photo,
  .pin-note {
    max-width: none;
    width: 100%;
  }

  .calendar-page .board-photo-left {
    grid-column: 1;
    justify-self: stretch;
    transform: rotate(-1deg);
  }

  .calendar-page .board-photo-right {
    grid-column: 2;
    justify-self: stretch;
    transform: rotate(1deg);
  }

  .calendar-page .pin-note-bottom-left {
    grid-column: 1;
    max-width: none;
    transform: rotate(-1deg);
  }

  .calendar-page .pin-note-bottom-right {
    grid-column: 2;
    transform: rotate(1deg);
  }

  .gallery-page .cork-board.gallery-board {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .creations-page .cork-board.creations-board {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .gallery-page .polaroid-a,
  .gallery-page .polaroid-b,
  .gallery-page .polaroid-c,
  .gallery-page .scrap-note,
  .gallery-page .polaroid-wide,
  .gallery-page .mini-gallery-grid {
    grid-column: span 3;
  }

  .creations-page .creation-note-wide,
  .creations-page .featured-card {
    grid-column: span 9;
  }

  .creations-page .creation-note:not(.creation-note-wide) {
    grid-column: span 9;
  }

  .creations-page .creation-card:not(.featured-card) {
    grid-column: span 3;
  }

  .gallery-page .page-hero {
    grid-template-columns: 1fr;
  }

  .creations-page .page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    padding-inline: 1rem;
  }

  .site-header {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }

  .brand {
    width: 100%;
  }

  main {
    overflow-x: clip;
    padding-inline: 1rem;
  }

  .hero,
  .page-hero,
  .section,
  .cork-board-section {
    max-width: 100%;
  }

  .hero-copy,
  .page-hero-copy,
  .section-copy,
  .booking-copy {
    min-width: 0;
    width: 100%;
  }

  .brand img {
    flex: 0 0 auto;
    height: 3.1rem;
    width: 3.1rem;
  }

  .brand strong {
    font-size: 0.92rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .brand small {
    font-size: 0.74rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .site-nav {
    gap: 0.8rem 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
    overflow-wrap: anywhere;
  }

  .page-hero {
    gap: 1rem;
  }

  .page-hero-copy h1 {
    font-size: clamp(1.95rem, 10.5vw, 3rem);
    max-width: none;
    overflow-wrap: anywhere;
  }

  .page-hero-copy p:last-child {
    font-size: 1.08rem;
  }

  .page-hero-art {
    display: none;
  }

  .button {
    width: 100%;
  }

  .section,
  .poster-frame {
    border-radius: 1.45rem;
  }

  .floating-card {
    max-width: 100%;
    position: static;
    width: 100%;
  }

  .hero-art {
    display: grid;
    gap: 0.85rem;
    min-height: auto;
    padding: 0;
  }

  .hero-banner {
    width: 100%;
  }

  .cork-board {
    gap: 0.85rem;
    padding: 0.85rem;
  }

  .paper-calendar {
    padding: 0.9rem;
  }

  .paper-calendar-top h2 {
    font-size: 1.75rem;
  }

  .calendar-grid {
    gap: 0.32rem;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .calendar-head {
    display: block;
    font-size: 0.64rem;
    padding: 0.1rem;
  }

  .calendar-day {
    border-radius: 0.7rem;
    gap: 0.18rem;
    min-height: 4.8rem;
    padding: 0.45rem 0.3rem;
  }

  .calendar-day span {
    font-size: 0.82rem;
  }

  .calendar-day strong {
    font-size: 0.54rem;
    line-height: 1.15;
  }

  .calendar-day small {
    font-size: 0.5rem;
    line-height: 1.15;
  }

  .board-photo {
    max-width: 18rem;
    width: 100%;
  }

  .board-photo-left,
  .board-photo-right,
  .pin-note-bottom-left,
  .pin-note-bottom-right {
    justify-self: center;
    transform: rotate(0deg);
  }

  .pin-note,
  .calendar-mini-note {
    padding: 0.85rem;
  }

  .pin-note p,
  .calendar-mini-note span {
    font-size: 0.96rem;
  }

  .gallery-board {
    grid-template-columns: 1fr;
  }

  .gallery-page .page-hero-copy h1 {
    font-size: clamp(2.3rem, 12vw, 3.65rem);
  }

  .gallery-page .polaroid img {
    max-height: 20rem;
  }

  .gallery-page .polaroid-wide img {
    max-height: 14rem;
  }

  .gallery-page .mini-gallery-grid {
    gap: 0.55rem;
    padding: 0.7rem;
  }

  .gallery-page .scrap-note,
  .gallery-page .polaroid,
  .gallery-page .mini-gallery-grid {
    justify-self: center;
    width: 100%;
  }

  .creations-board {
    grid-template-columns: 1fr;
  }

  .creations-page .creation-note,
  .creations-page .featured-card,
  .creations-page .creation-card:not(.featured-card) {
    grid-column: span 1;
    justify-self: center;
    transform: rotate(0deg);
    width: 100%;
  }

  .creations-page .creation-card img,
  .creations-page .featured-card img {
    max-height: 22rem;
  }
}



