:root {
  --ink: #11100e;
  --ink-soft: #24211d;
  --cream: #fff2dc;
  --cream-2: #ffe4bb;
  --paper: #fff6e7;
  --orange: #f79416;
  --orange-deep: #d55c0a;
  --tomato: #df3424;
  --basil: #3f8b4c;
  --blue: #2c79b9;
  --gold: #ffbd42;
  --line: #1c1813;
  --muted: #6e5640;
  --shadow: 0 20px 50px rgba(17, 16, 14, 0.22);
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--gold);
  color: var(--ink);
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 8px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(17, 16, 14, 0.94);
  border-bottom: 4px solid var(--orange);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 0;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  border-radius: 6px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 180ms ease;
}

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

.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 2px solid rgba(255, 248, 234, 0.7);
  border-radius: 6px;
  background: transparent;
  color: var(--paper);
  place-items: center;
  flex: 0 0 auto;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 3px 0;
}

.section-band {
  position: relative;
  overflow: hidden;
  padding: 64px max(24px, calc((100vw - var(--max)) / 2));
}

.dark-band {
  background:
    radial-gradient(circle at 44% 36%, rgba(247, 148, 22, 0.22), transparent 28%),
    radial-gradient(circle at 84% 70%, rgba(223, 52, 36, 0.18), transparent 24%),
    linear-gradient(135deg, #15120f 0%, #090807 100%);
  color: var(--paper);
}

.dark-band::after,
.notes-band::before,
.experiments-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, currentColor 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, 0.12) 46% 48%, transparent 48% 100%);
  background-size: 26px 26px, 220px 220px;
}

.hero {
  min-height: 575px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: 24px;
  overflow: visible;
  padding-top: 28px;
  padding-bottom: 28px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 100%;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border: 4px solid rgba(255, 248, 234, 0.84);
  opacity: 0.9;
}

.hero-copy::before {
  left: -10px;
  top: 310px;
  width: 50px;
  height: 32px;
  border-top: 0;
  border-right: 0;
  transform: rotate(-24deg);
}

.hero-copy::after {
  right: 24px;
  top: 54px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border-left-color: transparent;
  transform: rotate(18deg);
}

.hero-lockup {
  display: grid;
  grid-template-columns: minmax(170px, 212px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.hero-main-logo {
  width: 100%;
  max-width: 212px;
  min-width: 0;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(8px 12px 0 rgba(0, 0, 0, 0.52));
  transform: rotate(-3deg);
}

.hero-text {
  min-width: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

h1 {
  max-width: 620px;
  font-size: 5.18rem;
  white-space: nowrap;
  text-shadow: 5px 5px 0 #000;
}

.hero p {
  max-width: 455px;
  width: 100%;
  margin: 18px 0 0;
  font-size: 1.22rem;
  color: #ffeed5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  padding-left: 236px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 22px;
  border: 2px solid var(--gold);
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary {
  background: var(--orange);
  color: #090807;
  box-shadow: 6px 6px 0 #000;
}

.button.ghost {
  color: var(--paper);
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 #000;
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(255, 189, 66, 0.12);
}

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: 518px;
}

.hero-art {
  position: absolute;
  right: -34px;
  bottom: -28px;
  width: min(835px, 61vw);
  height: 545px;
  border: 4px solid var(--line);
  border-radius: 8px;
  box-shadow: 12px 12px 0 #000;
  object-fit: cover;
  object-position: 50% 54%;
}

.chalk-sign {
  position: absolute;
  right: 34px;
  top: 68px;
  z-index: 3;
  width: 170px;
  padding: 18px;
  border: 3px solid #8b5a28;
  border-radius: 6px;
  background: #21140d;
  color: var(--gold);
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.6);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.chalk-sign span {
  display: block;
}

.hero-phone {
  position: absolute;
  right: -7px;
  bottom: -118px;
  z-index: 5;
  width: 214px;
  min-height: 390px;
  padding: 14px 10px 12px;
  border: 7px solid #050505;
  border-radius: 30px;
  background: #090807;
  color: var(--paper);
  box-shadow: 10px 12px 0 rgba(0, 0, 0, 0.5);
  transform: rotate(1deg);
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 74px;
  height: 17px;
  border-radius: 0 0 12px 12px;
  background: #050505;
  transform: translateX(-50%);
}

.phone-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 4px 8px 0;
}

.phone-topbar img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.phone-topbar span,
.phone-topbar span::before,
.phone-topbar span::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--paper);
}

.phone-topbar span {
  position: relative;
}

.phone-topbar span::before,
.phone-topbar span::after {
  content: "";
  position: absolute;
  right: 0;
}

.phone-topbar span::before {
  top: -6px;
}

.phone-topbar span::after {
  bottom: -6px;
}

.phone-hero {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: 50% 52%;
  border: 2px solid var(--line);
  border-radius: 8px;
}

.phone-copy {
  padding: 9px 4px 0;
}

.phone-copy strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  text-shadow: 3px 3px 0 #000;
}

.phone-copy p {
  margin: 7px 0 0;
  color: #ffe9cb;
  font-size: 0.72rem;
  line-height: 1.28;
}

.phone-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 10px;
}

.phone-buttons span {
  display: block;
  height: 27px;
  border: 1px solid var(--gold);
  border-radius: 4px;
}

.phone-buttons span:first-child {
  background: var(--orange);
}

.phone-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  padding: 8px;
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
}

.phone-card img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 2px solid var(--line);
  border-radius: 5px;
}

.phone-card b {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 0.9rem;
  line-height: 0.95;
}

.phone-card small {
  display: block;
  margin-top: 3px;
  color: var(--orange-deep);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.notes-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 34%),
    var(--paper);
  color: var(--ink);
  padding-top: 38px;
  padding-bottom: 48px;
}

.notes-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 32px;
  background:
    linear-gradient(135deg, transparent 0 12px, var(--paper) 12px 24px, transparent 24px),
    linear-gradient(225deg, transparent 0 12px, var(--paper) 12px 24px, transparent 24px);
  background-size: 36px 32px;
  opacity: 0.98;
}

.section-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading.centered {
  display: block;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.posts-copy h2,
.about-copy h2,
.follow-band h2 {
  font-size: 3rem;
  text-transform: uppercase;
}

.section-heading p,
.posts-copy p,
.about-copy p,
.follow-band p {
  margin: 14px 0 0;
  font-size: 1.12rem;
  color: var(--muted);
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  font-weight: 900;
  color: var(--ink);
}

.section-link svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 981px) {
  .notes-band .section-heading {
    padding-right: 238px;
  }
}

.note-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.note-card,
.experiment-card {
  border: 3px solid var(--line);
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(17, 16, 14, 0.16);
}

.note-card {
  min-height: 208px;
  padding: 22px;
  background: #fffef7;
}

.note-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 8px;
  border: 2px solid var(--line);
  border-radius: 6px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.note-tag.tomato {
  background: var(--tomato);
  color: white;
}

.note-tag.basil {
  background: var(--basil);
  color: white;
}

.note-card h3 {
  font-size: 1.65rem;
  line-height: 1;
}

.note-card p {
  margin: 12px 0 0;
  color: #58442e;
}

.posts-band {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  align-items: center;
  gap: 42px;
  background: linear-gradient(135deg, #fa910f 0%, #e5660c 100%);
}

.image-rail {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}

.image-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid var(--line);
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(17, 16, 14, 0.28);
}

.image-rail img:first-child {
  grid-row: span 2;
}

.posts-copy {
  max-width: 470px;
}

.posts-copy h2 {
  text-shadow: 3px 3px 0 rgba(255, 242, 220, 0.45);
}

.posts-copy p {
  color: #1e1208;
  font-weight: 800;
}

.experiments-band {
  background:
    radial-gradient(circle at 12% 28%, rgba(63, 139, 76, 0.18), transparent 18%),
    radial-gradient(circle at 84% 72%, rgba(44, 121, 185, 0.18), transparent 20%),
    var(--cream);
}

.experiment-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.experiment-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  border-width: 4px;
  background:
    linear-gradient(180deg, rgba(255, 189, 66, 0.12), transparent 42%),
    #fffdf6;
  box-shadow:
    10px 10px 0 rgba(17, 16, 14, 0.38),
    inset 0 0 0 2px rgba(255, 189, 66, 0.34);
}

.experiment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  z-index: 2;
  background: linear-gradient(90deg, var(--orange), var(--gold));
}

.experiment-photo {
  width: 100%;
  height: 224px;
  object-fit: cover;
  border-bottom: 4px solid var(--line);
  background: var(--ink);
}

.experiment-body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 0 24px 26px;
  background:
    linear-gradient(180deg, rgba(255, 246, 231, 0.94), #fffdf6 38%),
    var(--paper);
}

.experiment-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: -38px 0 18px;
  border: 3px solid var(--line);
  border-radius: 8px;
  background: #fff6e7;
  box-shadow: 6px 6px 0 rgba(17, 16, 14, 0.28);
}

.experiment-icon svg {
  width: 44px;
  height: 44px;
  stroke: var(--line);
  stroke-width: 4;
  fill: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.experiment-card.heat .experiment-icon {
  color: var(--tomato);
  background: #ffe4d2;
}

.experiment-card.comfort .experiment-icon {
  color: var(--gold);
  background: #fff1ba;
}

.experiment-card.fresh .experiment-icon {
  color: var(--basil);
  background: #dff1d5;
}

.experiment-card h3 {
  font-size: 1.85rem;
  text-shadow: 2px 2px 0 rgba(247, 148, 22, 0.16);
}

.experiment-card p {
  margin: 10px 0 0;
  color: #493522;
  font-weight: 800;
}

.about-band {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: center;
  gap: 46px;
  background: var(--paper);
}

.about-art {
  position: relative;
  min-height: 330px;
}

.about-art::before {
  content: "";
  position: absolute;
  inset: 40px 28px 26px;
  background: var(--orange);
  border: 4px solid var(--line);
  border-radius: 50%;
  box-shadow: 8px 8px 0 rgba(17, 16, 14, 0.2);
}

.about-art img {
  position: relative;
  z-index: 1;
  width: 330px;
  height: 330px;
  object-fit: contain;
  filter: drop-shadow(8px 10px 0 rgba(17, 16, 14, 0.18));
}

.about-copy {
  max-width: 770px;
}

.about-copy p {
  color: #4a3827;
}

.follow-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background:
    radial-gradient(circle at 72% 0%, rgba(247, 148, 22, 0.18), transparent 28%),
    var(--ink);
  color: var(--paper);
}

.follow-band p {
  color: #f5dcc0;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-row a {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 50%;
  color: var(--paper);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.social-row a:hover,
.social-row a:focus-visible {
  transform: translateY(-3px);
  background: var(--gold);
  color: var(--ink);
}

.social-row svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  padding: 34px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 18% 24%, rgba(247, 148, 22, 0.22), transparent 24%),
    #070605;
  color: #d7c6ad;
  border-top: 5px solid var(--orange);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(260px, 1fr) minmax(320px, 1.25fr) minmax(170px, 0.8fr);
  align-items: center;
  gap: 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.65rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(5px 6px 0 rgba(0, 0, 0, 0.5));
}

.footer-links,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a,
.footer-meta a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border: 2px solid rgba(255, 189, 66, 0.44);
  border-radius: 6px;
  color: #ffefd6;
}

.footer-note {
  margin: 0;
  max-width: 520px;
  color: #f3dcc0;
  font-size: 0.96rem;
  font-weight: 800;
  text-transform: none;
}

.footer-meta {
  justify-content: flex-end;
}

.page-hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 44px;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.page-hero-copy p {
  margin: 22px 0 0;
  max-width: 590px;
  color: #ffeed5;
  font-size: 1.28rem;
}

.page-hero-copy .button {
  margin-top: 30px;
}

.page-hero-media {
  position: relative;
  z-index: 2;
}

.page-hero-media img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border: 4px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow), 12px 12px 0 #000;
}

.page-hero-media.badge-media {
  display: grid;
  place-items: center;
}

.page-hero-media.badge-media img {
  max-width: 430px;
  max-height: none;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(12px 16px 0 rgba(0, 0, 0, 0.42));
  object-fit: contain;
}

.feature-posts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  align-items: stretch;
  min-height: 154px;
  overflow: visible;
  border: 0;
  border-right: 2px solid rgba(28, 24, 19, 0.22);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feature-card:last-child {
  border-right: 0;
}

.feature-card img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  border: 3px solid var(--line);
  border-radius: 8px;
  box-shadow: 5px 5px 0 rgba(17, 16, 14, 0.15);
}

.feature-card div {
  padding: 8px 18px 8px 18px;
}

.feature-card h3 {
  font-size: 1.65rem;
}

.feature-card p {
  margin: 10px 0 14px;
  color: #58442e;
}

.feature-card a,
.recipe-card a {
  font-weight: 900;
  color: var(--orange-deep);
}

.ink-button {
  width: fit-content;
  margin-top: 24px;
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.page-preview-band,
.recipes-band,
.follow-content-band {
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 148, 22, 0.12), transparent 22%),
    var(--paper);
}

.page-preview-grid,
.note-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.page-preview,
.deep-note {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 0;
  border: 4px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 189, 66, 0.13), transparent 38%),
    #fffdf6;
  box-shadow:
    10px 10px 0 rgba(17, 16, 14, 0.32),
    inset 0 0 0 2px rgba(247, 148, 22, 0.2);
}

.page-preview::before,
.deep-note::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: auto;
  height: 10px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
}

.preview-image,
.note-image {
  width: 100%;
  height: 178px;
  object-fit: cover;
  border-bottom: 4px solid var(--line);
  background:
    radial-gradient(circle at 50% 40%, rgba(247, 148, 22, 0.28), transparent 52%),
    #17120f;
}

.preview-image.preview-contain {
  object-fit: contain;
  padding: 14px;
}

.page-preview:hover,
.page-preview:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow:
    12px 12px 0 rgba(17, 16, 14, 0.42),
    inset 0 0 0 2px rgba(247, 148, 22, 0.26);
}

.page-preview span {
  display: block;
  position: relative;
  margin: 20px 22px 12px;
  color: var(--orange-deep);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.page-preview strong {
  display: block;
  position: relative;
  padding: 0 22px 24px;
  color: #3e2c1d;
  font-size: 1.02rem;
  font-weight: 900;
}

.deep-note .note-tag {
  margin: 22px 22px 16px;
}

.deep-note h3 {
  padding: 0 22px;
  font-size: 1.75rem;
}

.deep-note p {
  margin: 12px 0 0;
  padding: 0 22px 24px;
  color: #5b4936;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 46px;
  background: linear-gradient(135deg, #fa910f 0%, #e5660c 100%);
}

.split-copy h2,
.contact-panel h2 {
  font-size: 3rem;
  text-transform: uppercase;
}

.split-copy p,
.contact-panel p {
  color: #24170d;
}

.doodle-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.doodle-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 3px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 234, 0.9);
  color: #27180e;
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(17, 16, 14, 0.16);
}

.doodle-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: var(--tomato);
  border: 2px solid var(--line);
  border-radius: 50%;
}

.stacked-art {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.stacked-art img {
  width: 100%;
  border: 4px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 7px 7px 0 rgba(17, 16, 14, 0.24);
}

.stacked-art img.logo-art {
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(7px 9px 0 rgba(17, 16, 14, 0.26));
  object-fit: contain;
}

.stacked-art img:last-child {
  transform: rotate(3deg);
}

.recipe-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.recipe-card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  overflow: hidden;
  border: 4px solid var(--line);
  border-radius: 8px;
  background: #fffef7;
  box-shadow: 8px 8px 0 rgba(17, 16, 14, 0.16);
}

.recipe-card > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border-right: 4px solid var(--line);
}

.recipe-body {
  padding: 28px;
}

.recipe-body h3 {
  margin-top: 8px;
  font-size: 2.35rem;
}

.recipe-body p {
  margin: 12px 0 22px;
  color: #59422e;
  font-size: 1.05rem;
}

.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 22px;
}

.recipe-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 2px solid rgba(28, 24, 19, 0.28);
  border-radius: 6px;
  background: #fff2dc;
  color: #4a3827;
  font-size: 0.85rem;
  font-weight: 900;
}

.recipe-columns {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.recipe-columns h4 {
  margin: 0 0 8px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.recipe-columns ul,
.recipe-columns ol {
  margin: 0;
  padding-left: 20px;
  color: #3f3024;
}

.recipe-columns li + li {
  margin-top: 8px;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
  padding: 34px;
  border: 4px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #17120f, #080706);
  color: var(--paper);
  box-shadow: 9px 9px 0 rgba(17, 16, 14, 0.22);
}

.contact-panel p {
  max-width: 720px;
  color: #f5dcc0;
}

.dark-social a {
  border-color: var(--gold);
}

.follow-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}

.contact-copy {
  min-width: 0;
}

.contact-copy .social-row {
  margin-top: 24px;
}

.online-pair {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  width: min(100%, 520px);
}

.qr-tile,
.find-online-card {
  border: 3px solid var(--gold);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(247, 148, 22, 0.18), transparent 58%),
    #080706;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.34);
}

.qr-tile {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  padding: 16px;
}

.qr-tile img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: contain;
  image-rendering: crisp-edges;
}

.find-online-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 172px;
  padding: 20px;
  color: var(--paper);
}

.find-online-card span,
.find-online-card strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000;
}

.find-online-card span {
  color: var(--paper);
  font-size: 2.3rem;
}

.find-online-card strong {
  color: var(--orange);
  font-size: 3.2rem;
}

.find-online-card p {
  margin: 12px 0 0;
  color: #f5dcc0;
  font-weight: 900;
}

.social-kit {
  margin-bottom: 28px;
  padding: 30px;
  border: 4px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 189, 66, 0.12), transparent 40%),
    #fffdf6;
  box-shadow:
    10px 10px 0 rgba(17, 16, 14, 0.2),
    inset 0 0 0 2px rgba(247, 148, 22, 0.18);
}

.social-kit .section-heading {
  margin-bottom: 22px;
}

.social-kit-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 18px;
}

.social-kit-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 3px solid rgba(28, 24, 19, 0.86);
  border-radius: 8px;
  background: var(--paper);
}

.social-kit-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid var(--line);
  border-radius: 8px;
  background: #0d0a07;
}

.social-kit-card.wide img {
  aspect-ratio: 16 / 7;
}

.social-kit-card span {
  color: var(--orange-deep);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.social-kit-card p,
.social-disclosure {
  margin: 0;
  color: #4a3827;
  font-weight: 900;
}

.social-disclosure {
  margin-top: 18px;
  padding: 16px 18px;
  border: 3px solid rgba(28, 24, 19, 0.72);
  border-radius: 8px;
  background: rgba(255, 189, 66, 0.16);
}

.contact-visual {
  flex: 0 0 178px;
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 188px;
  padding: 12px;
  border: 3px solid rgba(255, 189, 66, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(247, 148, 22, 0.18), transparent 54%),
    rgba(255, 246, 231, 0.05);
}

.contact-visual img {
  width: min(100%, 150px);
  max-height: 208px;
  object-fit: contain;
  filter: drop-shadow(6px 8px 0 rgba(0, 0, 0, 0.28));
}

@media (max-width: 1320px) {
  .footer-inner {
    grid-template-columns: minmax(220px, 0.75fr) minmax(360px, 1.25fr);
  }

  .footer-meta {
    justify-content: flex-start;
  }

  .feature-posts {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-card {
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    min-height: 208px;
    border-right: 0;
  }

  .feature-card img {
    min-height: 208px;
  }

  .experiment-grid,
  .page-preview-grid,
  .note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .experiment-photo {
    height: 250px;
  }

  .preview-image,
  .note-image {
    height: 220px;
  }
}

@media (max-width: 1320px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 44px;
    gap: 28px;
  }

  .hero h1 {
    font-size: 4.65rem;
  }

  .hero p {
    font-size: 1.22rem;
  }

  .hero-lockup {
    grid-template-columns: minmax(150px, 204px) minmax(0, 1fr);
  }

  .hero-main-logo {
    max-width: 204px;
  }

  .hero-actions {
    padding-left: 228px;
  }

  .hero-stage {
    min-height: 500px;
  }

  .hero-art {
    left: 84px;
    right: auto;
    bottom: 0;
    width: min(760px, calc(100vw - 132px));
    height: 500px;
  }

  .hero-phone {
    display: none;
  }

  .chalk-sign {
    right: 20px;
    top: 28px;
  }
}

@media (max-width: 1120px) {
  .page-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .page-hero-copy {
    max-width: 780px;
  }

  .page-hero-media img {
    max-height: 560px;
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 74px;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 3px solid var(--orange);
    border-radius: 8px;
    background: rgba(17, 16, 14, 0.98);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.22);
  }

  .site-header.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 44px;
    gap: 28px;
  }

  h1 {
    font-size: 4.65rem;
  }

  .hero p {
    font-size: 1.22rem;
  }

  .hero-lockup {
    grid-template-columns: minmax(150px, 204px) minmax(0, 1fr);
  }

  .hero-main-logo {
    max-width: 204px;
  }

  .hero-actions {
    padding-left: 228px;
  }

  .hero-stage {
    min-height: 500px;
  }

  .hero-art {
    left: 84px;
    right: auto;
    bottom: 0;
    width: min(760px, calc(100vw - 132px));
    height: 500px;
  }

  .hero-phone {
    display: none;
  }

  .chalk-sign {
    right: 20px;
    top: 28px;
  }

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

  .posts-band,
  .about-band,
  .page-hero,
  .split-band {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-media img {
    max-height: 560px;
  }

  .posts-copy {
    max-width: 720px;
  }

  .page-preview-grid,
  .note-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-card {
    grid-template-columns: 1fr;
  }

  .recipe-card > img {
    min-height: 330px;
    border-right: 0;
    border-bottom: 4px solid var(--line);
  }

  .about-band {
    gap: 18px;
  }

  .follow-band,
  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-visual {
    align-self: stretch;
    min-height: 220px;
  }

  .follow-panel {
    grid-template-columns: 1fr;
  }

  .online-pair {
    width: 100%;
    max-width: 620px;
  }

  .social-kit-grid {
    grid-template-columns: 1fr;
  }

  .social-kit-card.wide img {
    aspect-ratio: 16 / 8;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand span {
    font-size: 1.18rem;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .section-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-lockup {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-main-logo {
    max-width: 92px;
    filter: drop-shadow(5px 7px 0 rgba(0, 0, 0, 0.48));
  }

  .hero-copy::after {
    display: none;
  }

  h1 {
    font-size: 2.35rem;
    white-space: normal;
    text-shadow: 3px 3px 0 #000;
  }

  .hero p {
    max-width: 340px;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 10px;
    padding-left: 0;
  }

  .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 390px;
  }

  .hero-art {
    left: 24px;
    width: calc(100vw - 62px);
    height: 390px;
    box-shadow: 6px 6px 0 #000;
  }

  .chalk-sign {
    display: none;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .posts-copy h2,
  .about-copy h2,
  .follow-band h2,
  .split-copy h2,
  .contact-panel h2 {
    font-size: 2.25rem;
  }

  .page-hero-copy h1 {
    font-size: 3.1rem;
  }

  .page-hero-copy p {
    font-size: 1.06rem;
  }

  .page-hero-media img {
    max-height: 360px;
  }

  .section-link {
    margin-top: 12px;
  }

  .image-rail {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 230px);
  }

  .image-rail img:first-child {
    grid-row: auto;
  }

  .feature-posts,
  .experiment-grid,
  .page-preview-grid,
  .note-grid,
  .recipe-columns,
  .stacked-art {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-right: 0;
  }

  .feature-card img {
    height: 220px;
    min-height: 220px;
  }

  .feature-card div {
    padding: 16px 0 4px;
  }

  .feature-card h3 {
    font-size: 1.35rem;
  }

  .feature-card p {
    margin: 7px 0 9px;
    font-size: 0.92rem;
  }

  .page-preview,
  .deep-note {
    min-height: auto;
  }

  .experiment-photo,
  .preview-image,
  .note-image {
    height: 220px;
  }

  .recipe-body {
    padding: 22px;
  }

  .recipe-body h3 {
    font-size: 1.9rem;
  }

  .recipe-card > img {
    min-height: 260px;
  }

  .contact-panel {
    padding: 24px;
  }

  .online-pair {
    grid-template-columns: minmax(124px, 0.78fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .qr-tile {
    padding: 12px;
  }

  .find-online-card {
    min-height: 140px;
    padding: 16px;
  }

  .find-online-card span {
    font-size: 1.8rem;
  }

  .find-online-card strong {
    font-size: 2.55rem;
  }

  .find-online-card p {
    font-size: 0.92rem;
  }

  .about-art {
    min-height: 255px;
  }

  .about-art img {
    width: 255px;
    height: 255px;
  }

  .about-art::before {
    inset: 28px 20px 18px 6px;
    width: 240px;
    height: 240px;
  }

  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-brand img {
    width: 62px;
    height: 62px;
  }

  .footer-links,
  .footer-meta {
    gap: 8px;
  }

  .footer-links a,
  .footer-meta a {
    width: 100%;
    justify-content: center;
  }

  .social-kit {
    padding: 20px;
  }
}

@media (max-width: 380px) {
  .online-pair {
    grid-template-columns: 1fr;
  }

  .qr-tile {
    justify-self: center;
    width: min(100%, 220px);
  }

  .find-online-card {
    min-height: auto;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
