:root {
  --rcheek-ink: #201c18;
  --rcheek-paper: #f4efe6;
  --rcheek-cream: #fffaf0;
  --rcheek-line: rgba(32, 28, 24, 0.18);
  --rcheek-accent: #dc6e3f;
  --rcheek-green: #465a3d;
  --rcheek-serif: Georgia, "Times New Roman", serif;
  --rcheek-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--rcheek-paper); color: var(--rcheek-ink); }
body.rcheek-wordpress-home, body.rcheek-standalone { margin: 0; overflow-x: clip; }
.rcheek-publication, .rcheek-site-header, .rcheek-site-footer {
  box-sizing: border-box;
  font-family: var(--rcheek-sans);
}
.rcheek-publication *, .rcheek-site-header *, .rcheek-site-footer * { box-sizing: border-box; }
.rcheek-publication h1, .rcheek-publication h2, .rcheek-publication h3,
.rcheek-publication p, .rcheek-publication ol, .rcheek-publication ul, .rcheek-publication dl { margin-top: 0; }
.rcheek-publication a, .rcheek-site-header a, .rcheek-site-footer a { color: inherit; text-decoration: none; }
.rcheek-publication img { display: block; max-width: 100%; }

body.rcheek-wordpress-home .site-content { display: block; padding: 0; max-width: none; }
body.rcheek-wordpress-home #primary,
body.rcheek-wordpress-home .content-area,
body.rcheek-wordpress-home .site-main { float: none; width: 100%; max-width: none; margin: 0; overflow: visible; }
body.rcheek-wordpress-home .site-main { padding: 0; }
body.rcheek-wordpress-home .widget-area { display: none !important; }
body.rcheek-wordpress-home #page { max-width: none; }
body.rcheek-wordpress-home .site-header { position: relative; z-index: 20; }
body.rcheek-wordpress-home .inside-header { padding-top: 20px; padding-bottom: 20px; }
body.rcheek-wordpress-home .main-title { margin: 0 0 5px; font-family: var(--rcheek-serif); font-weight: 500; letter-spacing: -0.02em; line-height: 1; }
body.rcheek-wordpress-home .main-title a { color: var(--rcheek-ink); text-decoration: none; }
body.rcheek-wordpress-home .site-description { margin: 0; font-family: var(--rcheek-sans); font-size: 11px; letter-spacing: 0.12em; line-height: 1.3; text-transform: uppercase; }
body.rcheek-wordpress-home .site-info { padding: 28px clamp(24px, 7vw, 112px); background: var(--rcheek-ink); color: var(--rcheek-cream); font-family: var(--rcheek-sans); font-size: 12px; letter-spacing: .04em; }
body.rcheek-wordpress-home .site-info a { color: #eaa37d; }

.rcheek-kicker {
  margin-bottom: 24px;
  color: var(--rcheek-accent);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rcheek-hero {
  --hero-shift: 0px;
  position: relative;
  width: 100%;
  height: calc(100svh - 96px);
  min-height: 590px;
  max-height: 880px;
  margin-left: 0;
  overflow: hidden;
  background: #28231e;
  color: #fffaf0;
}
.rcheek-hero-image {
  position: absolute;
  inset: -36px 0 auto;
  width: 100%;
  height: calc(100% + 72px);
  object-fit: cover;
  object-position: center center;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.055);
  animation: rcheek-image-settle 1.6s cubic-bezier(.2,.7,.2,1) both;
  will-change: transform;
}
.rcheek-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 17, 14, .93) 0%, rgba(20, 17, 14, .78) 38%, rgba(20, 17, 14, .08) 73%), linear-gradient(0deg, rgba(20,17,14,.3), transparent 38%);
}
.rcheek-hero-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 84px);
  border-bottom: 1px solid rgba(255, 250, 240, .24);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rcheek-hero-brand { font-family: var(--rcheek-serif); font-size: 20px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
.rcheek-hero-brand span { color: #e5966c; font-style: italic; }
.rcheek-hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(24px, 8vw, 132px);
  width: min(570px, calc(100vw - 48px));
  transform: translateY(-43%);
  animation: rcheek-copy-enter .85s .08s cubic-bezier(.2,.7,.2,1) both;
}
.rcheek-hero-copy .rcheek-kicker { color: #eaa37d; }
.rcheek-hero h1 {
  max-width: 560px;
  margin-bottom: 12px;
  color: #fffaf0;
  font-family: var(--rcheek-serif);
  font-size: clamp(66px, 8vw, 124px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .78;
}
.rcheek-hero-line { margin-bottom: 20px; font-family: var(--rcheek-serif); font-size: clamp(23px, 2.5vw, 38px); font-style: italic; line-height: 1.2; }
.rcheek-lede { max-width: 480px; margin-bottom: 32px; color: rgba(255,250,240,.82); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65; }
.rcheek-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.rcheek-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--rcheek-accent);
  background: var(--rcheek-accent);
  color: #fffaf0 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.rcheek-button:hover, .rcheek-button:focus-visible { background: #bd5430; border-color: #bd5430; transform: translateY(-2px); }
.rcheek-text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 760;
  transition: color .2s ease, gap .2s ease;
}
.rcheek-text-link:hover, .rcheek-text-link:focus-visible { color: var(--rcheek-accent); gap: 18px; }
.rcheek-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 84px);
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,250,240,.74) !important;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rcheek-scroll i { display: block; width: 44px; height: 1px; background: currentColor; transform-origin: right; animation: rcheek-line 1.8s ease-in-out infinite; }

.rcheek-recipes { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 128px); padding: clamp(88px, 11vw, 160px) clamp(24px, 7vw, 112px); background: var(--rcheek-paper); }
.rcheek-recipes > header { position: sticky; top: 30px; align-self: start; }
.rcheek-recipes h2, .rcheek-method h2, .rcheek-season h2,
.rcheek-home-posts h2, .rcheek-index-note h2, .rcheek-tip h2 {
  margin-bottom: 28px;
  font-family: var(--rcheek-serif);
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}
.rcheek-recipes > header > p:last-child { max-width: 350px; color: rgba(32,28,24,.7); font-size: 16px; line-height: 1.7; }
.rcheek-recipe-list { border-top: 1px solid var(--rcheek-line); }
.rcheek-recipe-list > a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: start;
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--rcheek-line);
}
.rcheek-recipe-list > a > span, .rcheek-index-list a > span { color: var(--rcheek-accent); font-family: var(--rcheek-serif); font-size: 20px; font-style: italic; }
.rcheek-recipe-list small, .rcheek-index-list small { color: rgba(32,28,24,.56); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.rcheek-recipe-list h3 { margin: 8px 0 8px; font-family: var(--rcheek-serif); font-size: clamp(24px, 2.4vw, 38px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.rcheek-recipe-list p { margin-bottom: 0; color: rgba(32,28,24,.66); font-size: 14px; line-height: 1.55; }
.rcheek-recipe-list b, .rcheek-index-list b { color: var(--rcheek-accent); font-size: 18px; transition: transform .2s ease; }
.rcheek-recipe-list a:hover b, .rcheek-recipe-list a:focus-visible b,
.rcheek-index-list a:hover b, .rcheek-index-list a:focus-visible b { transform: translate(4px, -4px); }

.rcheek-method { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(48px, 8vw, 128px); padding: clamp(88px, 11vw, 160px) clamp(24px, 7vw, 112px); background: var(--rcheek-ink); color: var(--rcheek-cream); }
.rcheek-method .rcheek-kicker { color: #eaa37d; }
.rcheek-method ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,250,240,.22); }
.rcheek-method li { padding: 28px 24px 18px 0; border-right: 1px solid rgba(255,250,240,.22); }
.rcheek-method li + li { padding-left: 24px; }
.rcheek-method li:last-child { border-right: 0; }
.rcheek-method li > span { color: #eaa37d; font-family: var(--rcheek-serif); font-size: 18px; font-style: italic; }
.rcheek-method h3 { margin: 54px 0 14px; font-family: var(--rcheek-serif); font-size: 28px; font-weight: 500; }
.rcheek-method li p { margin: 0; color: rgba(255,250,240,.65); font-size: 14px; line-height: 1.65; }

.rcheek-season { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 128px); padding: clamp(88px, 11vw, 160px) clamp(24px, 7vw, 112px); background: #d9c2a6; }
.rcheek-season > div { max-width: 800px; }
.rcheek-season p:not(.rcheek-kicker) { max-width: 620px; margin-bottom: 30px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }

.rcheek-home-posts { box-sizing: border-box; padding: clamp(88px, 11vw, 150px) clamp(24px, 7vw, 112px); background: var(--rcheek-cream); font-family: var(--rcheek-sans); }
.rcheek-home-posts * { box-sizing: border-box; }
.rcheek-home-posts a { color: inherit; text-decoration: none; }
.rcheek-home-posts > header { display: flex; align-items: end; justify-content: space-between; padding-bottom: 32px; border-bottom: 1px solid var(--rcheek-line); }
.rcheek-home-posts > header h2 { margin-bottom: 0; }
.rcheek-post-list { width: 100%; }
.rcheek-home-post { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(30px, 6vw, 90px); padding: 48px 0; border-bottom: 1px solid var(--rcheek-line); opacity: 1; visibility: visible; }
.rcheek-home-post-no-media { grid-template-columns: minmax(0, 1fr); padding-left: min(28vw, 380px); }
.rcheek-post-media { align-self: start; overflow: hidden; background: #d9c2a6; }
.rcheek-post-thumbnail { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.rcheek-post-media:hover .rcheek-post-thumbnail { transform: scale(1.025); }
.rcheek-post-body h3 { margin: 0 0 18px; font-family: var(--rcheek-serif); font-size: clamp(31px, 4vw, 58px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.rcheek-post-preview { color: rgba(32,28,24,.76); font-size: 16px; line-height: 1.75; }
.rcheek-post-preview a { color: var(--rcheek-accent); text-decoration: underline; text-underline-offset: 3px; }
.rcheek-post-read { display: inline-flex; gap: 10px; margin-top: 18px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }

.rcheek-site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 18px clamp(22px, 4vw, 68px);
  border-bottom: 1px solid var(--rcheek-line);
  background: var(--rcheek-cream);
}
.rcheek-wordmark { display: inline-flex; flex-direction: column; justify-self: start; font-family: var(--rcheek-serif); font-size: 22px; line-height: .9; }
.rcheek-wordmark b { color: var(--rcheek-accent); font-size: 16px; font-style: italic; font-weight: 500; }
.rcheek-nav { display: flex; gap: 28px; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.rcheek-nav a { position: relative; padding: 8px 0; }
.rcheek-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--rcheek-accent); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.rcheek-nav a:hover::after, .rcheek-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.rcheek-header-link { justify-self: end; font-size: 11px; font-weight: 760; letter-spacing: .07em; }
.rcheek-site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: end; padding: 56px clamp(22px, 4vw, 68px); background: var(--rcheek-ink); color: var(--rcheek-cream); }
.rcheek-site-footer p { max-width: 380px; margin: 0; color: rgba(255,250,240,.62); font-size: 13px; line-height: 1.6; }
.rcheek-site-footer > a:last-child { border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }

.rcheek-route-hero { padding: clamp(80px, 11vw, 150px) clamp(24px, 9vw, 148px) clamp(70px, 9vw, 126px); background: var(--rcheek-paper); }
.rcheek-route-hero h1 { max-width: 1080px; margin-bottom: 28px; font-family: var(--rcheek-serif); font-size: clamp(54px, 8vw, 116px); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.rcheek-route-hero > p:not(.rcheek-kicker) { max-width: 680px; margin-bottom: 38px; color: rgba(32,28,24,.68); font-size: clamp(17px, 1.7vw, 23px); line-height: 1.6; }
.rcheek-route-hero dl { display: flex; gap: 50px; margin: 0; padding-top: 24px; border-top: 1px solid var(--rcheek-line); }
.rcheek-route-hero dt { margin-bottom: 4px; color: rgba(32,28,24,.48); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.rcheek-route-hero dd { margin: 0; font-family: var(--rcheek-serif); font-size: 20px; }
.rcheek-recipe-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(58px, 10vw, 160px); padding: clamp(76px, 10vw, 140px) clamp(24px, 9vw, 148px); background: var(--rcheek-cream); }
.rcheek-ingredients { align-self: start; }
.rcheek-ingredients ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rcheek-line); }
.rcheek-ingredients li { padding: 14px 0; border-bottom: 1px solid var(--rcheek-line); font-size: 14px; line-height: 1.45; }
.rcheek-steps > h2 { margin-bottom: 50px; font-family: var(--rcheek-serif); font-size: clamp(40px, 5vw, 74px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.rcheek-steps ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rcheek-line); }
.rcheek-steps li { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--rcheek-line); }
.rcheek-steps li > span { color: var(--rcheek-accent); font-family: var(--rcheek-serif); font-size: 20px; font-style: italic; }
.rcheek-steps h3 { margin-bottom: 10px; font-family: var(--rcheek-serif); font-size: 28px; font-weight: 500; }
.rcheek-steps li p { margin: 0; color: rgba(32,28,24,.7); line-height: 1.7; }
.rcheek-tip { padding: clamp(80px, 10vw, 140px) clamp(24px, 13vw, 210px); background: #d9c2a6; }
.rcheek-tip h2 { max-width: 1050px; margin: 0; }
.rcheek-next { padding: clamp(72px, 9vw, 120px) clamp(24px, 9vw, 148px); background: var(--rcheek-ink); color: var(--rcheek-cream); }
.rcheek-next .rcheek-kicker { color: #eaa37d; }
.rcheek-next > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,250,240,.2); }
.rcheek-next a { display: flex; justify-content: space-between; gap: 20px; padding: 24px 24px 24px 0; border-bottom: 1px solid rgba(255,250,240,.2); color: rgba(255,250,240,.82); }
.rcheek-next a:nth-child(odd) { border-right: 1px solid rgba(255,250,240,.2); }
.rcheek-next a:nth-child(even) { padding-left: 24px; }
.rcheek-next b { color: #eaa37d; }

.rcheek-index-list { padding: 0 clamp(24px, 9vw, 148px) clamp(84px, 10vw, 140px); background: var(--rcheek-paper); }
.rcheek-index-list > div { border-top: 1px solid var(--rcheek-line); }
.rcheek-index-list a { display: grid; grid-template-columns: 54px minmax(0, 1fr) 30px; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--rcheek-line); }
.rcheek-index-list h2 { margin: 8px 0; font-family: var(--rcheek-serif); font-size: clamp(29px, 4vw, 54px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.rcheek-index-list p { margin: 0; color: rgba(32,28,24,.65); }
.rcheek-index-note { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; padding: clamp(84px, 10vw, 140px) clamp(24px, 9vw, 148px); background: #d9c2a6; }
.rcheek-index-note > p:last-child { max-width: 700px; font-size: 18px; line-height: 1.75; }
.rcheek-gone { min-height: calc(100svh - 250px); }
.rcheek-gone .rcheek-route-hero { min-height: 620px; background: linear-gradient(120deg, var(--rcheek-paper), #d9c2a6); }

@keyframes rcheek-copy-enter { from { opacity: .72; transform: translateY(calc(-43% + 18px)); } to { opacity: 1; transform: translateY(-43%); } }
@keyframes rcheek-image-settle { from { filter: saturate(.82); } to { filter: saturate(1); } }
@keyframes rcheek-line { 0%, 100% { transform: scaleX(1); } 50% { transform: scaleX(.45); } }

@media (max-width: 900px) {
  .rcheek-recipes, .rcheek-method, .rcheek-season, .rcheek-recipe-layout, .rcheek-index-note { grid-template-columns: 1fr; }
  .rcheek-recipes > header { position: static; }
  .rcheek-method ol { grid-template-columns: 1fr; }
  .rcheek-method li, .rcheek-method li + li { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,250,240,.22); }
  .rcheek-method h3 { margin-top: 20px; }
  .rcheek-site-header { grid-template-columns: 1fr auto; }
  .rcheek-nav { display: none; }
  .rcheek-next > div { grid-template-columns: 1fr; }
  .rcheek-next a:nth-child(odd) { border-right: 0; }
  .rcheek-next a:nth-child(even) { padding-left: 0; }
}

@media (max-width: 680px) {
  body.rcheek-wordpress-home .inside-header { padding-top: 14px; padding-bottom: 14px; }
  .rcheek-hero { height: calc(100svh - 74px); min-height: 560px; }
  .rcheek-hero-image { object-position: 65% center; }
  .rcheek-hero-shade { background: linear-gradient(90deg, rgba(20,17,14,.91), rgba(20,17,14,.46) 74%), linear-gradient(0deg, rgba(20,17,14,.52), transparent 45%); }
  .rcheek-hero-top > span { display: none; }
  .rcheek-hero-copy { left: 22px; width: calc(100vw - 44px); }
  .rcheek-hero h1 { font-size: clamp(58px, 20vw, 84px); }
  .rcheek-hero-line { max-width: 330px; }
  .rcheek-lede { max-width: 340px; font-size: 14px; line-height: 1.55; }
  .rcheek-scroll { display: none; }
  .rcheek-actions { align-items: flex-start; flex-direction: column; }
  .rcheek-recipe-list > a, .rcheek-index-list a { grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 12px; }
  .rcheek-home-post, .rcheek-home-post-no-media { grid-template-columns: 1fr; padding-left: 0; }
  .rcheek-home-posts > header { display: block; }
  .rcheek-site-header { min-height: 72px; }
  .rcheek-header-link { font-size: 0; }
  .rcheek-header-link span { font-size: 18px; }
  .rcheek-site-footer { grid-template-columns: 1fr; align-items: start; }
  .rcheek-route-hero { padding-top: 64px; }
  .rcheek-route-hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .rcheek-route-hero dl { gap: 30px; }
  .rcheek-steps li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rcheek-hero-copy, .rcheek-hero-image, .rcheek-scroll i { animation: none; }
  .rcheek-hero-image { transform: scale(1.055); }
  .rcheek-publication *, .rcheek-site-header *, .rcheek-site-footer * { transition-duration: .01ms !important; }
}
